-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (82 loc) · 3.01 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
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=%VITE_GOOGLE_ANALYTICS_ID%"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', '%VITE_GOOGLE_ANALYTICS_ID%');
</script>
<!-- End Google tag (gtag.js) -->
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#141414" />
<meta name="author" content="Noah Tigner" />
<meta
name="description"
content="Noah Tigner's portfolio and digital résumé. Check out my projects, view my experience, and get in touch."
/>
<meta
name="keywords"
content="Noah Tigner, Noah, Zane, Tigner, NoahTigner, noahzanetigner, noahzanetigner@gmail.com, Noah Tigner's Portfolio, Noah Tigner's Resume, Software, Engineer, Developer, Portfolio, Website, Resume, Résumé"
/>
<!-- Open Graph Protocol -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://noahtigner.com" />
<meta
property="og:title"
content="Noah Tigner's portfolio and digital résumé"
/>
<meta
property="og:description"
content="Noah Tigner's portfolio and digital résumé. Check out my projects, view my experience, and get in touch."
/>
<meta
property="og:image"
content="https://www.noahtigner.com/noah-tigner.jpeg"
/>
<!-- End Open Graph Protocol -->
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap"
rel="stylesheet"
/>
<!-- End Google Fonts -->
<title>Noah Tigner's Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<noscript>
<h1>Noah Tigner's portfolio and digital résumé</h1>
<h2>Contact:</h2>
<ul>
<li>
<a href="mailto:noahzanetigner@gmail.com">noahzanetigner@gmail.com</a>
</li>
<li>
<a href="https://www.linkedin.com/in/noahtigner/">LinkedIn</a>
</li>
<li><a href="https://github.com/noahtigner">GitHub</a></li>
<li>
<a href="https://www.youtube.com/@noahtigner4283">YouTube</a>
</li>
</ul>
<p>Please enable JavaScript to get the most out of this page</p>
</noscript>
</body>
</html>