-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (17 loc) · 812 Bytes
/
index.html
File metadata and controls
19 lines (17 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
title: CORY ONDREJKA
---
<div class="span-23 title">
<div class="span-20"><a href="/cv.html"><span class="title"><b>CORY</b>ONDREJKA</span></a></div>
</div>
<div class="subtitle">I worked at <a href="http://facebook.com">Facebook</a>. I like to <a href="/cooking.html">cook</a>. I'm a dad, <a href="/code.html">programmer</a>, <a href="/advising.html">advisor</a> and <a href="/speaking.html">speaker</a>. Occasionally I <a href="/blog.html">blog</a>.</div>
<div class="span-23">
{% for post in site.posts limit:3 %}
<div class="post"><div class="posttitle"><a href="{{ post.url }}">{{ post.title }}</a></div>
<div class="date">{{ post.date | date: "%A, %B %d, %Y" }}</div>
{{ post.content }}
</div>
{% endfor %}
<div class="subtitle"><a href="/blog.html">All blog posts</a></div>
</div>