-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
134 lines (118 loc) · 5.32 KB
/
index.html
File metadata and controls
134 lines (118 loc) · 5.32 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D85BF9X455"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-D85BF9X455');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>Jaxsen Honeycutt | Full Stack Web Developer & Software Engineer</title>
<meta name="title" content="Jaxsen Honeycutt | Full Stack Web Developer & Software Engineer">
<meta name="description"
content="Jaxsen Honeycutt is a full-stack developer in Louisville, KY specializing in React, TypeScript & Three.js. Building fast, modern web experiences."/>
<meta name="keywords"
content="Jaxsen Honeycutt, web developer, software engineer, full stack developer, React developer, TypeScript developer, Three.js developer, JavaScript developer, frontend developer, backend developer, Louisville developer, React Three Fiber, 3D web development, interactive web applications"/>
<meta name="author" content="Jaxsen Honeycutt"/>
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://jxsen.com/">
<meta property="og:title" content="Jaxsen Honeycutt | Full Stack Web Developer & Software Engineer">
<meta property="og:description" content="Jaxsen Honeycutt is a passionate full stack web developer and software engineer based in Louisville, KY. Specializing in React, TypeScript, Three.js, and modern web technologies.">
<meta property="og:image" content="https://jxsen.com/android-chrome-512x512.png">
<meta property="og:site_name" content="Jaxsen Honeycutt">
<meta property="og:locale" content="en_US">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://jxsen.com/">
<meta property="twitter:title" content="Jaxsen Honeycutt | Full Stack Web Developer & Software Engineer">
<meta property="twitter:description" content="Jaxsen Honeycutt is a passionate full stack web developer and software engineer based in Louisville, KY. Specializing in React, TypeScript, Three.js, and modern web technologies.">
<meta property="twitter:image" content="https://jxsen.com/android-chrome-512x512.png">
<meta property="twitter:creator" content="@j_xsen">
<!-- Additional SEO Meta Tags -->
<meta name="theme-color" content="#000000">
<meta name="msapplication-TileColor" content="#000000">
<meta name="application-name" content="Jaxsen Honeycutt">
<meta name="apple-mobile-web-app-title" content="Jaxsen Honeycutt">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Canonical URL -->
<link rel="canonical" href="https://jxsen.com/">
<!-- Favicon and Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<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="manifest" href="/site.webmanifest">
<link rel="shortcut icon" href="/favicon.ico">
<!-- Structured Data for Rich Snippets -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Jaxsen Honeycutt",
"url": "https://jxsen.com",
"image": "https://jxsen.com/android-chrome-512x512.png",
"description": "Full stack web developer and software engineer specializing in React, TypeScript, and Three.js",
"jobTitle": "Full Stack Web Developer & Software Engineer",
"knowsAbout": [
"React",
"TypeScript",
"JavaScript",
"Three.js",
"React Three Fiber",
"Web Development",
"Frontend Development",
"Backend Development",
"3D Web Applications",
"Interactive Web Design"
],
"skills": [
"React",
"TypeScript",
"JavaScript",
"Three.js",
"React Three Fiber",
"HTML5",
"CSS3",
"Node.js",
"Web Development",
"Frontend Development",
"Backend Development",
"3D Graphics Programming",
"Interactive Web Applications"
],
"address": {
"@type": "PostalAddress",
"addressLocality": "Louisville",
"addressRegion": "KY",
"addressCountry": "US"
},
"sameAs": [
"https://github.com/j-xsen",
"https://jaxsenville.com"
],
"email": "jaxsen@jxsen.com"
}
</script>
<style>
html, body, #root {
margin: 0;
height: 100%
}
</style>
</head>
<body>
<script type="module" src="./src/index.tsx"></script>
<div id="root"></div>
</body>
</html>