-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 2.07 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" sizes="32x32" href="src/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark light" />
<meta name="robots" content="index, nofollow" />
<meta name="author" content="Gunnar Miklis" />
<!-- SEO TAGS -->
<title>Gunnar Miklis - TypeScript Web Developer - Portfolio</title>
<meta
name="description"
content="Discover a user-centric approach and explore a blend of frontend and backend skills coupled with a unique personality. Expertise in TypeScript, Node.js, Next.js, React, and more. Emphasizing high software quality including maintainability, scalability, security, and usability. Open to work and available for collaboration."
/>
<meta
name="keywords"
content="Gunnar Miklis, Web Developer, Portfolio, Web Development, Frontend, Fullstack, TypeScript, JavaScript, Node.js, Next.js, React, Express, MongoDB, SQLite, Lighthouse, Git, GitHub, Linux, SOLID, CI/CD, DRY, API, REST, SPA, SSR, CSR, software quality, accessibility, user experience, problem solving, collaboration, open-minded, passion, attention-to-detail, diligent, open to work"
/>
<!-- SOCIAL TAGS -->
<meta property="og:title" content="Gunnar Miklis - TypeScript Web Developer - Portfolio" />
<meta
property="og:description"
content="Discover a user-centric approach and explore a blend of frontend and backend skills coupled with a unique personality. Expertise in TypeScript, Node.js, Next.js, React, and more. Emphasizing high software quality including maintainability, scalability, security, and usability. Open to work and available for collaboration."
/>
<meta property="og:image" content="https://flowcv.me/gunnar-miklis/photo-hh9j3r7i4xl1.jpg" />
<meta property="og:url" content="https://gunnar-miklis.netlify.app" />
</head>
<body>
<div id="app" role="application" />
<script type="module" src="/src/main.tsx"></script>
</body>
</html>