hmn/src/templates/src/conferences.html

19 lines
566 B
HTML

{{ template "base.html" . }}
{{ define "content" }}
<div class="center-layout mw7 mv3 ph3 ph0-ns post-content">
<div class="bg--card pa3 mb2 br3">
<a href="https://handmadehero.org/conference">
<h2>Handmade Con</h2>
<p>The original Handmade Conference ran by Casey Muratori</p>
</a>
</div>
<div class="bg--card pa3 mb2 br3">
<a href="https://handmade-seattle.com/">
<h2>Handmade Seattle</h2>
<p>The spirtual successor of Handmade Con. An Independing Systems Programming Conference ran by Abner Coimbre</p>
</a>
</div>
</div>
{{ end }}