-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (45 loc) · 2.46 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Suliman Badour | Personal Portfolio </title>
<meta name="description" content="Explore the personal portfolio of Suliman Badour, a dedicated Frontend Developer, Software Engineer and a Design Engineer. View projects, skills, and expertise in Web & Software Development, UI/UX, Product Design and 3d models.">
<meta name="keywords" content="Suliman Badour, Portfolio, Frontend Developer, Software Engineer, React Developer, Web Development, UI/UX Design, JavaScript Expert, HTML5, CSS3, Web Design, Full Stack Developer, Web Apps, Responsive Web Design">
<meta property="og:title" content="Suliman Badour | Frontend Developer & Software Engineer Portfolio">
<meta name="description" content="Discover Suliman Badour's innovative projects as a Frontend Developer and Software Engineer. Specializing in React, JavaScript, and modern web technologies. Visit for a showcase of skills in web development, UI/UX design, and more.">
<meta property="og:image" type="image/png" content="https://github.com/sulimanbadour1/Sul_folio/blob/main/src/assets/logos/seo_icon.png?raw=true">
<meta property="og:url" content="https://sulimanbadour.com">
<meta property="og:type" content="website">
<link rel="canonical" href="https://sulimanbadour.com">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Suliman Badour",
"url": "https://sulimanbadour.com",
"image": "https://github.com/sulimanbadour1/Sul_folio/blob/main/src/assets/logos/seo_icon.png?raw=true",
"jobTitle": "Frontend Developer & Software Engineer",
"worksFor": {
"@type": "Organization",
"name": "Self-Employed"
},
"sameAs": [] // Add social media or other profile links here
}
</script>
<meta name="author" content="Suliman Badour">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WNJWSC7KQ8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WNJWSC7KQ8');
</script>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>