The jam is not right now any more
This commit is contained in:
parent
60237fc4dd
commit
34a318c902
|
@ -68,7 +68,7 @@
|
|||
<img class="h3" src="{{ static "wheeljam/logo.svg" }}">
|
||||
<div id="jam-title-container" class="flex flex-column pl3-m pl4-l pv3 pv0-ns">
|
||||
<h3 id="jam-title">Wheel Reinvention Jam</h3>
|
||||
<div id="jam-details">September 27 - October 3</div>
|
||||
<div id="jam-details">See the results.</div>
|
||||
</div>
|
||||
<div class="flex-grow-1"></div>
|
||||
<div id="jam-learn-more">
|
||||
|
|
|
@ -237,25 +237,12 @@
|
|||
<div id="top-container" class="flex flex-column items-center ph3">
|
||||
<img id="logo" src="{{ static "wheeljam/logo.svg" }}">
|
||||
<h1 id="title">Wheel Reinvention Jam</h1>
|
||||
<h2 id="dates">September 27 - October 3</h2>
|
||||
<h2 id="dates">September 27 - October 3, 2O21</h2>
|
||||
<div id="tagline" class="center">
|
||||
A one-week jam to bring a fresh perspective to old ideas.
|
||||
<b>
|
||||
{{ if gt .DaysUntil 1 }}
|
||||
Starting in {{ .DaysUntil }} days.
|
||||
{{ else if eq .DaysUntil 1 }}
|
||||
Starting tomorrow.
|
||||
{{ else }}
|
||||
Happening right now.
|
||||
{{ end }}
|
||||
</b>
|
||||
</div>
|
||||
<div id="actions" class="flex justify-center">
|
||||
{{ if gt .DaysUntil 0 }}
|
||||
<a class="ba b--white br2 pv2 pv3-ns ph3 ph4-ns" target="_blank" href="https://handmade.network/forums/jam/t/8074-register_here__jam_projects___teams%2521">Register</a>
|
||||
{{ else }}
|
||||
<a class="ba b--white br2 pv2 pv3-ns ph3 ph4-ns" target="_blank" href="https://handmade.network/forums/jam">Discuss on the forums</a>
|
||||
{{ end }}
|
||||
<a class="ba b--white br2 pv2 pv3-ns ph3 ph4-ns" target="_blank" href="https://handmade.network/forums/jam">See the submissions</a>
|
||||
<a class="ba b--white br2 pv2 pv3-ns ph3 ph4-ns ml3" target="_blank" href="https://discord.gg/hxWxDee">Join the Discord</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -274,9 +261,9 @@
|
|||
|
||||
<div id="showcase-outer-container" class="bg-black-20 pt4 pb3 pb4-ns">
|
||||
<div class="section mw8 margin-center ph3 ph4-l">
|
||||
<h2>Happening right now.</h2>
|
||||
<h2>Showcase</h2>
|
||||
<p>
|
||||
The jam is underway! These screenshots and videos were shared in #jam-showcase on our <a href="https://discord.gg/hxWxDee" target="_blank">Discord</a>. Join us!
|
||||
These screenshots and videos were shared in #jam-showcase on our <a href="https://discord.gg/hxWxDee" target="_blank">Discord</a>. Join us!
|
||||
</p>
|
||||
<div id="showcase-container" class="mw8 center-layout mh2 mh0-ns"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue