-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (87 loc) · 4.1 KB
/
index.html
File metadata and controls
98 lines (87 loc) · 4.1 KB
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
<!doctype html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicons/favicon-16x16.png" />
<link rel="icon" href="/images/favicons/favicon.ico" />
<!-- Basic Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Full-Stack Software Engineer with 5+ years of experience in PHP, Laravel, JavaScript, React, and Python. Currently pursuing M.Sc. in AI in Germany. Specialized in enterprise solutions and DATEV integration." />
<meta name="keywords"
content="Full-Stack Developer, PHP, Laravel, JavaScript, React, Python, Flask, AI, Machine Learning, DATEV, Enterprise Solutions, Berlin, Germany" />
<meta name="author" content="Abdullah Rather" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://abdullahrather.github.io/" />
<meta property="og:title" content="Abdullah Rather - Full-Stack Developer & AI Enthusiast" />
<meta property="og:description"
content="Full-Stack Software Engineer with 5+ years of experience building enterprise solutions. Specialized in PHP, Laravel, JavaScript, React, and AI technologies." />
<meta property="og:image" content="https://abdullahrather.github.io/images/og-image.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="Abdullah Rather Portfolio" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://abdullahrather.github.io/" />
<meta property="twitter:title" content="Abdullah Rather - Full-Stack Developer & AI Enthusiast" />
<meta property="twitter:description"
content="Full-Stack Software Engineer with 5+ years of experience building enterprise solutions. Specialized in PHP, Laravel, JavaScript, React, and AI technologies." />
<meta property="twitter:image" content="https://abdullahrather.github.io/images/og-image.jpg" />
<meta property="twitter:creator" content="@abdullahrather" />
<!-- LinkedIn -->
<meta property="linkedin:owner" content="abdullahrather" />
<!-- Additional SEO -->
<meta name="theme-color" content="#4f46e5" />
<meta name="msapplication-TileColor" content="#4f46e5" />
<link rel="canonical" href="https://abdullahrather.github.io/" />
<!-- Schema.org structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Abdullah Rather",
"jobTitle": "Full-Stack Software Engineer",
"description": "Full-Stack Software Engineer with 5+ years of experience in enterprise solutions and AI technologies",
"url": "https://abdullahrather.github.io/",
"image": "https://abdullahrather.github.io/images/og-image.jpg",
"sameAs": [
"https://linkedin.com/in/abdullahrather",
"https://github.com/abdullahrather",
"https://www.xing.com/profile/Abdullah_Rather"
],
"alumniOf": {
"@type": "EducationalOrganization",
"name": "University in Germany"
},
"knowsAbout": [
"PHP",
"Laravel",
"JavaScript",
"React",
"Python",
"Flask",
"MySQL",
"DATEV Integration",
"Enterprise Software Development",
"Artificial Intelligence"
],
"workLocation": {
"@type": "Place",
"name": "Berlin, Germany"
}
}
</script>
<title>Abdullah Rather - Full-Stack Developer & AI Enthusiast</title>
</head>
<body class="bg-white text-slate-800 dark:bg-slate-900 dark:text-slate-100 transition-colors duration-300"
style="font-family: 'Inter', sans-serif; overflow-x: hidden;">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>