-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (81 loc) · 3.32 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!Doctype html>
<html lang="en-US">
<head>
<script type="text/javascript">
var host = "iampjt.com";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
<link rel="canonical" href="https://parkerjthomas.com" />
<title>Parker Thomas</title>
<meta charset="utf-8" />
<meta name="description" content="Parker Thomas"/>
<meta name="author" content="Parker Thomas" />
<meta name="robots" content="index, follow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html">
<meta name="copyright" content="Copyright (c) 2021 Parker Thomas. All Rights Reserved.">
<link rel="stylesheet" href="/style.css" type="text/css" media="screen" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<!-- Google Analytics -->
<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-39800224-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</head>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-T3VZG2"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'//www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-T3VZG2');
</script>
<!-- End Google Tag Manager -->
<body>
<div class="content" itemscope itemtype="http://schema.org/Person">
<div class="logo">
<h1><a href="#" title="Hi there!">Parker Thomas</a></h1>
</div>
<p><strong>Hello, my name is <span itemprop="name" value="Parker Thomas">Parker</span></strong>.</p>
<p style="margin:0; padding:0;"></p>
<ul style="margin-top:0; ">
<li class="github tooltip ">
<a href="https://github.com/castlecorp"></a><span class="tooltiptext ">I'm on Github</span></li>
<li class="linkedin tooltip ">
<a href="https://www.linkedin.com/in/parkerjthomas"></a><span class="tooltiptext ">Connect with me on LinkedIn</span></li>
</ul>
</div>
<script type="text/javascript ">
$(document).ready(function() {
$(".content ").fadeIn(1500);
});
</script>
</body>
</div>
</html>