personal_page/index.html

17 lines
735 B
HTML
Raw Permalink Normal View History

2015-03-24 23:39:52 +00:00
<html>
<head>
<title>Andrew Davidson</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
2015-03-24 23:40:40 +00:00
<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">
2015-03-24 23:39:52 +00:00
</head>
<body>
<div class="info">
<img src="logo.png" class="logo" />
<p><a href="https://amdavidson.com">Andrew Davidson</a></p>
2015-03-24 23:40:40 +00:00
<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>
2015-03-24 23:39:52 +00:00
</div>
</body>
</html>