Skip to content

Commit

Permalink
Merge f9ceead into 0209843
Browse files Browse the repository at this point in the history
  • Loading branch information
hedyhli committed Mar 17, 2024
2 parents 0209843 + f9ceead commit bf7c1f9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Other": "fa-question-circle",
"Paid": "fa-dollar-sign",
"Podcast": "fa-microphone-alt",
"Project Ideas": "fa-lightbulb-o",
"Project Ideas": "fa-lightbulb",
"Security": "fa-solid fa-lock",
"Software Design": "fa-paint-brush",
"Subscription": "fa-credit-card",
Expand Down
6 changes: 3 additions & 3 deletions pydis_site/templates/events/pages/code-jams/10/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h4 class="mt-5 mb-2"><i class="fa fa-trophy"></i> Dynamic Typists: next level C
Taking captchas to the next level in an effort to foil some of the new AIs. The captchas are image based with a twist.
</p>
<p>
<a href="https://github.com/thijsfranck/the-dynamic-typists" title="The Dynamic Typists GitHub Repository" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub Repository</a>
<a href="https://github.com/thijsfranck/the-dynamic-typists" title="The Dynamic Typists GitHub Repository" target="_blank" rel="noopener"><i class="fab fa-github"></i> GitHub Repository</a>
<br/>

</p>
Expand All @@ -40,7 +40,7 @@ <h4 class="mt-5 mb-2"><i class="fa fa-medal"></i> Magic Methods: Code Stego</h4>
Given a snippet of code, create an image of the code to easily share and also embed the code into the image of the code itself.
</p>
<p>
<a href="https://github.com/StoneSteel27/The-Magic-Methods" title="The Magic Methods GitHub Repository" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub Repository</a>
<a href="https://github.com/StoneSteel27/The-Magic-Methods" title="The Magic Methods GitHub Repository" target="_blank" rel="noopener"><i class="fab fa-github"></i> GitHub Repository</a>
<br/>
</p>

Expand All @@ -49,7 +49,7 @@ <h4 class="mt-5 mb-2"><i class="fa fa-medal"></i> Async Aggregators: Digital Sha
<p class="my-1">
Image manipulation puzzle game. Adjust image manipulation sliders to find secret codes.
<p>
<a href="https://github.com/Flow-Glow/Code-Jam-2023-Async-Aggregators" title="The Async Aggregators GitHub Repository" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub Repository</a>
<a href="https://github.com/Flow-Glow/Code-Jam-2023-Async-Aggregators" title="The Async Aggregators GitHub Repository" target="_blank" rel="noopener"><i class="fab fa-github"></i> GitHub Repository</a>
<br/>
</p>

Expand Down
6 changes: 3 additions & 3 deletions pydis_site/templates/events/pages/code-jams/8/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h4 class="mt-5 mb-2"><i class="fa fa-trophy"></i> Perceptive Porcupines: WTPyth
<p>
<a href="https://www.youtube.com/watch?v=DV3uMdsw9KE" title="Perceptive Porcupines Demo Video" target="_blank" rel="noopener"><i class="fa fa-video"> </i> Demo video</a>
<br/>
<a href="https://github.com/what-the-python/wtpython" title="Perceptive Porcupines GitHub Repository" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub Repository</a>
<a href="https://github.com/what-the-python/wtpython" title="Perceptive Porcupines GitHub Repository" target="_blank" rel="noopener"><i class="fab fa-github"></i> GitHub Repository</a>
<br/>

</p>
Expand All @@ -46,7 +46,7 @@ <h4 class="mt-5 mb-2"><i class="fa fa-medal"></i> Lovable Lobsters: Ultimate Tic
<p>
<a href="https://www.youtube.com/watch?v=WI9tgQeAfXw" title="Lovable Lobsters Demo Video" target="_blank" rel="noopener"><i class="fa fa-video"> </i> Demo video</a>
<br/>
<a href="https://github.com/A5rocks/code-jam-8" title="Lovable Lobsters GitHub Repository" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub Repository</a>
<a href="https://github.com/A5rocks/code-jam-8" title="Lovable Lobsters GitHub Repository" target="_blank" rel="noopener"><i class="fab fa-github"></i> GitHub Repository</a>
<br/>
</p>

