Put recap section on the main page

This commit is contained in:
Ben Visness 2023-04-22 09:18:34 -05:00
parent 79c4c14631
commit faac05a3a8
2 changed files with 16 additions and 1 deletions

View File

@ -59,7 +59,7 @@ $discordInviteURL := "https://discord.gg/hmn" }}
{{ else }}
<a
class="ba b--white br2 pv2 pv3-ns ph3 ph4-ns ml3"
href="{{ .RecapUrl }}"
href="{{ .ShowcaseFeedUrl }}"
>See the results</a
>
{{ end }}
@ -85,6 +85,13 @@ $discordInviteURL := "https://discord.gg/hmn" }}
</div>
</div>
<div class="section pv4">
<div class="mw8 margin-center ph3 ph4-l">
<h2>Read the recap</h2>
<p>Now that the jam is over, see which projects stood out. <a class="b" href="{{ .RecapUrl }}">Full post ➜</a></p>
</div>
</div>
{{ if eq .DaysUntilEnd 0 }}
<div class="section pv4 overflow-hidden">
<div class="mw8 margin-center ph3 ph4-l">

View File

@ -101,6 +101,14 @@
<p>We on the admin team were just blown away by the success of this jam. We're so glad you all enjoyed the topic, and we're always amazed by the work this community can achieve in such a short time. Name me one other group of programmers creating new UIs for terminals or regex engines with particle effects!</p>
<p>These are just six of the 23 submissions we received. I strongly encourage you to check them all out on the <a href="{{ .FeedUrl }}">jam feed</a>.</p>
<p>Thanks everyone for participating, and I hope we see you again this fall for the Wheel Reinvention Jam!</p>
<div class="actions flex justify-center">
<a
class="ba b--white br2 pv2 pv3-ns ph3 ph4-ns ml3"
href="{{ .FeedUrl }}"
>See all submissions</a
>
</div>
</div>
</div>
</div>