-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (61 loc) · 2.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
<!DOCTYPE html>
<html lang="en-US">
<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', '3']);
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 -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GZJJBQTVT9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-GZJJBQTVT9');
</script>
<meta charset="utf-8">
<title>Tyler M. Neher</title>
<meta property="og:title" content="Tyler M. Neher's Contact Card" />
<meta property="og:site_name" content="Tyler M. Neher's Contact Card" />
<meta property="og:url" content="https://card.tylermneher.life/" />
<meta property="og:description"
content="Cybersecurity professional with a background in data science and software development.">
<meta property="og:image" content="https://life-tylermneher-card.s3.us-east-1.amazonaws.com/og-image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:type" content="website" />
<meta name="twitter:site" content="@tylermneher" />
<meta name="twitter:description"
content="Cybersecurity professional with a background in data science and software development.">
<meta property="fb:app_id" content="3376235495999683">
<meta name="facebook-domain-verification" content="vhdv3deivbmu7pt8w8wat5ha3c8zqu" />
<meta name="google-site-verification" content="4y456rUT27Pt7XHZ8Bq6bVHIbT6TXKZ6U4au6Cx6lIg" />
<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="manifest" href="manifest.json" />
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" href="stylesheet.css" />
</head>
<body>
<img src="https://www.github.com/tylermneher.png" alt="Tyler M. Neher" class="tylermneher">
<h1>Tyler M. Neher</h1>
<h2>Contact Card</h2>
<a href="https://life-tylermneher-card.s3.us-east-1.amazonaws.com/tylermneher-card.pkpass"><img
src="US-UK_Add_to_Apple_Wallet_RGB_101421.svg" alt="Add to Apple Wallet" class="apple-wallet"></a>
</body>
<footer>
<p>© 2024 Tyler M. Neher</p>
</footer>
</html>