-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (73 loc) · 3.37 KB
/
index.html
File metadata and controls
78 lines (73 loc) · 3.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Favicon + Media Queries -->
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<meta
name="title"
content="Ahmed Maher - Full Stack Developer | Portfolio & Services Showcase"
/>
<meta
name="description"
content="Professional portfolio of Ahmed Maher, a Full Stack Developer specializing in React, Node.js, and modern web technologies. Offering comprehensive development services including frontend, backend, database design, and deployment solutions."
/>
<meta
name="keywords"
content="Ahmed Maher, Full Stack Developer, React Developer, Node.js, Portfolio, Web Development, Frontend Development, Backend Development, Database Design, UI/UX Design, Mobile App Development, Performance Optimization, DevOps, Software Engineer, Computer Science, Responsive Design, Accessibility, Modern Web Technologies"
/>
<meta name="author" content="Ahmed Maher" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="revisit-after" content="7 days" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://ahmed-maher77.github.io/Services-Showcase-Website/"
/>
<meta
property="og:title"
content="Ahmed Maher - Full Stack Developer | Portfolio & Services Showcase"
/>
<meta
property="og:description"
content="Professional portfolio showcasing comprehensive full-stack development services. Specialized in React, Node.js, database design, and modern web technologies with responsive, accessible, and interactive solutions."
/>
<meta
property="og:image"
content="https://ahmed-maher77.github.io/Services-Showcase-Website/vite.svg"
/>
<meta property="og:site_name" content="Ahmed Maher Portfolio" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:url"
content="https://ahmed-maher77.github.io/Services-Showcase-Website/"
/>
<meta
property="twitter:title"
content="Ahmed Maher - Full Stack Developer | Portfolio & Services Showcase"
/>
<meta
property="twitter:description"
content="Professional portfolio showcasing comprehensive full-stack development services. Specialized in React, Node.js, database design, and modern web technologies."
/>
<meta
property="twitter:image"
content="https://ahmed-maher77.github.io/Services-Showcase-Website/vite.svg"
/>
<!-- Additional SEO Meta Tags -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>
Ahmed Maher - Full Stack Developer | Portfolio & Services Showcase
</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>