-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (52 loc) · 2.32 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Philippe Beck</title>
<link rel="icon" href="img/favicon.svg" type="image/svg+xml">
<link rel="canonical" href="https://philippebeck.github.io">
<link rel="preload" as="style" href="css/fa.min.css">
<link rel="preload" as="style" href="node_modules/reactoms/dist/style.css">
<meta
name="description"
content="Senior Fullstack IT Developer & IT Development Trainer - HTML, CSS, Sass, JavaScript, TypeScript, React, Vue, Node, PHP, SQL & MongoDB - Remote Work Worldwide"
>
<meta
name="google-site-verification"
content="MXxBdh2-OQpJD88HjaeddBqNuHGxTvY5x-h_uAe8m9Q"
>
<meta property="og:type" content="website">
<meta property="og:title" content="Philippe Beck">
<meta property="og:url" content="https://philippebeck.github.io">
<meta property="og:image" content="https://philippebeck.github.io/img/pb.webp">
<meta
property="og:description"
content="Senior Fullstack Developer & IT Development Trainer - HTML, CSS, Sass, JavaScript, TypeScript, React, Vue, Node, PHP, SQL, MongoDB & Git - Remote Work Worldwide"
>
<link rel="stylesheet" href="css/fa.min.css">
<link rel="stylesheet" href="node_modules/reactoms/dist/style.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "OnlineBusiness",
"name": "Philippe Beck",
"description": "Senior Fullstack Developer & IT Development Trainer - HTML, CSS, Sass, JavaScript, TypeScript, React, Vue, Node, PHP, SQL, MongoDB & Git - Remote Work Worldwide",
"url": "https://philippebeck.github.io",
"image": "https://philippebeck.github.io/img/pb.webp",
"taxId": "837 516 855",
"founder": {
"@type": "Person",
"familyName": "Beck",
"givenName": "Philippe",
"jobTitle": "Senior Fullstack Developer & IT Development Trainer",
"knowsLanguage": "French, English & Japanese"
}
}
</script>
</head>
<body>
<main id="root"></main>
<script type="module" src="src/app.jsx"></script>
</body>
</html>