-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (72 loc) · 3.23 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/shafiq logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Musinguzi Shafiq | React.js & MERN Stack Web Developer | Uganda & Remote
</title>
<meta
name="description"
content="Hire Musinguzi Shafiq, a professional React.js and MERN Stack web developer based in Uganda with 2+ years of experience. Available for local and international freelance projects. Specialized in creating responsive, high-quality websites tailored to your needs."
/>
<meta
name="keywords"
content="web developer Uganda, freelance web developer, React.js developer, MERN stack developer, website development, web design, hire web developer Uganda, remote web developer, international freelance developer, React.js freelancer, Tailwind CSS developer, professional web developer, website creator, remote React.js developer, hire MERN stack developer"
/>
<meta
property="og:title"
content="Musinguzi Shafiq | React.js & MERN Stack Web Developer | Uganda & Remote"
/>
<meta
property="og:description"
content="Looking for a skilled React.js and MERN Stack web developer? Hire Musinguzi Shafiq, a self-taught professional with 2+ years of experience in creating websites for clients locally in Uganda and worldwide."
/>
<meta property="og:image" content="your-portfolio-image-url" />
<meta property="og:url" content="shafiquedev256.tech" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Musinguzi Shafiq | React.js & MERN Stack Web Developer | Uganda & Remote"
/>
<meta
name="twitter:description"
content="Hire Musinguzi Shafiq, a React.js and MERN Stack web developer based in Uganda. Available for freelance projects globally. Specializing in custom, responsive websites."
/>
<meta name="twitter:image" content="your-portfolio-image-url" />
<meta name="twitter:url" content="shafiquedev256.tech" />
<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=Prosto+One&display=swap"
rel="stylesheet"
/>
<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=Quicksand&display=swap"
rel="stylesheet"
/>
<link rel="alternate" hreflang="en-ug" href="your-portfolio-url" />
<link rel="alternate" hreflang="en" href="shafiquedev256.tech" />
<meta name="robots" content="index, follow" />
</head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-9RH40EWVNC"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-9RH40EWVNC");
</script>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>