-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (78 loc) · 3.89 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
93
94
95
96
97
98
99
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = "//matomo.neher.casa/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '8']);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
<meta charset="UTF-8" />
<!-- Google Tag Manager -->
<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 =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-M3SR94HW');</script>
<!-- End Google Tag Manager -->
<title>Tyler M. Neher</title>
<meta name="description"
content="Cybersecurity professional with a background in data science and software development.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles-index-and-404.css">
<meta property="og:type" content="website" />
<meta name="og:description"
content="Cybersecurity professional with a background in data science and software development.">
<meta property="og:title" content="Tyler M. Neher - Homepage" />
<meta property="og:image"
content="https://raw.githubusercontent.com/tylermneher/www.tylermneher.me/main/og-image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:url" content="https://tylermneher.me/" />
<link rel="icon" type="image/x-icon" href="static/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="static/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon-16x16.png" />
<link rel="canonical" href="https://tylermneher.me/" />
<link rel="pgpkey" href="tyler.pubkey.asc" />
<link rel="me" href="tyler.pubkey.asc" />
<link href="https://github.com/tylermneher" rel="me authn">
<meta name='impact-site-verification' value='29b0d639-563b-4b9c-a941-8cdba46eb2c0'>
</head>
<body>
<div id="page-container">
<div id="content-wrap">
<div class="row">
<div class="column">
<p>
<img src="https://raw.githubusercontent.com/tylermneher/www.tylermneher.me/main/tylermneher.jpg"
alt=" tylermneher" />
</p>
</div>
<div class="column">
<h1>Tyler M. Neher</h1>
<h3><a data-cy="index-body-resume" href="https://resume.tylermneher.me">Resume</a> | <a
data-cy="index-body-portfolio" href="portfolio.html">Portfolio</a> | <a
data-cy="index-body-contact" href="contact.html">Contact</a></h3>
</div>
</div>
</div>
<footer id="footer">
<p align="center">© 2024 Tyler M. Neher</p>
<p align="center"><a data-cy="index-footer-contact" href="contact.html">Contact Me</a> | <a
data-cy="index-footer-pgpkey" rel="pgpkey" href="tyler.pubkey.asc">PGP Key</a></p>
</footer>
</div>
</body>
</html>