-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (43 loc) · 1.56 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
44
45
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<section class="splash">
<img src="images/portrait-500px.jpeg" alt="Braden Whitten's portrait" class="portrait">
<h1>Braden Whitten</h1>
<h3>Software Engineer, Life Liver</h3>
<ul class="social-list">
<li>
<a href="https://github.com/bwhitty">
<img src="images/logos/github-light-120px.png" alt="GitHub profile link" class="github-icon">
</a>
</li>
<li>
<a href="https://medium.com/@bwhitty">
<img src="images/logos/medium-wordmark-light-200px.png" alt="Medium profile link">
</a>
</li>
<li>
<a href="https://twitter.com/_bwhitty">
<img src="images/logos/twitter-light-200px.png" alt="Twitter profile link">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/braden-whitten-80484033">
<img src="images/logos/linkedin-light-121px.png" alt="Linkedin profile link" class="linkedin-icon">
</a>
</li>
</ul>
</section>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36452134-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>