Skip to content

Commit

Permalink
Hackathon results (#175)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Pignotti <alessandro@leaningtech.com>
  • Loading branch information
GabrielaReyna and alexp-sssup authored Nov 19, 2024
1 parent 13bca75 commit ef58c76
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions sites/cheerpx/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,19 @@ import MonitorDoodle from "../assets/hero_illustration.png";
>
<div class="text-center hover:text-[#6386a5]">
<a href="https://github.com/leaningtech/webvm/forks">
<p class="text-2xl font-bold">900+</p>
<p class="text-2xl font-bold">1.3k+</p>
<p class="text-sm sm:text-lg">Repository forks</p>
</a>
</div>
<div class="text-center hover:text-[#6386a5]">
<a href="https://github.com/leaningtech/webvm/stargazers">
<p class="text-2xl font-bold">4.5k+</p>
<p class="text-2xl font-bold">6.7k+</p>
<p class="text-sm sm:text-lg">Stars on GitHub</p>
</a>
</div>
<div class="text-center hover:text-[#6386a5]">
<a href={DISCORD_URL}>
<p class="text-2xl font-bold">1k+</p>
<p class="text-2xl font-bold">1.2k+</p>
<p class="text-sm sm:text-lg">Discord members</p>
</a>
</div>
Expand Down Expand Up @@ -116,18 +116,19 @@ import MonitorDoodle from "../assets/hero_illustration.png";
<p
class="text-center text-2xl sm:text-3xl font-light text-stone-300 px-2 px-30"
>
Join us for a weekend of coding fun and amazing prizes! <b
class="font-bold">WebVM: The hackathon!</b
> is a global hybrid event open to all developers! Dive into the world of
terminal-based solutions by leveraging the power of CheerpX.
The terminal based hackathon that leverages the power of CheerpX. Big
congratulations to the winning team of the 2024 edition: <b
class="font-bold"
>ART Force
</b>. Find out about the excellent submissions of this year down below!
</p>

<div class="flex gap-4 justify-center py-2">
<LinkButton
type="primary-cheerpx"
href="/hackathon"
label="Register"
iconRight="mdi:register"
href="https://github.com/leaningtech/WebVMHackathon/blob/main/results2024.md"
label="Results"
iconRight="ph:note-bold"
/>
</div>
</h1>
Expand Down

0 comments on commit ef58c76

Please sign in to comment.