-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
74 lines (72 loc) · 2.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Elias Afara</title>
<!-- default favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/android-chrome-192x192.png"
/>
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="msapplication-TileColor" content="#2b5797" />
<meta name="msapplication-TileImage" content="/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<!-- <link
rel="icon"
type="image/gif"
href="./src/assets/Evening_Maurice-Pirenne_1929.jpeg"
/> -->
<!-- widely used favicon -->
<!-- <link rel="icon" href="/favicon.png" sizes="32x32" type="image/png"> -->
<!-- for apple mobile devices -->
<!-- -->
<meta
name="description"
content="Junior Software Engineer | Proficient in React.js, Vue, Node.js | MSc Software Engineering @EPITA | Passionate about Innovation 🚀 | JavaScript & TypeScript | English, Arabic, French"
/>
<link rel="canonical" href="https://eliasafara.fr" />
<link
rel="alternate"
media="only screen and (max-width: 640px)"
href="https://eliasafara.fr"
/>
<meta property="og:title" content="Elias Afara" />
<meta
property="og:description"
content="Junior Software Engineer | Proficient in React.js, Vue, Node.js | MSc Software Engineering @EPITA | Passionate about Innovation 🚀 | JavaScript & TypeScript | English, Arabic, French"
/>
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:locale_alt" content="fr_FR" />
<meta property="og:site_name" content="Elias Afara" />
<meta
property="og:image"
content="https://eliasafara.fr/assets/EliasAfara-7fcacede.jpeg"
/>
<meta property="og:image:alt" content="Elias name signature" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:url" content="https://eliasafara.fr" />
<meta name="twitter:card" content="" />
<meta name="twitter:site" content="@thegrindev" />
<meta name="twitter:title" content="Elias Afara" />
<meta
name="twitter:description"
content="Junior Software Engineer | Proficient in React.js, Vue, Node.js | MSc Software Engineering @EPITA | Passionate about Innovation 🚀 | JavaScript & TypeScript | English, Arabic, French"
/>
<meta
name="twitter:image"
content="https://eliasafara.fr/assets/EliasAfara-7fcacede.jpeg"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>