-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: default
title: 10io
---
<div id="home">
<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h1>Interviews, Talks, Etc</h1>
<ul class="posts">
<li><span>28 May 2012</span> » <a href="http://www.erlang-factory.com/conference/ErlangUserConference2012/speakers/EricMerritt">Eric Merritt - Erlang User Conference Stockholm</a></li>
<li><span>28 Mar 2012</span> » <a href="http://www.erlang-factory.com/conference/SFBay2012/speakers/RamCSingh">Ram Singh - Erlang Factory San Francisco</a></li>
<li><span>02 Jan 2011</span> » <a href="http://www.youtube.com/watch?v=5r0Z4-Tjqdw">Ram Singh - Startup America</a></li>
</ul>
<h1>Prominent Open Source Projects</h1>
<ul class="posts">
<li><a href="https://github.com/erlware/joxa">Joxa:</a> A modern Lisp for the Erlang VM</li>
<li><a href="https://github.com/ericbmerritt/sinan">Sinan:</a> A powerful build system for Erlang</li>
</ul>
</div>