Updated sponsor list

This commit is contained in:
James Dinh 2023-03-07 15:21:01 -08:00
parent 701ca55ab9
commit f9582f3d34
12 changed files with 22 additions and 5 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
assets/.DS_Store vendored Normal file

Binary file not shown.

BIN
css/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -188,7 +188,7 @@ nav * {
position: relative;
}
.navlink.active,a:hover {
.navlink.active,.link:hover {
color: rgba(233, 203, 104, 0.774);
transition: .5s;
}
@ -1540,6 +1540,22 @@ li .splide__pagination__page.is-active {
padding-top: 30px;
}
.wolfram-logo {
align-items: center;
justify-content: center;
display: flex;
width: 300px;
}
#wolfram-star {
max-height: 60px !important;
}
#wolfram-letters {
margin-left: 5px !important;
max-height: 35px !important;
}
#sponsor-container {
display: flex;
flex-flow: row wrap;

BIN
img/.DS_Store vendored Normal file

Binary file not shown.

BIN
img/Wolfram-Alpha-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
img/aops_white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
img/gav_white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
img/wolfram_letters.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
img/wolfram_star.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -287,13 +287,13 @@
<img src="img/1Password_logo.svg" loading="lazy" alt="1Password logo">
</a>
<a href="https://artofproblemsolving.com/" target="_blank">
<img src="img/aops_logo.png" loading="lazy" alt="AOPS logo">
<img src="img/aops_white.png" loading="lazy" alt="AOPS logo">
</a>
<a href="https://www.firstinspires.org/" target="_blank">
<img src="img/first_logo.png" loading="lazy" alt="FIRST logo">
</a>
<a href="https://www.gavilan.edu/" target="_blank">
<img src="img/gav_logo.png" loading="lazy" alt="GEAR Club logo">
<img src="img/gav_white.png" loading="lazy" alt="GEAR Club logo">
</a>
<a href="https://hackclub.com/" target="_blank">
<img src="img/hackclub_logo.png" loading="lazy" alt="Hack Club Logo">
@ -304,8 +304,9 @@
<a href="https://taskade.com/" target="_blank">
<img src="img/taskade_logo" loading="lazy" alt="taskade logo">
</a>
<a href="https://www.wolfram.com/language/" target="_blank">
<img src="img/WolframHackathonLogo2023.png" loading="lazy" alt="Wolfram Alpha logo">
<a class="wolfram-logo" href="https://www.wolfram.com/language/" target="_blank">
<img id="wolfram-star" src="/img/wolfram_star.png" alt="wolfram star" loading="lazy">
<img id="wolfram-letters" src="/img/wolfram_letters.png" alt="wolfram letters" loading="lazy">
</a>
</div>
</section>

BIN
js/.DS_Store vendored Normal file

Binary file not shown.