-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (37 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<link rel="shortcut icon" type="image/jpg" href="/favicon.ico" />
<meta
name="description"
content="Lawand or Levende, Self-taught JavaScript developer ,living at Paris, specialized in React and Vue Focused on developing accessible, and responsive web applications, as well as improving my skills within the JavaScript ecosystem. Currently working full-time as a Frontend developer @ Cload Scaleway"
/>
<meta
name="description"
content="Lawand or Levende, a self-taught JavaScript developer based in Paris. Specialized in React and Vue, I am dedicated to crafting accessible and responsive web applications. Continuously honing my skills within the JavaScript ecosystem, I am currently employed as a Frontend Developer at Scaleway. Explore my portfolio for a showcase of my work and passion for creating engaging digital experiences."
/>
<meta property="og:title" content="Levende Mohammad" />
<meta property="og:site_name" content="Levende Mohammad" />
<meta property="og:url" content="https://portfolio.levende.org/" />
<meta
property="og:description"
content="Lawand or Levende, a self-taught JavaScript/Typescript developer based in Paris. Specialized in React and Vue, I am dedicated to crafting accessible and responsive web applications. Continuously honing my skills within the JavaScript ecosystem, I am currently employed as a Frontend Developer at Scaleway. Explore my portfolio for a showcase of my work and passion for creating engaging digital experiences."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="/heading.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="/" />
<title>Lawand</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>