-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (22 loc) · 1.42 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
<!doctype html>
<html>
<head>
<title>Will Millar - Interaction Designer</title>
<meta name="description" content="I design interfaces to help people do things.">
<link rel="stylesheet" href="assets/style.css">
<link rel="icon" type="image/png" href="assets/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/favicon-16x16.png" sizes="16x16" />
<meta name="viewport" content="width=device-width" />
<link href='https://fonts.googleapis.com/css?family=Work+Sans:500' rel='stylesheet' type='text/css'>
</head>
<body>
<section class="container">
<header>
<img src="assets/self-portrait.png" class="self-portrait-img" alt="Self portrait"></img>
<p>I help make a <a href="https://www.pillpack.com/">better way to manage medicine</a>.</p>
</header>
<p>I design software and I’ve also worked on <a href="https://delivery.panerabread.com/">Panera Bread food ordering</a> and <a href="http://www.alzforum.org/">Alzheimer’s research information</a>. You can look at my old <a href="https://vimeo.com/willmillar/videos">service design concepts and motion graphics</a> from when I studied at MassArt.</p>
<p><a href="mailto:willmillar@gmail.com">Email me</a> & <a href="https://www.youtube.com/watch?v=dNkB6vI5vwg">have a nice day</a></p>
</section>
</body>
</html>