-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1.75 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
<!DOCTYPE html>
<html>
<head>
<title>Matt Convente</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<link href="./style.css" rel="stylesheet" type="text/css"/>
<link rel="icon" type="image/gif" href="./favicon.gif" />
</head>
<body class="container">
<section class="grid">
<div>
<img src="./img/matt-convente--small.jpg" class="profile-photo" alt="Photograph of Matt Convente" />
</div>
<div>
<h1>Hi, I'm Matt Convente, an engineer with an art degree.</h1>
<p>I'm currently a Senior UX Engineer at <a href="http://www.yext.com/" class="color-yext">Yext</a> where I help build, document, and share our Design System.</p>
<p>I created a web app called <a href="https://www.themanystates.com/" class="link-the-many-states"><span class="color-old-glory-red">The</span> <span class="color-old-glory-blue">Many</span> <span class="color-old-glory-red">States</span></a> where people can create a personalized United States flag based on the states they've visited.</p>
<p>I have an identical twin whose nickname is <a href="http://www.themousedoctor.com" class="color-the-mouse-doctor">The Mouse Doctor</a>.</p>
<p>I once had a 295 day streak on <a href="https://www.duolingo.com/profile/mattconvente" class="color-duolingo">Duolingo</a> trying to become fluent in German. I love languages and minored in Linguistics.</p>
<p>Check out my <a href="https://www.linkedin.com/in/mattconvente/" class="color-linkedin">LinkedIn</a> and <a href="https://github.com/mattconvente" class="color-github">Github</a> to learn more about my work.</p>
</div>
</ul>
</body>
</html>