Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,19 @@ <h1>Hack Club: Web Dev Series</h1>
<a href="https://reactive.hackclub.dev"><button class="box-btn">check it out!</button></a>
<a href="https://forms.hackclub.com/reactive-workshop"><button class="box-btn">run a workshop!</button></a>
</div>
<div class="arrow">↓</div>
<div class="flow-indicator">if you want to go 3D, do...</div>
<div class="box" style="--box-bg: #c70014; --box-title: #ffffff; --box-desc: #ffffff;">
<img class="box-img" style="height: auto;" src="./imgs/polygon.png" alt="Box Image" />
<div class="box-content">
<div class="box-title">Polygon</div>
<div class="box-desc"><strong>Build a 3d website using three.js and get a grant to go watch your favourite movies!</strong></div>
<div class="box-desc">Estimated time: 1-4 hours</div>
<div class="price-tag">$10-20</div>
</div>
<a href="https://polygon.hackclub.com/"><button class="box-btn box-btn-white">check it out!</button></a>
<a href="https://forms.hackclub.com/t/nGoLApvXMDus"><button class="box-btn box-btn-white">run a workshop!</button></a>
</div>
<div class="arrow">↓</div>
<div class="flow-indicator">if you wanna learn some backend with Flask do...</div>
<div class="box" style="--box-bg: #4E9CDB; --box-title: #ffffff; --box-desc: #ffffff;">
Expand Down Expand Up @@ -136,20 +149,7 @@ <h2>Old Events!</h2>
<div class="price-tag">$10+</div>
</div>
<a href="https://zoo.hackclub.com/"><button class="box-btn" disabled>check it out!</button></a>
</div>
<div class="arrow">↓</div>
<div class="flow-indicator">if you want to go 3D, do...</div>
<div class="box ended-box" style="--box-bg: #c70014; --box-title: #ffffff; --box-desc: #ffffff;">
<img class="box-img ended" style="height: auto;" src="./imgs/polygon.png" alt="Box Image" />
<div class="box-content">
<div class="box-title">Polygon</div>
<div class="box-desc"><strong>Build a 3d website using three.js and get a grant to go watch your favourite movies!</strong></div>
<div class="box-desc">Estimated time: 1-4 hours</div>
<div class="price-tag">$10-20</div>
</div>
<a href="https://polygon.hackclub.com/"><button class="box-btn box-btn-white" disabled>check it out!</button></a>
<a href="https://forms.hackclub.com/t/nGoLApvXMDus"><button class="box-btn box-btn-white" disabled>run a workshop!</button></a>
</div>
</div>
<div class="arrow">↓</div>
<div class="flow-indicator">if you wanna work as a team, do...</div>
<div class="box ended-box" style="--box-bg: #f9e0bc; --box-title: #c2680e; --box-desc: #714312;">
Expand Down