Updated sponsors

This commit is contained in:
James Dinh 2023-02-14 00:50:34 -08:00
parent 1e3798f558
commit 2e867d8044
5 changed files with 19 additions and 4 deletions

View File

@ -1411,6 +1411,15 @@ li .splide__pagination__page.is-active {
justify-content: center; justify-content: center;
} }
#sponsor-container a {
padding: 7px 0;
}
#sponsor-container img {
max-width: 410px;
min-width: 300px;
}
#sponsor-container a:hover { #sponsor-container a:hover {
transform: scale(1.03); transform: scale(1.03);
} }
@ -1432,7 +1441,6 @@ li .splide__pagination__page.is-active {
#gear-club-logo { #gear-club-logo {
height: 60px; height: 60px;
width: 352px; width: 352px;
margin-top: 50px !important;
} }
/* Schedule */ /* Schedule */

1
img/1Password_logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.4 KiB

BIN
img/AOPS_logo Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
img/taskade_logo Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -301,11 +301,17 @@
<span class="caption">Interested in sponsoring our event?<br>Send us an email at <a class="link tooltip email-link email-replace-vijay" target="_blank" href="mailto:vijaykethanaboyina-at-gmail-dot-com">vijaykethanaboyina (at) gmail (dot) com</a></span> <span class="caption">Interested in sponsoring our event?<br>Send us an email at <a class="link tooltip email-link email-replace-vijay" target="_blank" href="mailto:vijaykethanaboyina-at-gmail-dot-com">vijaykethanaboyina (at) gmail (dot) com</a></span>
</div> </div>
<div id="sponsor-container"> <div id="sponsor-container">
<a href="https://sccld.org/" target="_blank"> <a href="https://1password.com/" target="_blank">
<img id="gilroy-library-logo" src="img/SCCLD_logo.png" alt="Gilroy Library logo"> <img src="img/1Password_logo.svg" loading="lazy" alt="1Password logo">
</a>
<a href="https://artofproblemsolving.com/" target="_blank">
<img src="img/AOPS_logo" loading="lazy" alt="AOPS logo">
</a>
<a href="https://taskade.com/" target="_blank">
<img src="img/taskade_logo" loading="lazy" alt="taskade logo">
</a> </a>
<a href="https://www.gavengineering.club/" target="_blank"> <a href="https://www.gavengineering.club/" target="_blank">
<img id="gear-club-logo" src="img/gear_logo.png" alt="GEAR Club logo"> <img id="gear-club-logo" src="img/gear_logo.png" loading="lazy" alt="GEAR Club logo">
</a> </a>
</div> </div>
</article> </article>