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
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@ <h1>Hack Club: Web Dev Series</h1>
<a href="https://forms.hackclub.com/swirl-workshop"><button class="box-btn">run a workshop!</button></a>
</div>
<div class="arrow">↓</div>
<div class="flow-indicator">if you want a challenge without CSS, do...</div>
<div class="box" style="--box-bg: #ffffff; --box-title: #000000; --box-desc: #333333;">
<img class="box-img" src="https://flavorless.hackclub.com/logo.png" alt="Flavorless Logo" />
<div class="box-content">
<div class="box-title">Flavorless</div>
<div class="box-desc"><strong>Build a functional website without any CSS - only HTML and JavaScript allowed!</strong></div>
<div class="box-desc">Estimated time: 1+ hours</div>
<div class="price-tag">Stickers + Prizes</div>
</div>
<a href="https://flavorless.hackclub.com/?utm_source=webdev"><button class="box-btn">check it out!</button></a>
</div>
<div class="arrow">↓</div>
<div class="flow-indicator">or, you can do...</div>
<div class="box" style="--box-bg: #ffcc00; --box-title: #000; --box-desc: #000;">
<img class="box-img" src="./imgs/toppings.png" alt="Box Image" />
Expand Down Expand Up @@ -119,7 +131,6 @@ <h1>Hack Club: Web Dev Series</h1>
<a href="https://forms.hackclub.com/t/nGoLApvXMDus"><button class="box-btn box-btn-white">run a workshop!</button></a>
</div>
</div>
</div>
<div class="fulfillment-section">
<div class="unreleased-note">
<h2>Zoo: Ended</h2>
Expand Down