-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (49 loc) · 2.11 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
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css?family=Barlow|Bungee" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script src="https://www.googletagmanager.com/gtag/js?id=UA-109824576-1"
async></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-109824576-1');
</script>
<meta charset="UTF-8">
<title>Troy Barnard</title>
<link rel="icon" type="image/png" href="static/img/icon/icon.JPG">
<!--bootstrap-->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<!--css-->
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.css">
<link rel="icon" type="image/png" href="static/img/icon/icon.jpg">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<script src="https://use.fontawesome.com/4afb58094e.js"></script>
<!-- jQuery -->
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="js/app.js"></script>
</head>
<body>
<div class="welcome">
<h1 class="text animated fadeInDown">Troy Barnard</h1>
<div class="contact animated fadeInUp">
<span><a href="https://www.linkedin.com/in/troy-barnard/"
target="_blank"><i id="linkedin" class="fa fa-linkedin-square"
aria-hidden="true"></i></a></span>
<span><a href="https://github.com/troytheboy"
target="_blank"><i id="github" class="fa fa-github-square"
aria-hidden="true"></i></a></span>
</div>
</div>
</body>
</html>