-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 799 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: default
title: Hello
---
<div class="row">
<div class="small-11 small-centered columns">
<h1>{{ page.title }}</h1>
<p>I'm Anthony Sterling, a Systems & Software Engineer who lives in Marton-in-Cleveland, UK. I work at <a href="https://github.com/">GitHub</a> and <a href="https://https://www.microsoft.com/">Microsoft</a> where I help computers and people make cool stuff.</p>
</div>
</div>
<div class="row">
<div class="small-11 small-centered columns">
<ul class="inline-list">
<li><a href="/posts/index.html">Posts ({{ site.posts | size }})</a></li>
<li><a href="https://github.com/anthonysterling">GitHub</a></li>
<li><a href="mailto:mail@anthonysterling.com">Email</a></li>
</ul>
</div>
</div>