trelixir.fi/tpl/index.html.glemp
2023-12-09 00:07:21 +02:00

53 lines
2 KiB
Text

<section id="event" class="ribbon l-box-lrg contentpadding">
<h2 class="content-head content-head-ribbon is-center">Upcoming event</h2>
<% if upcoming_event %>
<% render index_event.html.glemp event: upcoming_event %>
<% else %>
<div class="pure-g">
<div class="l-box-lrg pure-u-1">
<p>No upcoming event has yet been announced, but stay tuned!</p>
</div>
</div>
<% end %>
<h2 class="content-head content-head-ribbon is-center">Past events</h2>
<% for event in past_events %>
<% render index_event.html.glemp event: event %>
<% end %>
</section>
<section id="contact" class="content contentpadding">
<h2 class="content-head is-center">Contact</h2>
<div class="pure-g">
<div class="l-box-lrg pure-u-1 pure-u-md-1-2">
<h3 class="content-subhead">Posts</h3>
<p>
You can follow us on the fediverse at <a rel="me" href="<%= fediverse_url %>"><%= fediverse_account %></a>. You can also follow our <a rel="alternate" type="application/rss+xml" href="feed.xml">RSS feed</a> for the latest updates. We will post any upcoming meetups in both channels.
</p>
</div>
<div class="l-box-lrg pure-u-1 pure-u-md-1-2">
<h3 class="content-subhead">IM</h3>
<p>
Currently the most relevant discussion can be found on the <a href="https://koodiklinikka.fi">Koodiklinikka.fi Slack server</a>, on the channel <kbd>#elixir</kbd>.
</p>
<p>
You can also shoot Mikko Ahlroth a message <a href="https://social.ahlcode.fi/@nicd">on the fediverse</a>, on IRC (Nicd @ Libera.chat), or <a href="mailto:trelixir@nytsoi.net">by email</a>.
</p>
</div>
</div>
</section>
<section id="sponsors" class="ribbon l-box-lrg contentpadding">
<h2 class="content-head content-head-ribbon is-center">Sponsored by</h2>
<div class="pure-g">
<div class="l-box-lrg pure-u-1 sponsorlogos">
<a href="https://vincit.com/" target="_blank"><img class="pure-img" src="vincitlogo.jpg" alt="Vincit" title="Vincit"></a>
</div>
</div>
</section>