-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
165 lines (156 loc) · 5.94 KB
/
index.html
File metadata and controls
165 lines (156 loc) · 5.94 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
164
165
<!doctype html>
<html lang="en">
<head>
<!-- Charset & Viewport -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Mobile Safari / iPhone UI -->
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<!-- Force white transparent UI -->
<meta name="theme-color" content="#ffffff" />
<meta
name="theme-color"
content="#ffffff"
media="(prefers-color-scheme: dark)"
/>
<meta
name="theme-color"
content="#ffffff"
media="(prefers-color-scheme: light)"
/>
<!-- Primary Meta -->
<title>Mark Galkins | Full-Stack Developer</title>
<meta name="title" content="Mark Galkins | Full-Stack Developer" />
<meta
name="description"
content="Full-stack developer portfolio showcasing modern web development projects, UI/UX design, and creative front-end solutions."
/>
<meta
name="keywords"
content="Mark Galkins, Mark Galkin, Galkins, portfolio, web developer, full-stack, React, JavaScript, Next.js, frontend, UI, UX, Denmark"
/>
<meta name="author" content="Mark Galkins" />
<meta
name="robots"
content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
/>
<meta
name="googlebot"
content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
/>
<link rel="canonical" href="https://www.galkins.dev/" />
<link rel="sitemap" type="application/xml" href="/sitemap.xml" />
<link rel="alternate" type="text/plain" href="/llms.txt" />
<link rel="alternate" type="text/plain" href="/llms-full.txt" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.galkins.dev/" />
<meta property="og:title" content="Mark Galkins | Full-Stack Developer" />
<meta
property="og:description"
content="Hey, I'm Mark. A Full-Stack Developer. Based in Denmark — I build clean, fast, and user-focused web experiences."
/>
<!-- Use logo as Open Graph preview image so platforms show a logo thumbnail on the right with text on the left -->
<meta property="og:image" content="https://www.galkins.dev/logo.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:site_name" content="Mark Galkins Portfolio" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:url" content="https://www.galkins.dev/" />
<meta
property="twitter:title"
content="Mark Galkins | Full-Stack Developer"
/>
<meta
property="twitter:description"
content="Hey, I'm Mark. A Full-Stack Developer based in Denmark — I build clean, fast, and user-focused web experiences."
/>
<meta property="twitter:image" content="https://www.galkins.dev/logo.png" />
<!-- Favicon / App Icons -->
<link rel="icon" type="image/gif" href="/icon.gif" sizes="any" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="shortcut icon" href="/favicon.ico" />
<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="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Fonts - async load to not block render -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@300;400;600;700;800&display=swap"
rel="stylesheet"
media="print"
onload="this.media = 'all'"
/>
<noscript>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@300;400;600;700;800&display=swap"
rel="stylesheet"
/>
</noscript>
<!-- Preload critical above-the-fold assets -->
<link rel="preload" href="/video/hero.webm" as="video" type="video/webm" />
<!-- Structured Data for Google Search -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Mark Galkins",
"alternateName": ["Mark Galkin"],
"url": "https://www.galkins.dev",
"image": "https://www.galkins.dev/logo.png",
"jobTitle": "Full-Stack Developer",
"worksFor": {
"@type": "Organization",
"name": "Freelance"
},
"address": {
"@type": "PostalAddress",
"addressCountry": "Denmark"
},
"sameAs": [],
"knowsAbout": [
"Web Development",
"React",
"JavaScript",
"TypeScript",
"Next.js",
"Full-Stack Development",
"UI/UX Design"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Mark Galkins Portfolio",
"alternateName": "Mark Galkin Portfolio",
"url": "https://www.galkins.dev"
}
</script>
</head>
<body>
<div id="root"></div>
<noscript>
<main>
<h1>Mark Galkins | Full-Stack Developer</h1>
<p>
Personal portfolio for Mark Galkins, a full-stack developer based in
Denmark.
</p>
<p>
For crawler-friendly text resources, see
<a href="/llms.txt">llms.txt</a>,
<a href="/llms-full.txt">llms-full.txt</a>, and
<a href="/ai.txt">ai.txt</a>.
</p>
</main>
</noscript>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>