-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (30 loc) · 1.06 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="styles/styles.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114119076-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114119076-1');
</script>
</head>
<body>
<div id="wrapper">
<div id="content">
<h1 id="name">Logan Johnson</h1>
<hr id="divider">
<h2 id="description">Software Developer</h2>
<div id="icons">
<a href="https://github.com/johnsolo15" class="fa fa-github"></a>
<a href="mailto:[email protected]" class="fa fa-envelope"></a>
<a href="https://www.linkedin.com/in/logannjohnson/" class="fa fa-linkedin"></a>
</div>
</div>
</div>
</body>
</html>