forked from igstan/igstan.ro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (24 loc) · 987 Bytes
/
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
<section class="posts">
<h1>Blog</h1>
<ol>$body</ol>
<p class="related">
List <a href="/posts.html">all posts</a> or subscribe to the <a href="http://feeds.feedburner.com/igstan" class="feed">RSS feed</a>
</p>
</section>
<section class="social">
<h1>Social</h1>
<ul>
<li class="github"><a href="http://github.com/igstan">GitHub</a></li>
<li class="twitter"><a href="http://twitter.com/igstan">Twitter</a></li>
<li class="stackoverflow"><a href="http://stackoverflow.com/users/58808/ionut-g-stan">StackOverflow</a></li>
</ul>
</section>
<section class="talks">
<h1>Talks & Presentations</h1>
<ol>
<li>
<p>OpenAgile 2010, <a href="/files/functional-programming.pdf">Functional Programming (PDF)</a></p>
<div class="gdoc"><iframe src="https://docs.google.com/present/embed?id=dg9r56ns_11c758jwgw&size=m" width="600" height="451"></iframe></div>
</li>
</ol>
</section>