Skip to content

Commit ad7b7eb

Browse files
Hackathon steps (#294)
1 parent def28f4 commit ad7b7eb

File tree

15 files changed

+229
-32
lines changed

15 files changed

+229
-32
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
title: HomeByME
2+
description: A home design application, compiled to the web with Cheerp.
3+
url: https://home.by.me/en/
4+
heroImage: ./homebyme.png
5+
tags:
6+
- Cheerp
242 KB
Loading
1.09 MB
Loading
84.8 KB
Loading
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
title: iText
2+
description: Edit PDFs fully client side using the industry standard iText library converted to JavaScript.
3+
url: https://cheerpjdemos.leaningtech.com/iTextDemo.html
4+
heroImage: ./itext.png
5+
tags:
6+
- CheerpJ
66 KB
Loading
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
title: Java Fiddle
2+
description: Compile, edit and run Java, directly in the browser.
3+
url: https://javafiddle.leaningtech.com/
4+
heroImage: ./javafiddle.png
5+
tags:
6+
- CheerpJ
117 KB
Loading
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
title: OpenAstexViewer
2+
description: A complex Java applet with 3D rendering running in any browser using CheerpJ.
3+
url: https://cheerpjdemos.leaningtech.com/OpenAstexViewer.html
4+
heroImage: ./openastex.png
5+
tags:
6+
- CheerpJ

sites/cheerpx/src/pages/index.astro

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -106,37 +106,6 @@ import BlogPostCardSet from "@leaningtech/astro-theme/components/BlogPostCardSet
106106
/>
107107
</div>
108108
</section>
109-
<section
110-
class="justify-center py-20 bg-black px-2 sm:px-2 md:pt-16 md:px-8 lg:px-4 lg:pt-32 xl:pt-42 xl:px-56 2xl:px-60 2xl:pt-60"
111-
>
112-
<div class="col-span-1 flex items-center justify-center px-4">
113-
<Image src={MonitorDoodle} alt="Monitor" class="min-w-56 max-w-72" />
114-
</div>
115-
<h1
116-
class="text-white text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-semibold text-center text-wrap"
117-
>
118-
<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
121-
>
122-
123-
<p
124-
class="text-center text-2xl sm:text-3xl font-light text-stone-300 px-2 px-30"
125-
>
126-
The terminal based hackathon that leverages the power of CheerpX. Second
127-
edition coming up this 7-14 of April, 2025! <b class="font-bold"> </b>
128-
</p>
129-
130-
<div class="flex gap-4 justify-center py-2">
131-
<LinkButton
132-
type="primary-cheerpx"
133-
href="/hackathon"
134-
label="Learn more"
135-
iconRight="ph:note-bold"
136-
/>
137-
</div>
138-
</h1>
139-
</section>
140109

141110
<!-- TODO: video -->
142111
<!-- TODO: client company logos -->

0 commit comments

Comments
 (0)