-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (32 loc) · 970 Bytes
/
index.html
File metadata and controls
37 lines (32 loc) · 970 Bytes
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
33
34
35
36
---
layout: default
title: index
---
<div class="intro">
<p>
Hi, I’m David. I’m an <a href="https://instagram.com/davidtbernal">explorer</a> and computing enthusiast.
</p>
<p>
As a software engineer, my interests lie at the intersection of creativity and computing, and in better understanding the technology we use every day.
</p>
</div>
<nav>
<ul>
{% include post_list.html limit=6 %}
<li class="post content-post">
<div class="post-data">
{% include icon.html category="site" %}
<h2><a href="http://unicodefor.us">UnicodeForUs →</a></h2>
<p>The open repository of fun unicode characters</p>
</div>
</li>
<li class="post content-post">
<div class="post-data">
{% include icon.html category="art" %}
<h2><a href="/canvas/one.html">Trees →</a></h2>
<p>lovely fractal trees that sway in a gentle breeze</p>
</div>
</li>
</ul>
<a class="see-more-link" href="/archive.html">See more articles</a>
</nav>