-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·43 lines (39 loc) · 2.16 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
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Taylor Smith</title>
<meta name="description" content="Taylor Smith is a web developer living in beautiful Denver, Colorado.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/application.css">
<script type="text/javascript" src="//use.typekit.net/ota8qda.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body>
<div class="container">
<h1>Taylor Smith</h1>
<section class="intro">
<p>I’m a web developer living in beautiful <strong>Denver, Colorado</strong>.</p>
<p>I specialize in <strong>HTML</strong>, <strong>CSS</strong>, <strong>JavaScript</strong>, and <strong>Ruby</strong>.</p>
<nav class="social">
<ul>
<li><a href="https://twitter.com/taylorsmith" title="Follow me on Twitter"><img alt="Twitter" src="/img/icons/twitter.png" width="32" height" 32"></a></li>
<li><a href="https://github.com/taylorsmith" title="Follow me on GitHub"><img alt="GitHub" src="/img/icons/github.png" width="32" height" 32"></a></li>
<li><a href="https://www.linkedin.com/in/tsmith3" title="Follow me on LinkedIn"><img alt="LinkedIn" src="/img/icons/linkedin.png" width="32" height" 32"></a></li>
<li><a href="http://instagram.com/taylorsmith" title="Follow me on Instagram"><img alt="Instagram" src="/img/icons/instagram.png" width="32" height" 32"></a></li>
<li><a href="mailto:[email protected]" title="Email me"><img alt="Email" src="/img/icons/email.png" width="32" height" 32"></a></li>
</ul>
</nav>
</section>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51293458-1', 'taylorsmith.net');
ga('send', 'pageview');
</script>
</body>
</html>