18 lines
650 B
HTML
18 lines
650 B
HTML
<style>
|
|
body {background: #eee; font: 1.1rem/1.5 serif;}
|
|
h1, h2 {margin-left: -24; font-family: sans-serif;}
|
|
a {text-decoration: none; color: #000; border-bottom: 1px solid #000;}
|
|
</style>
|
|
<div style="max-width: 600; margin: auto">
|
|
<h1>Tanner Collin</h1>
|
|
<p> Hi, I'm Tanner! I do firmware and web development in Calgary.</p>
|
|
<a href="/">Contact</a> |
|
|
<a href="/r">Resume</a> |
|
|
<a href="/p">Projects</a> |
|
|
<a href="/c">Creations</a> |
|
|
<a href="/w">Writing</a>
|
|
<h2>Contact Info</h2>
|
|
<p>Email: <a href="mailto:site2@tannercollin.com">site2@tannercollin.com</a></p>
|
|
<p>Telegram: <a href="https://t.me/tannercollin">@tannercollin</a></p>
|
|
</div>
|