-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
115 lines (115 loc) · 4.95 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
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
<!DOCTYPE html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=11" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta
http-equiv="Content-Security-Policy"
default-src="['self', 'unsafe-inline']"
script-src="['self', 'https://cdnjs.cloudflare.com', 'https://ajax.googleapis.com', 'https://cdn.jsdelivr.net', 'https://kit.fontawesome.com', 'https://www.hcaptcha.com/', 'https://newassets.hcaptcha.com', 'https://www.googletagmanager.com', 'https://static.cloudflareinsights.com'];"
style-src="['self', 'https://cdnjs.cloudflare.com', 'https://cdn.jsdelivr.net', ]"
/>
<link rel="icon" href="images/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="A portfolio website of a full-stack developer. He is interested in both front-end and back-end with extensive experience in Rust, CSS, HTML, and Yew."
/>
<meta name="robots" content="index, follow" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@wiseaidev" />
<meta
name="twitter:title"
content="Mahmoud Harmouch | Full Stack Rust Developer"
/>
<meta
name="twitter:description"
content="A portfolio website of a full-stack developer. He is interested in both front-end and back-end with extensive experience in Rust, CSS, HTML, and Yew."
/>
<meta
name="twitter:image"
content="https://pbs.twimg.com/profile_images/1530891462266732546/nM4iUKL0_400x400.jpg"
/>
<meta property="og:url" content="https://wiseai.dev/" />
<link rel="canonical" href="https://wiseai.dev/" />
<meta
property="og:title"
content="Mahmoud Harmouch | Full Stack Rust Developer"
/>
<meta property="og:type" content="website" />
<meta
property="og:description"
content="A portfolio website of a full-stack developer. He is interested in both front-end and back-end with extensive experience in Rust, CSS, HTML, and Yew."
/>
<meta
property="og:site_name"
content="Mahmoud Harmouch | Full Stack Rust Developer"
/>
<meta
property="og:image"
content="https://media-exp1.licdn.com/dms/image/C4D03AQEe67ifoDQl3g/profile-displayphoto-shrink_800_800/0/1636967300806?e=1663804800&v=beta&t=g7cAsLp4HjwsSkyGQfhmApP_Ht026c465ih4-_GcXUs"
/>
<meta
name="google-site-verification"
content="bQ68UFUkP3C7UFrF8PyumOilQq1_ocTtuKaeOanBG5I"
/>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-NK42D64");
</script>
<!-- End Google Tag Manager -->
<meta name="copyright" content="Mahmoud Harmouch" />
<meta name="author" content="Mahmoud Harmouch" />
<meta
name="keywords"
content="freelance web developer, software engineer, portfolio, wiseai, mahmoud harmouch"
/>
<link rel="apple-touch-icon" href="images/logo192.png" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Archivo+Black"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Playball"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/8f223ead6e.js"
crossorigin="anonymous"
defer
></script>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="manifest" href="static/manifest.json" />
<title>Mahmoud Harmouch | Full Stack Rust Developer</title>
<link data-trunk rel="icon" href="images/logo.png" type="image/png" />
<link data-trunk rel="css" href="styles/body.css" type="text/css" />
<link data-trunk rel="copy-dir" href="images" />
<link data-trunk rel="copy-dir" href="static" />
</head>
<body class="dark-body"></body>
</html>