Skip to content

Commit

Permalink
Merge pull request #91 from vchen04/master
Browse files Browse the repository at this point in the history
add mystery prizes
  • Loading branch information
vchen04 authored Mar 18, 2024
2 parents 7881d8b + 08abfe5 commit f5fee8a
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 34 deletions.
Binary file added 2024/assets/img/prizes/QuestionMark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 52 additions & 34 deletions 2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,43 +733,61 @@ <h1>Challenges</h1>
</div>

<div id="prizes-page" class="secondary-page">
<div class="nav-spacer"></div>
<div class="filler"></div>
<div class="innerContent center">
<a id="prizes"></a>
<br /><br />
<h1>Prizes</h1>
<hr />
<p>
Prizes are distributed per team member—each member of a winning team
will get their own prize.
</p>
<br />
<h2>Prizes for this years event!:</h2>
<br />
<div class="section grp">
<div class="col third">
<p class="bold txt-red bigger">1st Place</p>
<h2>Apple AirPods Max</h2>
<img src="assets/img/prizes/airpods_max.png" />
<br />
</div>
<div class="nav-spacer"></div>
<div class="filler"></div>
<div class="innerContent center">
<a id="prizes"></a>
<br><br>
<h1>Prizes</h1>
<hr>
<p>Prizes are distributed per team member—each member of a winning team will get their own prize.</p>
<br>
<h2>Prizes for this years event! :</h2>
<br>
<div class="section grp">
<div class="col third">
<p class="bold txt-red bigger">1st Place</p>
<h2> Apple AirPods Max </h2>
<img src="assets/img/prizes/airpods_max.png">
<br>
</div>

<div class="col third">
<p class="bold txt-red bigger">2nd Place</p>
<h2>Acer Gaming Monitor</h2>
<img src="assets/img/prizes/monitor.png" />
<br />
</div>
<div class="col third">
<p class="bold txt-red bigger">2nd Place</p>
<h2> Acer Gaming Monitor </h2>
<img src="assets/img/prizes/monitor.png">
<br>
</div>

<div class="col third">
<p class="bold txt-red bigger">3rd Place</p>
<h2>Logitech MX Master 3S</h2>
<img src="assets/img/prizes/logitechmx3.png" />
<br />
</div>
<div class="col third">
<p class="bold txt-red bigger">3rd Place</p>
<h2> Logitech MX Master 3S </h2>
<img src="assets/img/prizes/logitechmx3.png">
<br>
</div>
</div>

<div class="section grp">
<div class="col third">
<p class="bold txt-red bigger">Mystery Prize 1</p>
<img src="assets/img/prizes/QuestionMark.png">
<br>
</div>

<div class="col third">
<p class="bold txt-red bigger">Mystery Prize 2</p>
<img src="assets/img/prizes/QuestionMark.png">
<br>
</div>

<div class="col third">
<p class="bold txt-red bigger">Mystery Prize 3</p>
<img src="assets/img/prizes/QuestionMark.png">
<br>
</div>

</div>
</div>
</div>
</div>

<div id="hardware-page" class="secondary-page">
Expand Down

0 comments on commit f5fee8a

Please sign in to comment.