-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (44 loc) · 1.41 KB
/
index.html
File metadata and controls
47 lines (44 loc) · 1.41 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
---
<div class="home">
<div class="side-one">
<!-- Side One Content -->
<h3 class="page-heading">Recent writing</h3>
<!-- This loops through the paginated posts -->
<ul class="post-list">
{% for post in paginator.posts %}
<li>
<!-- <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span> -->
<p>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</p>
</li>
{% endfor %}
</ul>
<!-- <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p> -->
<!-- End Content -->
</div>
<div class="side-two">
<!-- Side Two Content -->
<h1 class="page-heading">
I like making<br />
things easier for people.
</h1>
<p>
I'm a professional observer.<br />
I practice facilitation, design, and painting. <br />
<!-- I practice <a href="#">facilitation</a>, <a href="#">design</a>, and <a href="#">painting</a>. <br /> -->
I studied Digital Media at <a href="http://www.hyperisland.com">Hyper Island</a> and Fine Arts at <a href="http://www.usc.edu">USC</a>.<br />
I'm having a fantastic internship at <a href="http://www.b-reel.com">B-Reel</a> working with strategy.
<p>
If you want to connect, <a href="mailto:danomarr@gmail.com">shoot me an email</a>.
</p>
<p>
Currently in beautiful Stockholm.
</p>
<p>
Thanks for visiting :)
</p>
<!-- End Content -->
</div>