-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width">
<title>Michael Hansen</title>
<link rel="stylesheet" type="text/css" href="main.css" />
<link rel="icon" type="image/png" href="images/favicon.png" />
</head>
<body>
<div>
<img alt="" src="images/msh.jpg" id="avatar" style="height: 90px; float: left; margin-right: 14px; border-radius: 8px;" />
<h1>
Michael Hansen
</h1>
<h2>
Senior software engineer at Google.
</h2>
<br style="clear: both;">
<h3>
<a href="michael-hansen-resume.pdf">
Résumé
</a>
</h3>
<h2>
Los Angeles, CA
</h2>
<p style="margin-top: 20px;">
Hi! I'm Michael Hansen and I'm a senior software engineer at Google, on the ChromeOS cross-device team. I have 13-ish years of experience as a developer. Prior to Google I worked as a web backend developer, and before that I built iOS apps. I've also earned a masters degree in machine learning. Please see my <a href="michael-hansen-resume.pdf">résumé</a> for more and feel free to reach out if you'd like to connect!
</p>
</div>
</body>
</html>