Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-animate-height": "^2.0.23",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-scripts": "4.0.3",
"web-vitals": "^1.1.2"
},
"scripts": {
Expand Down
Binary file removed public/images/sponsors_and_partners/gcoe.png
Binary file not shown.
15 changes: 7 additions & 8 deletions src/live/Prizes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Prizes = () => (
<h3 className="center">First Place</h3>
<p>
This prize will be given to the team or individual who places
first, overall. Each team member will receive an <b>TBD</b>.
first, overall. Each team member will receive a <b>Nintendo Switch</b>.
<br />
<br />
</p>
Expand All @@ -41,8 +41,7 @@ const Prizes = () => (
<h3 className="center">Second Place</h3>
<p>
This prize will be given to the team or individual who places
second, overall. Each team member of the winning team will receive
a <b>TBD</b>.
second, overall. Each team member of the winning team will receive <b>Airpod Pros</b>.
</p>
</div>
</div>
Expand All @@ -60,7 +59,7 @@ const Prizes = () => (
<p>
This prize will be given to the team or individual who places
third, overall. Each team member of the winning team will receive
a <b>TBD</b>.
a <b>Monitor</b>.
<br />
<br />
</p>
Expand All @@ -80,7 +79,7 @@ const Prizes = () => (
<p>
This category rewards the best beginner hack. To be considered for
this prize, the hack must be created by first time hackers. Each
team member of the winning team will receive a <b>TBD</b> and a <b>TBD</b>.
team member of the winning team will receive an <b>Amazon Alexa</b>.
</p>
</div>
</div>
Expand All @@ -99,7 +98,7 @@ const Prizes = () => (
This category rewards the best theme for a hack. Hacks considered
for this category will embrace our retro theme this year. Each
team member of the winning team will receive a{" "}
<b>TBD</b>.
<b>Keychron K8 Keyboard</b>.
<br />
<br />
</p>
Expand All @@ -117,11 +116,11 @@ const Prizes = () => (
<h3 className="center">Best Hardware Hack</h3>
<p>
Using your preferred hardware or hardware emulator, build a hack
for your chance to win an
<b> TBD</b>!
for your chance to win an <b>Arduino Kit</b>!
</p>
</div>
</div>

</div>
</div>
<p
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"integrity" "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w=="
"resolved" "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz"
"version" "2.2.0"

dependencies:
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"
Expand Down