-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 1.15 KB
/
index.html
File metadata and controls
32 lines (29 loc) · 1.15 KB
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
27
28
29
30
31
32
---
layout: default
title: Ciaran Lee
---
<div class="fourcol">
<h1>About me</h1>
{{'I am a rails developer. I work at "Contrast":http://contrast.ie. Previously I worked as lead developer at "RateMyArea":http://ratemyarea.com .' | textilize}}
{{'People like me because I am polite and am rarely late.' | textilize}}
</div>
<div class="fourcol">
<h1>Links to me on other sites</h1>
<ul>
<li><a href="http://twitter.com/ciaran_lee">Twitter</a></li>
<li><a href="http://www.flickr.com/photos/lee_ciaran/">Flickr</a></li>
<li><a href="http://www.ratemyarea.com/people/ciaran-2">RateMyArea</a></li>
<li><a href="http://delicious.com/ciaran.lee">Delicious</a></li>
<li><a href="http://www.last.fm/user/lee_ciaran">Last.fm</a></li>
<li><a href="http://www.linkedin.com/pub/2/b40/51b">LinkedIn</a></li>
</ul>
</div>
<div class="fourcol last">
<h1>Very old blog posts</h1>
<ul class="posts">
{% for post in site.posts limit:5 %}
<li><span class="date">{{ post.date | date_to_string }}</span> <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
<li><a href="/archives.html">older posts</a></li>
</ul>
</div>