personal_page/index.html
2015-03-24 19:40:40 -04:00

16 lines
735 B
HTML

<html>
<head>
<title>Andrew Davidson</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Open+Sans:300' type='text/css' />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="info">
<img src="logo.png" class="logo" />
<p><a href="https://amdavidson.com">Andrew Davidson</a></p>
<p>@<a href="http://twitter.com/amdavidson">amdavidson</a></p>
<p><a href="mailto:hello@amd.im?subject=Hello">hello</a>@<a href="mailto:hello@amd.im?subject=Hello">amd.im</a></p>
</div>
</body>
</html>