-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 1.13 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: default
---
<div class="wow">
<div>
<h1 class="wow-heading">
Josh is a
<span class="fancy">designer</span>
<br>
who codes.
</h1>
<p class="wow-copy">I’m a product designer at <a href="https://banno.com" rel="nofollow">Jack Henry & Associates</a>. I plan, design, and engineer software for banks to provide better experiences for their members.</p>
</div>
</div>
<div class="clearfix">
<div class="posts home-left">
<h1 class="section-title">on my mind</h1>
{% for post in site.posts %}
<article>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
{{ post.content | strip_html | truncatewords: 40 }}
<p class="continue">
<a href="{{ post.url | prepend: site.baseurl }}">Continue reading</a>
{% include read-time.html %}
</p>
</article>
{% endfor %}
</div>
<aside class="sidebar" role="complementary">
<h3 class="section-title">pixels pushed</h3>
</aside>
</div>