Added Prizes Description

This commit is contained in:
James Dinh 2022-06-30 22:46:03 -07:00
parent bf72fc524f
commit 25c0965f26
4 changed files with 34 additions and 5 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -1706,6 +1706,21 @@ section {
color: #ffde59;
}
#prize-box {
border-radius: 10px;
border: 1px solid white;
background-color: #3d3d3d;
margin: 10px auto;
width: 70%;
max-width: 850px;
min-width: 200px;
padding: 10px;
}
#prize-list {
list-style: none;
}
/* Teams */
#team-container {
width: 100%;

BIN
img/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -280,11 +280,11 @@
<div id="checklist">
<input id="04" onclick="save()" type="checkbox" name="r" value="4">
<label for="04">
<p class="title">4. Start discussing ideas for a project</p>
<p class="title">4. Start preparing</p>
</label>
<label for="04">
<p class="step-desc">
- Between now and the start of the hackathon is a great time to come up with project ideas & download any software you may need
- Between now and the start of the hackathon is a great time to download any software you may need
<br>
- However, you can't start working on the project until the hackathon begins
</p>
@ -551,7 +551,7 @@
<div class="prize-desc" id="second-place">
<img class="prize-laurel" src="img/silver-laurel.png" loading="lazy" alt="silver laurel">
<div class="prize-title">2nd</div>
<div class="prize-content">TBD</div>
<div class="prize-content">$200</div>
</div>
<div class="podium-edge"></div>
<div id="second-podium"></div>
@ -562,7 +562,7 @@
<div class="prize-desc" id="first-place">
<img class="prize-laurel" src="img/gold-laurel.png" loading="lazy" alt="gold laurel">
<div class="prize-title">1st</div>
<div class="prize-content">TBD</div>
<div class="prize-content">$300</div>
</div>
<div class="podium-edge"></div>
<div id="first-podium">
@ -577,13 +577,27 @@
<div class="prize-desc" id="third-place">
<img class="prize-laurel" src="img/bronze-laurel.png" loading="lazy" alt="bronze laurel">
<div class="prize-title">3rd</div>
<div class="prize-content">TBD</div>
<div class="prize-content">$100</div>
</div>
<div class="podium-edge"></div>
<div id="third-podium"></div>
</div>
</article>
</div>
<div id="prize-box">
Prizes will be in the form of individual Amazon Gift Cards as follows:<br>
<ul id="prize-list">
<li><span class="emphasis-text">1st Place</span>: $75 Amazon Gift Cards (x4)</li>
<li><span class="emphasis-text">2nd Place</span>: $50 Amazon Gift Cards (x4)</li>
<li><span class="emphasis-text">3rd Place</span>: $25 Amazon Gift Cards (x4)</li>
</ul>
<br>
<h4><u>Terms & Conditions</u></h4>
- We will deliver prizes via email (we'll ask you on Discord for your preferred email once the event ends).<br>
- Your team is responsible for equally distributing prizes to team members as per our Code of Conduct.<br>
- Prizes are non-refundable; if you refuse to accept the prize, we will offer it to another team member.<br>
- Gilroy Hacks will not be liable for the prize once it reaches its recipient.
</div>
</section>
<section id="team">
<h2 class="topic">Hackathon Team</h2>