This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (38 loc) · 1.88 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>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143290197-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-143290197-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/main.css">
<!-- W3 CSS -->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!-- W3 Colors -->
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-colors-2019.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-colors-flat.css">
<!-- Social Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Icon -->
<link rel="icon" type="image/x-icon" href="graphics/favicon.ico">
<title>Ian A Dalton</title>
</head>
<body>
<div class="w3-container w3-card-4 w3-round w3-quarter w3-2019-sweet-corn w3-display-middle w3-center w3-padding-large w3-opacity-min w3-hover-opacity-off">
<h1 class="name">Ian A <b>Dalton</b></h1>
<p class="w3-container w3-padding-small">
<a href="https://ianad.me/resume"><button class="button w3-2019-eclipse"><span><i class="fa fa-file-text-o"></i></span></button></a>
<a href="https://github.com/ianad/"><button class="button w3-2019-eclipse "><span><i class="fa fa-github"></i></span></button></a>
<a href="https://twitter.com/ian_cogneato/"><button class="button w3-2019-eclipse "><span><i class="fa fa-twitter"></i></span></button></a>
<a href="https://linkedin.com/in/ianad/"><button class="button w3-2019-eclipse"><span><i class="fa fa-linkedin"></i></span></button></a>
</p>
</div>
</body>
</html>