-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
163 lines (153 loc) · 6.13 KB
/
index.html
File metadata and controls
163 lines (153 loc) · 6.13 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<title>Jon Hanke - Full-Stack Developer & KI-Spezialist | Portfolio</title>
<meta name="description" content="Portfolio von Jon-Alexander Hanke - Full-Stack Developer, KI-Spezialist und Technischer Berater. Projekte in React, Node.js, Python und mehr." />
<meta name="keywords" content="Developer, Full-Stack, React, Node.js, Python, KI, Machine Learning, Portfolio" />
<meta name="author" content="Jon Hanke" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://11jon.com/" />
<meta property="og:title" content="Jon Hanke - Full-Stack Developer & KI-Spezialist" />
<meta property="og:description" content="Portfolio von Jon-Alexander Hanke - Full-Stack Developer, KI-Spezialist und Technischer Berater" />
<meta property="og:image" content="https://11jon.com/og-image.svg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://11jon.com/" />
<meta property="twitter:title" content="Jon Hanke - Full-Stack Developer & KI-Spezialist" />
<meta property="twitter:description" content="Portfolio von Jon-Alexander Hanke - Full-Stack Developer, KI-Spezialist und Technischer Berater" />
<meta property="twitter:image" content="https://11jon.com/og-image.svg" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="alternate icon" href="/favicon.ico" />
<!-- Preconnect -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@600;700&display=swap" rel="stylesheet" />
<!-- Analytics - Plausible (privacy-friendly, no cookies) -->
<!-- To activate: Create account at plausible.io and replace YOUR_DOMAIN -->
<!-- <script defer data-domain="11jon.com" src="https://plausible.io/js/script.js"></script> -->
<!-- Alternative: Google Analytics 4 (requires cookie consent) -->
<!-- To activate: Replace G-XXXXXXXXXX with your GA4 Measurement ID -->
<!--
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX');
</script>
-->
<!-- Security Headers (set via Nginx is better, but this helps) -->
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta http-equiv="x-ua-compatible" content="IE=edge" />
<!-- Structured Data (Schema.org JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Jon-Alexander Peere Andreas Philipp Hanke",
"givenName": "Jon-Alexander",
"familyName": "Hanke",
"jobTitle": "Full-Stack Developer & KI-Spezialist",
"description": "Full-Stack Developer, KI-Spezialist und Technischer Berater mit Fokus auf React, Node.js, Python und Machine Learning",
"url": "https://11jon.com",
"email": "mailto:jonboy051990@gmail.com",
"telephone": "+49-152-5609-5523",
"address": {
"@type": "PostalAddress",
"streetAddress": "Bahnhofstraße 1c",
"addressLocality": "Torgelow",
"postalCode": "17358",
"addressCountry": "DE"
},
"sameAs": [
"https://github.com/jonboy051990",
"https://linkedin.com/in/jonhanke"
],
"knowsAbout": [
"React", "TypeScript", "Node.js", "Python", "PostgreSQL",
"Machine Learning", "KI", "Full-Stack Development", "Kotlin", "Android"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "11jon.com - Portfolio",
"description": "Portfolio von Jon-Alexander Hanke - Full-Stack Developer & KI-Spezialist",
"url": "https://11jon.com",
"author": {
"@type": "Person",
"name": "Jon-Alexander Hanke"
},
"inLanguage": "de-DE"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "Jon Hanke - Web Development & KI-Beratung",
"description": "Full-Stack Development, KI-Integration und technische Beratung",
"url": "https://11jon.com",
"telephone": "+49-152-5609-5523",
"email": "jonboy051990@gmail.com",
"address": {
"@type": "PostalAddress",
"streetAddress": "Bahnhofstraße 1c",
"addressLocality": "Torgelow",
"postalCode": "17358",
"addressCountry": "DE"
},
"areaServed": {
"@type": "Country",
"name": "Germany"
},
"serviceType": ["Web Development", "Full-Stack Development", "KI-Integration", "Technische Beratung"]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://11jon.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "Projekte",
"item": "https://11jon.com/#projects"
},
{
"@type": "ListItem",
"position": 3,
"name": "Skills",
"item": "https://11jon.com/#skills"
},
{
"@type": "ListItem",
"position": 4,
"name": "Kontakt",
"item": "https://11jon.com/#contact"
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>