-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (104 loc) · 4.34 KB
/
index.html
File metadata and controls
110 lines (104 loc) · 4.34 KB
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
100
101
102
103
104
105
106
107
108
109
110
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- DNS prefetch and preconnect for performance -->
<link rel="dns-prefetch" href="https://www.google-analytics.com" />
<link rel="preconnect" href="https://www.google-analytics.com" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8998EV7FR0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-8998EV7FR0');
</script>
<link rel="manifest" href="/manifest.json" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="author" content="Tom Stirrop-Metcalfe" />
<meta
name="keywords"
content="tom stirrop-metcalfe, thomas stirrop-metcalfe, software engineer, software engineering manager, birmingham"
/>
<meta
name="description"
content="My name is Tom Stirrop-Metcalfe. I am a passionate and driven engineering leader who wants to enable others to realise their full potential."
/>
<meta name="theme-color" content="#384452" />
<!-- Cache busting meta tag and disable HTML caching -->
<meta name="build-timestamp" content="%VITE_BUILD_TIMESTAMP%" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Tom Stirrop-Metcalfe | Software Engineer & Engineering Manager | Birmingham</title>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://iamtommetcalfe.com/" />
<meta
property="og:title"
content="Tom Stirrop-Metcalfe | Software Engineer & Engineering Manager"
/>
<meta
property="og:description"
content="My name is Tom Stirrop-Metcalfe. I am a passionate and driven engineering leader who wants to enable others to realise their full potential."
/>
<meta
property="og:image"
content="https://iamtommetcalfe.com/images/tom-stirrop-metcalfe-obi.jpeg"
/>
<meta property="og:image:alt" content="Tom Stirrop-Metcalfe - Software Engineering Manager" />
<meta property="og:site_name" content="Tom Stirrop-Metcalfe" />
<!-- X (formerly Twitter) -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://iamtommetcalfe.com/" />
<meta
name="twitter:title"
content="Tom Stirrop-Metcalfe | Software Engineer & Engineering Manager"
/>
<meta
name="twitter:description"
content="My name is Tom Stirrop-Metcalfe. I am a passionate and driven engineering leader who wants to enable others to realise their full potential."
/>
<meta
name="twitter:image"
content="https://iamtommetcalfe.com/images/tom-stirrop-metcalfe-obi.jpeg"
/>
<meta name="twitter:image:alt" content="Tom Stirrop-Metcalfe - Software Engineering Manager" />
<!-- Canonical URL -->
<link rel="canonical" href="https://iamtommetcalfe.com/" />
<!-- Structured Data (JSON-LD) for better search results -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Tom Stirrop-Metcalfe",
"jobTitle": "Software Engineering Manager",
"url": "https://iamtommetcalfe.com",
"sameAs": [
"https://github.com/iamtommetcalfe",
"https://www.linkedin.com/in/iamtomstirropmetcalfe/"
],
"worksFor": {
"@type": "Organization",
"name": "Amiqus"
},
"address": {
"@type": "PostalAddress",
"addressLocality": "Birmingham",
"addressCountry": "UK"
},
"description": "A passionate and driven engineering leader who enables others to realise their full potential."
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- built files will be auto injected -->
</body>
</html>