-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (123 loc) · 5.58 KB
/
Copy pathindex.html
File metadata and controls
137 lines (123 loc) · 5.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kévin Bourbasquet - Full Stack Developer</title>
<meta name="description" content="Kévin Bourbasquet — Full Stack Developer. Rust, WebAssembly, TypeScript. Portfolio, technical blog and tech watch." />
<link rel="canonical" href="https://www.bourbasquetkev.in/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.bourbasquetkev.in/" />
<meta property="og:title" content="Kévin Bourbasquet - Full Stack Developer" />
<meta property="og:description" content="Rust, WebAssembly, TypeScript. Portfolio, technical blog and tech watch." />
<meta property="og:image" content="https://www.bourbasquetkev.in/icons/android-chrome-512x512.png" />
<meta property="og:locale" content="fr_FR" />
<meta property="og:locale:alternate" content="en_GB" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Kévin Bourbasquet - Full Stack Developer" />
<meta name="twitter:description" content="Rust, WebAssembly, TypeScript. Portfolio, technical blog and tech watch." />
<meta name="twitter:image" content="https://www.bourbasquetkev.in/icons/android-chrome-512x512.png" />
<!-- hreflang -->
<link rel="alternate" href="https://www.bourbasquetkev.in/" hreflang="fr" />
<link rel="alternate" href="https://www.bourbasquetkev.in/" hreflang="en" />
<link rel="alternate" href="https://www.bourbasquetkev.in/" hreflang="x-default" />
<!-- JSON-LD structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Kévin Bourbasquet",
"givenName": "Kévin",
"familyName": "Bourbasquet",
"jobTitle": "Full Stack Developer",
"url": "https://www.bourbasquetkev.in/",
"sameAs": [
"https://github.com/bourbask",
"https://www.linkedin.com/in/k%C3%A9vin-bourbasquet-078940171/"
],
"knowsAbout": ["Rust", "WebAssembly", "TypeScript", "Self-hosting", "DevOps"]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Kévin Bourbasquet",
"url": "https://www.bourbasquetkev.in/",
"description": "Kévin Bourbasquet — Full Stack Developer. Rust, WebAssembly, TypeScript. Portfolio, technical blog and tech watch.",
"inLanguage": ["fr", "en"],
"author": {
"@type": "Person",
"name": "Kévin Bourbasquet"
}
}
</script>
<!-- SPA routing: restore path stored by 404.html redirect -->
<script>
(function () {
var redirect = sessionStorage.redirect;
delete sessionStorage.redirect;
if (redirect && redirect !== location.href) {
history.replaceState(null, null, redirect);
}
})();
</script>
<!-- Anti-FOUC: apply stored theme before first paint -->
<script>
(function () {
try {
var t = localStorage.getItem('portfolio_theme');
if (!t) {
t = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';
}
document.documentElement.classList.add(t + '-theme');
document.documentElement.setAttribute('data-theme', t);
} catch (e) {}
})();
</script>
<!-- Fonts — self-hosted Literata variable font (no Google Fonts CDN) -->
<link rel="preload" href="/public/fonts/Literata%5Bopsz%2Cwght%5D.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/public/fonts/Literata-Italic%5Bopsz%2Cwght%5D.woff2" as="font" type="font/woff2" crossorigin />
<link data-trunk rel="copy-dir" href="public" />
<link data-trunk rel="copy-file" href="404.html" />
<link data-trunk rel="copy-file" href="CNAME" />
<link data-trunk rel="copy-file" href="sw.js" />
<link rel="manifest" href="/public/icons/site.webmanifest" />
<link data-trunk rel="css" href="public/css/style.css" />
<script data-trunk rel="js" src="public/js/animations.js"></script>
<script data-trunk rel="js" src="public/js/push-notifications.js"></script>
<script data-trunk rel="js" src="public/js/fab-interaction.js"></script>
<link data-trunk rel="icon" href="public/icons/favicon.ico" />
<link data-trunk rel="rust" />
<!-- Content-Security-Policy -->
<meta http-equiv="Content-Security-Policy" content="
default-src 'self';
script-src 'self' 'unsafe-inline' 'wasm-unsafe-eval' 'unsafe-eval';
style-src 'self' 'unsafe-inline';
connect-src 'self' https://bourbask-contact.bourbask.workers.dev;
img-src 'self' data:;
font-src 'self';
worker-src 'self';
manifest-src 'self';
form-action 'none';
base-uri 'self';
" />
<!-- OpenPGP.js — client-side encryption for contact form (self-hosted) -->
<script src="/public/js/openpgp.min.js" integrity="sha384-GSfnO+LcQAKSCm1NYG2u/acMR+jBE5ML42eWq3lKjR0Dglq3Zp4dWI3K319/7zmD" crossorigin="anonymous"></script>
<script>
window.encryptWithPgp = async function (publicKeyArmored, plaintext) {
const publicKey = await openpgp.readKey({ armoredKey: publicKeyArmored });
const encrypted = await openpgp.encrypt({
message: await openpgp.createMessage({ text: plaintext }),
encryptionKeys: publicKey,
});
return encrypted;
};
</script>
</head>
<body>
<div id="leptos"></div>
</body>
</html>