-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (77 loc) · 3.39 KB
/
Copy pathindex.html
File metadata and controls
85 lines (77 loc) · 3.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thomas J Butler - Portfolio | Full-Stack Developer | Liverpool</title>
<!-- Immediate redirect to React app -->
<meta http-equiv="refresh" content="0; url=/react.html">
<!-- Basic Meta Tags -->
<meta name="description" content="Thomas J Butler - Full-Stack Developer specializing in React, TypeScript, AI integration, and neurodiversity applications. Liverpool-based tech innovator with expertise in modern web development.">
<meta name="keywords" content="Thomas J Butler, full-stack developer, React developer, TypeScript, Liverpool developer, AI integration, neurodiversity tech, portfolio, web development">
<meta name="author" content="Thomas J Butler">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://thomasjbutler.github.io/">
<meta property="og:title" content="Thomas J Butler - Full-Stack Developer Portfolio">
<meta property="og:description" content="Explore the portfolio of Thomas J Butler, a Liverpool-based full-stack developer specializing in React, TypeScript, and AI integration.">
<meta property="og:image" content="https://thomasjbutler.github.io/logo.svg">
<meta property="og:site_name" content="Thomas J Butler Portfolio">
<meta property="og:locale" content="en_GB">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://thomasjbutler.github.io/">
<meta name="twitter:title" content="Thomas J Butler - Full-Stack Developer Portfolio">
<meta name="twitter:description" content="Liverpool-based full-stack developer specializing in React, TypeScript, and AI integration. View my projects and expertise.">
<meta name="twitter:image" content="https://thomasjbutler.github.io/logo.svg">
<!-- Canonical URL -->
<link rel="canonical" href="https://thomasjbutler.github.io/">
<!-- Theme Color -->
<meta name="theme-color" content="#00FF00">
<!-- Structured Data / JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Thomas J Butler",
"jobTitle": "Full-Stack Developer",
"url": "https://thomasjbutler.github.io",
"image": "https://thomasjbutler.github.io/logo.svg",
"logo": {
"@type": "ImageObject",
"url": "https://thomasjbutler.github.io/logo.svg"
},
"sameAs": [
"https://github.com/ThomasJButler",
"https://linkedin.com/in/thomasbutleruk"
],
"address": {
"@type": "PostalAddress",
"addressLocality": "Yorkshire",
"addressCountry": "UK"
},
"knowsAbout": [
"React",
"TypeScript",
"JavaScript",
"Node.js",
"Full-Stack Development",
"AI Integration",
"Neurodiversity Applications"
]
}
</script>
<script>
// Immediate redirect to React app
window.location.replace('/react.html');
</script>
</head>
<body>
<!-- Redirecting to React app... -->
<noscript>
<p>Redirecting to <a href="/react.html">Thomas J Butler Portfolio</a>...</p>
</noscript>
</body>
</html>