-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (19 loc) · 861 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title>Nick Guerrera</title>
<link href="https://indieauth.com/openid" rel="openid.server" />
<link href="https://technogenic.net" rel="openid.delegate" />
</head>
<body>
<h1>Nick Guerrera</h1>
<ul>
<li><a href="mailto:[email protected]" rel="me">[email protected]</a></li>
<li><a href="https://github.com/nguerrera" rel="me">https://github.com/nguerrera</a></li>
<li><a href="https://hachyderm.io/@nguerrera" rel="me">https://hachyderm.io/@nguerrera</a></li>
<li><a href="https://twitter.com/nick_guerrera" rel="me">https://twitter.com/nick_guerrera</a></li>
<li><a href="https://www.linkedin.com/in/nguerrera" rel="me">https://www.linkedin.com/in/nguerrera</a></li>
</ul>
</body>
</html>