-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (44 loc) · 1.75 KB
/
Copy pathindex.html
File metadata and controls
47 lines (44 loc) · 1.75 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
---
<section class="intro">
<img class="banner" src="/images/banner.jpg" alt="Nick Quaranto speaking on stage">
<h1>Nick Quaranto</h1>
<p class="tagline">coding with spice ¤ est. 2007 ¤ rebuilt 2026</p>
<p>
Nick is a short, sturdy creature fond of drink and industry. He works at
<a href="https://wistia.com">Wistia</a> and lives in
<a href="https://www.youtube.com/watch?v=je1NIf8GeeY">Boston, MA</a>.
Say hi: <a href="mailto:nick@quaran.to">nick@quaran.to</a>.
</p>
<p>
Social: <a href="https://github.com/qrush">GitHub</a> ¤
<a href="https://twitter.com/qrush">Twitter</a> ¤
<a href="https://instagram.com/qru.sh">Instagram</a> ¤
<a href="https://speakerdeck.com/qrush">Speaker Deck</a>
</p>
</section>
<section class="journal">
<h2>🤔 Journal</h2>
<ul class="post-list">
{% for post in site.categories.journal %}
<li>
<time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%b %Y" }}</time>
<a href="{{ post.url }}">{{ post.icon }} {{ post.title }}</a>
{% assign t = post.tags | first %}{% if t %}<span class="pill">{{ t }}</span>{% endif %}
</li>
{% endfor %}
</ul>
</section>
<section class="etc">
<h2>Etc</h2>
<ul class="etc-list">
<li>⏳ <a href="/blog/">Blog archive</a> <span class="desc">every post since 2007</span></li>
<li>✍️ <a href="/written/">Written</a> <span class="desc">articles elsewhere, like git ready</span></li>
<li>👋 <a href="/resume/">Resume</a> <span class="desc">ledger of personal capitalism</span></li>
</ul>
</section>
<figure class="postcard">
<img src="/images/peaks-island-2020.jpg" alt="Nick and family on Peaks Island, Maine">
<figcaption>Peaks Island, Maine — 2020</figcaption>
</figure>