Skip to content

Commit

Permalink
Merge pull request #79 from lactf/feat/2024details
Browse files Browse the repository at this point in the history
add THM prizes~
  • Loading branch information
burturt authored Feb 18, 2024
2 parents 3212188 + 142f2c5 commit 27ec5aa
Showing 1 changed file with 46 additions and 7 deletions.
53 changes: 46 additions & 7 deletions components/PrizesStrip.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ const PrizesStrip = () => {
>
Amber Pro Smart Storage Devices
</a>{" "}
+ <br />
<a className={styles.prizelink} href="https://tryhackme.com/">
4× 3 month TryHackMe Premium vouchers
</a>{" "}
</li>
<li>
2nd place: $140 +<br />
Expand All @@ -31,15 +35,35 @@ const PrizesStrip = () => {
>
Amber Pro Smart Storage Devices
</a>{" "}
+ <br />
<a className={styles.prizelink} href="https://tryhackme.com/">
2× 3 month, 2× 1 month TryHackMe Premium vouchers
</a>{" "}
</li>
<li>
3rd place: $100 + <br />
<a className={styles.prizelink} href="https://tryhackme.com/">
4× 1 month TryHackMe Premium vouchers
</a>{" "}
</li>
<li>
4th & 5th place: $80 + <br />
<a className={styles.prizelink} href="https://tryhackme.com/">
2× 1 month TryHackMe Premium vouchers
</a>{" "}
</li>
<li>
6th-10th place: $40 + <br />
<a className={styles.prizelink} href="https://tryhackme.com/">
2× 1 month TryHackMe Premium vouchers
</a>{" "}
</li>
<li>3rd place: $100</li>
<li>4th & 5th place: $80</li>
<li>6th-10th place: $40</li>
</ul>
<br />
<p>
UCLA division prizes will be distributed directly to individual team
members. Amounts listed are per team.
members. Amounts listed are per team. No more than one TryHackMe
voucher may go to any individual in a UCLA Division team.
</p>
<br />
</div>
Expand All @@ -53,9 +77,24 @@ const PrizesStrip = () => {
<br />
<br />
<ul className={styles.prizelist}>
<li>1st place: $500</li>
<li>2nd place: $300</li>
<li>3rd place: $200</li>
<li>
1st place: $500 + <br />
<a className={styles.prizelink} href="https://tryhackme.com/">
2× 3 month TryHackMe Premium vouchers
</a>{" "}
</li>
<li>
2nd place: $300 + <br />
<a className={styles.prizelink} href="https://tryhackme.com/">
2× 1 month TryHackMe Premium vouchers
</a>{" "}
</li>
<li>
3rd place: $200 + <br />
<a className={styles.prizelink} href="https://tryhackme.com/">
1× 1 month TryHackMe Premium voucher
</a>{" "}
</li>
<li>4th & 5th place: $100</li>
</ul>
<br />
Expand Down

0 comments on commit 27ec5aa

Please sign in to comment.