mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
[bin] timeline items are hoverable
This commit is contained in:
parent
2149f0ca1c
commit
06df1fa409
1 changed files with 3 additions and 3 deletions
|
|
@ -40,17 +40,17 @@
|
|||
<section class="section container timeline" style="padding-top: 3em">
|
||||
<h1 style="text-align: center;">What will you make<br/><em>before summer break?</em></h1>
|
||||
<div class="timeline-list">
|
||||
<div class="timeline-item" onclick="smoothScroll('.gambling-section')" style="cursor: pointer;">
|
||||
<div class="timeline-item hoverable" onclick="smoothScroll('.gambling-section')" style="cursor: pointer;">
|
||||
<em class="muted">Right now...</em>
|
||||
<h2>Rummage for parts</h2>
|
||||
<p>Dig up some parts from our part picker or choose your own! Don't have an idea yet? Ask the raccoon for some inspiration!</p>
|
||||
</div>
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-item hoverable">
|
||||
<em class="muted">over 3-4 days...</em>
|
||||
<h2>Design your project</h2>
|
||||
<p>Build a project in the online editor and program it! Get support from <a href="https://hackclub.com/slack" target="_blank">other high schoolers in an online community</a>.</p>
|
||||
</div>
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-item hoverable">
|
||||
<em class="muted">in 1 week...</em>
|
||||
<h2>Get it IRL</h2>
|
||||
<p><a href="https://hack.club/bin-submit" target="_blank">Submit your design to the gallery</a> of projects so other high schoolers can learn from your project. We'll ship to any high schooler in the United States 🇺🇸.</p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue