Skip to content

Commit 29c3abc

Browse files
Remove hackathon buttons from overview and hero (#323)
Co-authored-by: Alessandro Pignotti <[email protected]>
1 parent 9d44487 commit 29c3abc

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

sites/cheerpj/src/content/docs/00-overview.mdx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,6 @@ import { DISCORD_URL } from "@/consts.ts";
1010
import JNLPRunnerButton from "@leaningtech/astro-theme/components/JNLPRunnerButton.astro";
1111
import AppletRunnerButton from "@leaningtech/astro-theme/components/AppletRunnerButton.astro";
1212

13-
<div
14-
class="rounded-lg bg-yellow-900/10 py-1 px-3 my-6"
15-
style="border: 1px groove #fe900d;"
16-
>
17-
<div class="text-md font-semibold leading-tight" style="color:#ffb547;">
18-
Join the Hackathon, build with CheerpJ!
19-
</div>
20-
<div class="text-sm mt-0.5" style="color:#e5e7eb;">
21-
Join our first <b>CheerpJ Hackathon</b> in the second half of November,
22-
exploring how CheerpJ can be applied to real-world science and research
23-
projects, with a a <b>£500</b> prize awaiting the winning team.
24-
<a
25-
href="https://labs.leaningtech.com/cheerpj-hackathon"
26-
class="underline text-primary-500"
27-
target="_blank"
28-
rel="noopener"
29-
>
30-
Register now
31-
</a>
32-
</div>
33-
</div>
34-
3513
<div class="not-prose flex gap-2 mb-2">
3614
<img
3715
src="https://img.shields.io/badge/version-4.0-orange"

sites/labs/src/components/landing-page/Hero.astro

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@ import Wrapper from "@leaningtech/hero/Hero.astro";
3939
iconLeft="fa-brands:discord"
4040
/>
4141
</div>
42-
<!-- Hackathon button -->
43-
<div class="mt-6">
44-
<a
45-
href="https://labs.leaningtech.com/cheerpj-hackathon"
46-
class="inline-flex items-center justify-center gap-2 rounded-md border border-amber-500 bg-amber-600 px-3.5 py-2.5 font-medium text-white shadow-sm
47-
transition-all duration-200 hover:bg-amber-500 hover:border-white hover:ring-1 hover:ring-white/60"
48-
>
49-
Join the CheerpJ Hackathon
50-
</a>
51-
</div>
5242
</div>
5343
</div>
5444
<div class="flex justify-center">

0 commit comments

Comments
 (0)