Added signup form

This commit is contained in:
James Dinh 2023-02-09 20:53:16 -08:00
parent 535ef7473f
commit a596f1074f
2 changed files with 6 additions and 5 deletions

View File

@ -677,6 +677,7 @@ nav * {
.header-link { .header-link {
background: unset !important; background: unset !important;
color: white !important; color: white !important;
text-decoration: none;
} }
#header-tooltip::after { #header-tooltip::after {
@ -688,7 +689,7 @@ nav * {
} }
#spots-tooltip::after { #spots-tooltip::after {
content: '← Signups Closed'; content: '← Sign up here';
top: 12px; top: 12px;
right: -150px; right: -150px;
transform-origin: left; transform-origin: left;

View File

@ -121,9 +121,9 @@
</div> </div>
<hr id="line-header"> <hr id="line-header">
<a class="link tooltip header-link" id="header-tooltip" target="_blank" href="https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20230415T170000Z%2F20230417T000000Z&details=Participate%20in%20a%20weekend-long%20hackathon%20to%20strengthen%20your%20coding%20skills%20and%20earn%20some%20cool%20prizes%21&location=Gilroy%20Library&text=Gilroy%20Hacks%20Hackathon"><h2 id="header-subtitle-date"><svg class="header-icon" xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>Apr 15 - 16</h2></a> <a class="link tooltip header-link" id="header-tooltip" target="_blank" href="https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20230415T170000Z%2F20230417T000000Z&details=Participate%20in%20a%20weekend-long%20hackathon%20to%20strengthen%20your%20coding%20skills%20and%20earn%20some%20cool%20prizes%21&location=Gilroy%20Library&text=Gilroy%20Hacks%20Hackathon"><h2 id="header-subtitle-date"><svg class="header-icon" xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>Apr 15 - 16</h2></a>
<a class="tooltip header-link" id="spots-tooltip"><div id="spots-container"> <a class="tooltip header-link" id="spots-tooltip" href="https://forms.gle/DGhhtikk5j72E59G8" target="_blank"><div id="spots-container">
<div class="blob gold" aria-hidden="true"></div> <div class="blob green" aria-hidden="true"></div>
<h2 id="header-subtitle-spots">Signups not yet open</h2> <h2 id="header-subtitle-spots">Signups are open!</h2>
</div></a> </div></a>
<div id="entrance-arrow"> <div id="entrance-arrow">
<a href="#event" id="arrow-link"> <a href="#event" id="arrow-link">
@ -229,7 +229,7 @@
<div class="checklist"> <div class="checklist">
<input id="01" onclick="save()" type="checkbox" name="r" value="1"> <input id="01" onclick="save()" type="checkbox" name="r" value="1">
<label for="01"> <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/coK7q43RwBV2f15i7">form</a></p> <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>
<label for="01"> <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> <span class="step-desc">- These questions are used to gauge your experience and skills so we can pair you with others</span>