Skip to content

Commit

Permalink
Merge pull request #217 from thecoding-society/Overall
Browse files Browse the repository at this point in the history
judges , sponsor and workshop been updated...
  • Loading branch information
Praveenm1910 authored Dec 8, 2024
2 parents 5ba1d37 + 4e4183b commit 5d57da1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
22 changes: 13 additions & 9 deletions css/style2.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,10 @@ pre,
row-gap: 20px;
justify-content: center;
}

.bronze_sponsers .gold:last-child {
grid-column: 1 / -1; /* Makes the last item span all columns */
justify-self: center; /* Centers the last item horizontally */
}
.carousel-images-container {
width: 100%;
max-width: 1000px;
Expand Down Expand Up @@ -419,7 +422,7 @@ pre,
# Judges & Speakers
--------------------------------------------------------------*/
.bd-container {
max-width: 968px;
max-width: 1350px;
padding: 0 3rem;
font-family: "Teko", sans-serif !important;
}
Expand Down Expand Up @@ -662,7 +665,7 @@ pre,
}
.ag-courses-item_date {
font-weight: bold;
color: #f9b234;
color: plum;
-webkit-transition: color .5s ease;
-o-transition: color .5s ease;
transition: color .5s ease
Expand Down Expand Up @@ -1498,7 +1501,7 @@ div .contact_name .name {
@media (max-width: 900px) {
.ag-courses-item_link{
width: 750px;
height: 245px;
height: 250px;
}
}
@media (max-width: 768px) {
Expand Down Expand Up @@ -1587,10 +1590,11 @@ div .contact_name .name {
grid-template-columns: repeat(2, 1fr);
margin-top: 90px;
}

.card__container .card__glass:last-child {
grid-column: 1 / -1;
justify-self: center;
}
@media(max-width: 1200px) and (min-width: 768px){
.card__container {
grid-template-columns: repeat(3, 1fr) !important;
margin-top: 90px;
}
}
@media screen and (min-width: 768px) {
Expand All @@ -1602,7 +1606,7 @@ div .contact_name .name {
padding: 0;
}
.card__container {
grid-template-columns: repeat(3, 1fr);
grid-template-columns: repeat(4, 1fr);
align-content: center;
margin-top: 50px;
}
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,9 @@ <h2 class="heading-small" style="color: #ffffff">
<a href="https://polygon.technology/" target="_blank"><img class="hvr-float-shadow"
src="assets/sponsors/6_cic6mb.png"
alt="POLYGON LOGO" /></a>
<a href="https://aptos.dev/" target="_blank"><img class="hvr-float-shadow"
src="assets/sponsors/44_rgsqli.png"
alt="APTOS LOGO" /></a>
</div>
<br>

Expand All @@ -1586,9 +1589,6 @@ <h2 class="heading-small" style="color: #ffffff">
<a href="https://ethindia.co/" target="_blank"><img class="hvr-float-shadow"
src="assets/sponsors/37_q1zwzr.png"
alt="ETHINDIA LOGO" /></a>
<a href="https://aptos.dev/" target="_blank"><img class="hvr-float-shadow"
src="assets/sponsors/44_rgsqli.png"
alt="APTOS LOGO" /></a>
<a href="https://www.loft.sh/" target="_blank"><img class="hvr-float-shadow"
src="assets/sponsors/loftlabs.png"
alt="LOFT LABS LOGO" /></a>
Expand Down

0 comments on commit 5d57da1

Please sign in to comment.