-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (30 loc) · 1.71 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>James Hinton - Full Stack Developer UK | Specialising in Django, React, and Geospatial Technologies</title>
<meta name="description"
content="Explore 'James OS', an Operating System style interactive website by James Hinton. As a Full Stack Developer, I focus on Django, React, and geospatial technologies, presenting a variety of web development projects that demonstrate a solid expertise in these areas." />
<meta name="keywords"
content="James Hinton, Full Stack Developer, Django Developer, React Developer, Geospatial Technologies, Operating System Style Website, James OS, UK, Web Development, Software Engineer" />
<meta name="author" content="James Hinton" />
<meta property="og:title" content="James Hinton - Full Stack Developer | Expert in Django, React, and Geospatial Technologies" />
<meta property="og:description"
content="Discover 'James OS', an innovative Operating System style website by Full Stack Developer James Hinton. Showcasing skills in Django, React, and geospatial technologies." />
<meta property="og:url" content="https://james-hinton.com" />
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TTY4B7CNTJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-TTY4B7CNTJ');
</script>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>