-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (81 loc) · 3.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- 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', '10']);
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-QVMF32NN9M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-QVMF32NN9M');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-79P6KRB7D2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-79P6KRB7D2');
</script>
<title>The Indianapolis 500 - A Neher Family Tradition</title>
<meta property="og:title" content="The Indianapolis 500 - A Neher Family Tradition">
<meta property="og:type" content="website">
<meta property="og:url" content="https://ims.tylermneher.me/">
<meta property="og:description" content="The Indianapolis 500 - A Neher Family Tradition">
<link rel="icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 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-K7MLC5W');</script>
<!-- End Google Tag Manager -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K7MLC5W" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="topnav">
<a><b>| Tyler M. Neher |</b></a>
<a href="https://www.github.com/tylermneher">GitHub</a>
<a href="https://www.linkedin.com/in/tylermneher">Linkedin</a>
<a href="https://resume.tylermneher.me">Resume</a>
</div>
<div class="content">
<h2>The Indianapolis 500 Mile Race</h2>
<p><i>A Neher family tradition for three generations!</i></p>
<img alt="ims0" src="https://raw.githubusercontent.com/tylermneher/ims.tylermneher.me/main/ims0.png" />
<br />
<img alt="ims1" src="https://raw.githubusercontent.com/tylermneher/ims.tylermneher.me/main/ims1.png" />
<br />
<img alt="ims2" src="https://raw.githubusercontent.com/tylermneher/ims.tylermneher.me/main/ims2.png" />
<br />
<img alt="ims3" src="https://raw.githubusercontent.com/tylermneher/ims.tylermneher.me/main/ims3.png" />
</div>
<div class="footer">
<p align="center"> | Tyler M. Neher © 2024 | <a href="https://www.tylermneher.me">Contact Me</a> </p>
</div>
</body>
</html>