Updated sponsor list

This commit is contained in:
James Dinh 2023-03-05 16:47:16 -08:00
parent 91460b53fe
commit 44da3a43ac
8 changed files with 67 additions and 13 deletions

View File

@ -181,6 +181,7 @@
<ul>
<li>Gavilan College<br>5055 Santa Teresa Blvd, Gilroy, CA 95020</li>
</ul>
<a class="donate-button" target="_blank" href="https://bank.hackclub.com/donations/start/gilroy-hacks"><h2 class="header-subtitle donate"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>&nbspDonate<svg class="new-tab-icon sub-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/></svg></h2></a>
</article>
</div>
</footer>

View File

@ -1419,6 +1419,40 @@ li .splide__pagination__page.is-active {
}
}
.card-info-container {
display: flex;
flex-flow: row wrap;
max-width: 400px;
min-width: 200px;
justify-content: space-around;
margin: 20px 0;
}
.info-card {
min-width: 180px;
max-width: 400px;
padding: 10px 20px;
margin: 10px 0;
background-color: #197e47;
border-radius: 5px;
}
.info-card.green {
background-color: #197e47;
}
.info-card.blue {
background-color: #188592;
}
.info-card.red {
background-color: #a83e32;
}
.card-heading {
font-size: 30px;
}
.apexcharts-menu {
background-color: #27293d!important;
border: 0px;
@ -1527,19 +1561,18 @@ li .splide__pagination__page.is-active {
}
#sponsor-container a:hover {
/* transform: scale(1.02); */
animation: 0.3s ease shake;
}
@keyframes shake {
0% {
transform:rotate(1deg);
transform:rotate(0.5deg);
}
33% {
transform:rotate(-1deg);
transform:rotate(-0.5deg);
}
66% {
transform:rotate(1deg);
transform:rotate(0.5deg);
}
100% {
transform:rotate(0deg);

BIN
img/first_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
img/hackclub_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -198,9 +198,6 @@
<label for="01">
<p class="title">1. Sign up w/ this <a onclick="check('01'); save()" class="link tooltip" id="signup-link" target="_blank" href="https://forms.gle/DGhhtikk5j72E59G8">form</a></p>
</label>
<!-- <label for="01">
<span class="step-desc">- These questions are used to gauge your experience and skills so we can pair you with others</span>
</label> -->
</div>
</div>
</div>
@ -211,9 +208,6 @@
<label for="02">
<p class="title">2. Join the <a onclick="check('02'); save()" class="link tooltip" id="discord-link" target="_blank" href="https://discord.gg/nkTDKMcYbr">Discord</a></p>
</label>
<!-- <label for="02">
<span class="step-desc">- Please change your nickname to your First and Last name</span>
</label> -->
</div>
</div>
</div>
@ -258,15 +252,28 @@
<label for="05">
<p class="title">5. Wait for the hackathon to start!</p>
</label>
<!-- <label for="05">
<span class="step-desc">- Mark your calendars, Apr 15 - 16</span>
</label> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card-info-container">
<div class="info-card green">
<span class="card-heading">$750+</span><br>in prizes!
</div>
<div class="info-card blue">
<span class="card-heading">##</span><br>participants
</div>
<div class="info-card red">
<span class="card-heading">Financials</span><br>over ### in funding
<a class="link" href="https://bank.hackclub.com/gilroy-hacks" target="_blank">
<div class="spots-container">
<h2 id="header-subtitle-spots">Bank Account<svg class="new-tab-icon sub-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/></svg></h2>
</div>
</a>
</div>
</div>
</article>
</div>
</section>
@ -282,9 +289,15 @@
<a href="https://artofproblemsolving.com/" target="_blank">
<img src="img/aops_logo.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">
</a>
<a href="https://hackclub.com/" target="_blank">
<img src="img/hackclub_logo.png" loading="lazy" alt="Hack Club Logo">
</a>
<a href="https://www.prohealthsmiles.com/" target="_blank">
<img src="img/ProHealth_Smiles.png" loading="lazy" alt="ProHealth Smiles logo">
</a>

View File

@ -111,6 +111,11 @@ document.addEventListener('DOMContentLoaded', function(){
});
});
const info_card = document.querySelectorAll('.info-card');
info_card.forEach(entry => {
observer.observe(entry);
});
const workshop_entry = document.querySelectorAll('.workshop-entry');
workshop_entry.forEach(entry => {
observer.observe(entry);

View File

@ -336,6 +336,7 @@
<ul>
<li>Gavilan College<br>5055 Santa Teresa Blvd, Gilroy, CA 95020</li>
</ul>
<a class="donate-button" target="_blank" href="https://bank.hackclub.com/donations/start/gilroy-hacks"><h2 class="header-subtitle donate"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>&nbspDonate<svg class="new-tab-icon sub-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/></svg></h2></a>
</article>
</div>
</footer>

View File

@ -250,6 +250,7 @@
<ul>
<li>Gavilan College<br>5055 Santa Teresa Blvd, Gilroy, CA 95020</li>
</ul>
<a class="donate-button" target="_blank" href="https://bank.hackclub.com/donations/start/gilroy-hacks"><h2 class="header-subtitle donate"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>&nbspDonate<svg class="new-tab-icon sub-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/></svg></h2></a>
</article>
</div>
</footer>