trelixir.fi/index.html

177 lines
5.1 KiB
HTML
Raw Normal View History

2017-08-19 20:39:22 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
TRElixir
</title>
<meta name="description" content="TRElixir is a developer meetup in Tampere focusing on the BEAM ecosystem.">
<link rel="alternate" type="application/rss+xml" href="feed.xml" title="TRElixir RSS feed">
<link rel="stylesheet" href="https://unpkg.com/purecss@0.6.2/build/pure-min.css" integrity="sha384-UQiGfs9ICog+LwheBSRCt1o5cbyKIHbwjWscjemyBMT9YCUMZffs6UqUTd0hObXD" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/purecss@0.6.2/build/grids-responsive-min.css">
<link rel="stylesheet" href="marketing.css">
</head>
2017-08-19 20:39:22 +00:00
<body>
<header class="header">
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed">
<a class="pure-menu-heading" href="#top">TRElixir</a>
<ul class="pure-menu-list">
<li class="pure-menu-item"><a class="pure-menu-link" href="#event">Events</a></li>
<li class="pure-menu-item"><a class="pure-menu-link" href="#contact">Contact</a></li>
<li class="pure-menu-item"><a class="pure-menu-link" href="#sponsors">Sponsored by</a></li>
<li class="pure-menu-item"><a class="pure-menu-link" href="#top">Top</a></li>
</ul>
</div>
2017-08-19 20:39:22 +00:00
</header>
<section class="splash-container ">
<header class="splash">
<h1 class="splash-head">TRElixir</h1>
<p class="splash-subhead">
Tampere 💜 BEAM!
</p>
<p class="splash-subhead">
TRElixir is a developer meetup focusing on the <abbr title="Elixir, Erlang, Gleam, etc.">BEAM</abbr> ecosystem.
</p>
</header>
</section>
<main class="content-wrapper ">
2017-08-21 15:54:20 +00:00
<section id="event" class="ribbon l-box-lrg contentpadding">
<h2 class="content-head content-head-ribbon is-center">Upcoming event</h2>
<h3 class="content-subhead">Thursday&comma; 16&period;3&period;2023&comma; 18&period;00</h3>
<div class="pure-g">
<div class="l-box-lrg pure-u-1 pure-u-md-1-2">
<p>
TRElixir will be next held on the 16<sup>th</sup> of March, 2023, at Vincit office in central Tampere, starting at 18.00 o'clock.
</p>
<p>
Presentations:
</p>
<ul>
<li>
Gleam &ndash; Type Safe BEAM (Mikko Ahlroth)
</li>
<li>
Forget config&period;exs (Mikko Ahlroth)
</li>
</ul>
</div>
<div class="l-box-lrg pure-u-1 pure-u-md-1-2 signupform">
<a href="event-2023-03-16.html" class="pure-button">Go to event page</a>
</div>
</div>
2023-02-23 17:50:31 +00:00
<h2 class="content-head content-head-ribbon is-center">Past events</h2>
<h3 class="content-subhead">21&period;9&period;2017</h3>
<div class="pure-g">
<div class="l-box-lrg pure-u-1 pure-u-md-1-2">
<p>
The first TRElixir event was on the 21<sup>st</sup> of September at Vincit premises in Hervanta, Tampere.
</p>
<p>
Presentations:
</p>
<ul>
<li>
Why Elixir matters (Mikko Ahlroth)
</li>
<li>
GenServer &amp; Agent (Janne Tenhovirta)
</li>
</ul>
</div>
<div class="l-box-lrg pure-u-1 pure-u-md-1-2 signupform">
<a href="event-2017-09-21.html" class="pure-button">Go to event page</a>
</div>
</div>
</section>
2017-08-19 20:39:22 +00:00
<section id="contact" class="content contentpadding">
<h2 class="content-head is-center">Contact</h2>
2017-08-19 20:39:22 +00:00
<div class="pure-g">
<div class="l-box-lrg pure-u-1 pure-u-md-1-2">
<h3 class="content-subhead">RSS</h3>
<p>
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 the RSS feed.
</p>
</div>
2017-08-19 20:39:22 +00:00
<div class="l-box-lrg pure-u-1 pure-u-md-1-2">
<h3 class="content-subhead">IM</h3>
2017-08-19 20:39:22 +00:00
<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>
2017-08-19 20:39:22 +00:00
<p>
You can also shoot Mikko Ahlroth a message <a href="https://fosstodon.org/@nicd">on Fosstodon</a>, on IRC (Nicd @ Libera.chat), or <a href="mailto:trelixir@nytsoi.net">by email</a>.
</p>
</div>
</div>
</section>
2023-02-23 17:50:31 +00:00
<section id="sponsors" class="ribbon l-box-lrg contentpadding">
<h2 class="content-head content-head-ribbon is-center">Sponsored by</h2>
2017-08-19 20:39:22 +00:00
<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>
2017-08-19 20:49:11 +00:00
2017-08-19 20:39:22 +00:00
<footer class="footer l-box is-center">
Tampere background © Tampereen kaupunki, licensed under CC-BY-NC.
</footer>
2017-08-19 20:39:22 +00:00
</main>
</body>
</html>