Skip to content

Commit c4021c1

Browse files
committed
cheerpx index and line update
1 parent f74b2ff commit c4021c1

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

sites/cheerpx/src/pages/hackathon.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ import Directions from "../assets/direction.png";
9696
>
9797
More information coming soon, stay tuned! 🚀.
9898
</p>
99+
100+
<p class="font-mono text-lg sm:text-xl text-white text-pretty text-center py-10">
101+
In the mean time take a look to the
102+
<a class="text-[#00b8a9] hover:underline" href="https://github.com/leaningtech/WebVMHackathon/blob/main/results2024.md">
103+
2024 edition repository
104+
</a>
105+
.</p>
99106
</div>
100107
</section>
101108

sites/cheerpx/src/pages/index.astro

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,27 +116,27 @@ import BlogPostCardSet from "@leaningtech/astro-theme/components/BlogPostCardSet
116116
class="text-white text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-semibold text-center text-wrap"
117117
>
118118
<span
119-
class="text-center bg-gradient-to-r from-[#e2bace] to-[#909090] via-white text-transparent bg-clip-text"
120-
>WebVM: The hackathon!</span
119+
class="text-center bg-gradient-to-r from-primary-300 to-[#00b8a9] via-white text-transparent bg-clip-text"
120+
>WebVM: The hackathon II!</span
121121
>
122122

123123
<p
124124
class="text-center text-2xl sm:text-3xl font-light text-stone-300 px-2 px-30"
125125
>
126-
The terminal based hackathon that leverages the power of CheerpX. Big
127-
congratulations to the winning team of the 2024 edition: <b
126+
The terminal based hackathon that leverages the power of CheerpX. Second edition coming up this spring 2025! <b
128127
class="font-bold"
129-
>ART Force
130-
</b>. Find out about the excellent submissions of this year down below!
128+
>
129+
</b>
131130
</p>
132131

133132
<div class="flex gap-4 justify-center py-2">
134133
<LinkButton
135134
type="primary-cheerpx"
136-
href="https://github.com/leaningtech/WebVMHackathon/blob/main/results2024.md"
137-
label="Results"
135+
href="/hackathon"
136+
label="Learn more"
138137
iconRight="ph:note-bold"
139138
/>
139+
140140
</div>
141141
</h1>
142142
</section>

0 commit comments

Comments
 (0)