-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (57 loc) · 1.78 KB
/
index.html
File metadata and controls
59 lines (57 loc) · 1.78 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
48
49
50
51
52
53
54
55
56
57
58
59
---
layout: default
title: "StandardPixel.com: Curation of things by Eric Gelinas"
---
{% if site.posts.size > 0 %}
{% assign latest_post = site.posts.first %}
<section class="latest-post">
<h3><a href="{{ latest_post.url }}">{{ latest_post.title }}</a></h3>
<div class="post-meta">
<time datetime="{{ latest_post.date | date_to_xmlschema }}">
{{ latest_post.date | date: "%B %d, %Y" }}
</time>
</div>
<div class="post-content">
{{ latest_post.content }}
</div>
<p class="more-posts-link"><a href="/blog/">Read more posts →</a></p>
</section>
{% endif %}
<nav class="nav">
<ul>
<li class="nav__item nav__item--product">
<a href="https://bands.standardpixel.com">Music</a>
<p>Organic music discovery</p>
<span class="product-badge">Project</span>
</li>
<li class="nav__item nav__item--product">
<a href="https://pockets.standardpixel.com">Pockets</a>
<p>An app for tracking allowances</p>
<span class="product-badge">Project</span>
</li>
<li class="nav__item">
<a href="resume.html">Resumé</a>
<p>A bit about my career</p>
</li>
<li class="nav__item">
<a href="http://github.com/standardpixel/standarpixel.com/">Source</a>
<p>My code tinkerings</p>
</li>
<li class="nav__item">
<a href="http://flickr.com/standardpixel">Photos</a>
<p>Where I put photos I wish to share</p>
</li>
<li class="nav__item">
<a href="https://music.apple.com/us/playlist/current-rotation/pl.u-xlp5VFzAz9v">Playlist</a>
<p>Music I am listening to</p>
</li>
<li class="nav__item">
<a href="articles.html">Articles</a>
<p>Articles I'm interested in</p>
</li>
<li class="nav__item">
<a rel="me" href="https://xoxo.zone/@standardpixel">Mastodon</a>
<p>I hope you like opinions</p>
</li>
</ul>
</nav>