-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (32 loc) · 1.66 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 http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#282a2e">
<title>rlbaxter.us</title>
<meta name="description" content="">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="/style/compiled.css">
</head>
<body>
<div class="site">
<header class="header">
<h1>Robert Baxter</h1>
<h2 class="subheader">Front-end Developer</h2>
</header>
<section class="content">
<h3>Hey!</h3>
<p>Hey, I’m Robert! I'm a Front-end developer from Utah. I have a passion for writing code, making music, and making things look great. Feel free to connect with me.</p>
<ul class="contact-buttons">
<li><a class="button email" href="mailto:[email protected]">Email</a></li>
<li><a class="button twitter" href="http://www.twitter.com/rlbaxter" target="_blank">Twitter</a></li>
<li><a class="button codepen" href="http://codepen.io/rlbaxter" target="_blank">Code Pen</a></li>
<li><a class="button github" href="https://github.com/rlbaxter" target="_blank">Github</a></li>
<li><a class="button linkedin" href="http://www.linkedin.com/in/rlbaxter1" target="_blank">Linkedin</a></li>
</ul>
</section>
</div>
</body>
</html>