-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (37 loc) · 987 Bytes
/
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
42
---
title: Hello there! · Home
layout: default
---
<div>
<div>
<img src="https://www.gravatar.com/avatar/1e765b9eb6b718df8271f5a900e5c013?s=225" alt="Headshot of Justin Adkins" />
</div>
<div>
<p>{{ site.about_me }}</p>
</div>
</div>
<h3>Titles</h3>
<p>
Senior Software Engineer
<br />
<strong>
<a href="https://www.taskrabbit.com" target="_blank">Taskrabbit</a>
</strong>
</p>
<p>
Founder & CEO
<br />
<strong>
<a href="https://hubble.vote" target="_blank">Hubble</a>
</strong>
</p>
<img src="/assets/icons/entire_network_globe-1.png" alt="World icon">
Worthington, OH USA
<br />
<img src="/assets/icons/envelope_open_sheet-1.png" alt="Email icon">
<a href="mailto:justin@adkins.dev"> justin@adkins.dev</a>
{% for network in site.networks %}
<br />
<img src="/assets/icons/world-5.png" alt="Website icon">
<a href="{{ network.url }}/{{ network.username }}" target="_blank">{{ network.name }} > {{ network.username }}</a>
{% endfor %}