-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (66 loc) · 3.42 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta
name="description"
content="Welcome to my portfolio. I am Joram Millenaar, a full-stack software engineer specializing in Python and Django, dedicated to building robust and scalable web applications. Dive into my projects, explore my contributions to open-source platforms, and feel free to reach out for any inquiries or collaborative opportunities."
/>
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Joram Millenaar's Portfolio" />
<meta
itemprop="description"
content="Welcome to my portfolio. I am Joram Millenaar, a full-stack software engineer specializing in Python and Django, dedicated to building robust and scalable web applications. Dive into my projects, explore my contributions to open-source platforms, and feel free to reach out for any inquiries or collaborative opportunities."
/>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebPage",
"image": {
"@type": "ImageObject",
"url": "/thumbnail.webp",
"height": 628,
"width": 1200
}
}
</script>
<script type="module" src="/src/main.js"></script>
<!-- Reference screenshot of updated site's header in place of content -->
<meta itemprop="image" content="/thumbnail.webp" />
<!-- Facebook Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Joram Millenaar's Portfolio" />
<meta
property="og:description"
content="Welcome to my portfolio. I am Joram Millenaar, a full-stack software engineer specializing in Python and Django, dedicated to building robust and scalable web applications. Dive into my projects, explore my contributions to open-source platforms, and feel free to reach out for any inquiries or collaborative opportunities."
/>
<!-- Reference screenshot of updated site's header in content -->
<meta property="og:image" content="/thumbnail.webp" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Joram Millenaar's Portfolio" />
<meta
name="twitter:description"
content="Welcome to my portfolio. I am Joram Millenaar, a full-stack software engineer specializing in Python and Django, dedicated to building robust and scalable web applications. Dive into my projects, explore my contributions to open-source platforms, and feel free to reach out for any inquiries or collaborative opportunities."
/>
<!-- Reference screenshot of updated site's header in content -->
<meta name="twitter:image" content="/thumbnail.webp" />
<!-- Update favicon href attribute with image of yourself -->
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="alternate icon" href="/favicon.ico" />
<title>Joram Millenaar's Portfolio</title>
</head>
<body>
<noscript>
<strong
>We're sorry but this website doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong
>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>