-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (48 loc) · 3.04 KB
/
index.html
File metadata and controls
51 lines (48 loc) · 3.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Craig Wayne Portfolio</title>
<meta name="description" content="Web Portfolio for Craig Wayne; a full stack developer with more than 10 years of experience in design, development and architecture, specializing in typescript, angular, webgl" />
<meta property="og:site_name" content="Craig Wayne Portfolio" />
<meta property="og:title" content="Craig Wayne Portfolio" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Web Portfolio for Craig Wayne; a full stack developer with more than 10 years of experience in design, development and architecture, specializing in typescript, angular, webgl" />
<meta property="og:image" content="/social/banner.png" />
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Craig Wayne Portfolio" />
<meta property="og:url" content="https://craigiswayne.com/" />
<meta property="og:locale" content="en_GB" />
<meta name="twitter:title" content="Craig Wayne Portfolio" />
<meta name="twitter:description" content="Web Portfolio for Craig Wayne; a full stack developer with more than 10 years of experience in design, development and architecture, specializing in typescript, angular, webgl" />
<meta name="twitter:domain" content="craigiswayne.com">
<meta name="twitter:url" content="https://craigiswayne.com/">
<meta name="twitter:image" content="/social/banner.png" />
<meta name="twitter:image:width" content="1200" />
<meta name="twitter:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="craigiswayne" />
<meta name="twitter:creator" content="@craigiswayne" />
<meta name="theme-color" content="#ffffff">
<meta name="referrer" content="origin-when-cross-origin" />
<link rel="icon" type="image/png" sizes="16x16" href="/social/favicon_16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/social/favicon_32x32.png">
<link rel="shortcut icon" type="image/png" href="/social/favicon.png" />
<link rel="apple-touch-icon" type="image/png" href="/social/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PVEKKHWL6B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PVEKKHWL6B');
</script>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!--<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="craigiswayne" data-description="Support me on Buy me a coffee!" data-message="" data-color="#FF5F5F" data-position="Right" data-x_margin="18" data-y_margin="18"></script>-->
</body>
</html>