Expand All @@ -58,7 +58,7 @@ <h4 class="mt-5 mb-2"><i class="fa fa-medal"></i> Robust Reindeer: Rubik's Cube<
Just like a real world Rubik's cube, you can move this cube around to look at it from all sides. And, of course, you can rotate the individual discs it is made up of to first scramble up the order and then to try and solve it into perfect ordering again.
</p>
<p>
<a href="https://github.com/bjoseru/pdcj8-robust-reindeer" title="Robust Reindeer GitHub Repository" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub Repository</a>
<a href="https://github.com/bjoseru/pdcj8-robust-reindeer" title="Robust Reindeer GitHub Repository" target="_blank" rel="noopener"><i class="fab fa-github"></i> GitHub Repository</a>
<br/>
</p>

Expand Down
6 changes: 3 additions & 3 deletions pydis_site/templates/events/pages/code-jams/9/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h4 class="mt-5 mb-2"><i class="fa fa-trophy"></i> Cerebral Centaurs: Drawn</h4>
Drawn is based on old school Pictionary game, with additional surprises waiting for the drawer each turn.
</p>
<p>
<a href="https://github.com/collerek/cerebral-centaurs" title="Cerebral Centaurs GitHub Repository" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub Repository</a>
<a href="https://github.com/collerek/cerebral-centaurs" title="Cerebral Centaurs GitHub Repository" target="_blank" rel="noopener"><i class="fab fa-github"></i> GitHub Repository</a>
<br/>

</p>
Expand All @@ -42,7 +42,7 @@ <h4 class="mt-5 mb-2"><i class="fa fa-medal"></i> Kingly Kelpies: for level_id i
<p>
<a href="https://www.youtube.com/watch?v=-VQ_ijuo-Mg" title="Kingly Kelpies Demo Video" target="_blank" rel="noopener"><i class="fa fa-video"> </i> Demo video</a>
<br/>
<a href="https://github.com/Kingly-elpies/KinglyKelpies" title="Kingly Kelpies GitHub Repository" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub Repository</a>
<a href="https://github.com/Kingly-elpies/KinglyKelpies" title="Kingly Kelpies GitHub Repository" target="_blank" rel="noopener"><i class="fab fa-github"></i> GitHub Repository</a>
<br/>
</p>

Expand All @@ -51,7 +51,7 @@ <h4 class="mt-5 mb-2"><i class="fa fa-medal"></i> Logical Leprechauns: Curse of
<p class="my-1">
Curse of the Mites is a text based MUD (multi-user dungeon) in which you play as a caterpillar whose goal is to grow into a butterfly to escape the forest cursed by mites.
<p>
<a href="https://github.com/AbooMinister25/Curse-of-the-Mites" title="Logical Leprechauns GitHub Repository" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub Repository</a>
<a href="https://github.com/AbooMinister25/Curse-of-the-Mites" title="Logical Leprechauns GitHub Repository" target="_blank" rel="noopener"><i class="fab fa-github"></i> GitHub Repository</a>
<br/>
</p>

Expand Down
4 changes: 2 additions & 2 deletions pydis_site/templates/home/timeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ <h2 class="has-text-dark">Owners become PSF Fellows</h2>

<div class="cd-timeline__block">
<div class="cd-timeline__img pastel-red cd-timeline__img--picture">
<i class="fa fa-youtube-play"></i>
<i class="fab fa-youtube"></i>
</div>

<div class="cd-timeline__content has-background-white-bis text-component">
Expand Down Expand Up @@ -473,7 +473,7 @@ <h2 class="has-text-dark">We release The PEP 8 song</h2>

<div class="cd-timeline__block">
<div class="cd-timeline__img pastel-red cd-timeline__img--picture">
<i class="fa fa-snowflake-o"></i>
<i class="fa fa-snowflake"></i>
</div>

<div class="cd-timeline__content has-background-white-bis text-component">
Expand Down

0 comments on commit bf7c1f9

Please sign in to comment.