-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 908 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Software engineer, UX and product designer Matt Menefee">
<meta name="keywords" content="design ux user experience web development matt matthew menefee">
<title>Matt Menefee</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
<header>
<h1>Matt Menefee</h1>
<h2>
User Experience · Product Design · Software Engineer at
<a href="https://extractablemedia.com">Extractable Media</a>
</h2>
</header>
<p>
<a href="https://twitter.com/mattmenefee">Twitter</a>
·
<a href="https://www.linkedin.com/in/matthewmenefee">LinkedIn</a>
</p>
</body>
</html>