-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (33 loc) · 2.09 KB
/
index.html
File metadata and controls
38 lines (33 loc) · 2.09 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mike - Full Stack Developer | React, Next.js & Web3 Expert</title>
<meta name="description" content="Experienced Full Stack Developer from Kenya. Specializing in React, Next.js, and Web3 development. Available globally with PST/EST timezone overlap." />
<meta name="author" content="Mike - Full Stack Developer" />
<meta name="keywords" content="Full Stack Developer, React Developer, Next.js Expert, Web3 Developer, Kenya, TypeScript, JavaScript, Frontend, Backend, Blockchain" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Mike - Full Stack Developer | React, Next.js & Web3 Expert" />
<meta property="og:description" content="Experienced Full Stack Developer from Kenya. Specializing in React, Next.js, and Web3 development. Available globally with PST/EST timezone overlap." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mike-kenya-connect.vercel.app" />
<meta property="og:image" content="/mike-favicon.jpg" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Mike - Full Stack Developer | React, Next.js & Web3 Expert" />
<meta name="twitter:description" content="Experienced Full Stack Developer from Kenya. Specializing in React, Next.js, and Web3 development. Available globally with PST/EST timezone overlap." />
<meta name="twitter:image" content="/mike-favicon.jpg" />
<!-- Additional SEO Tags -->
<link rel="canonical" href="https://mike-kenya-connect.vercel.app" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#3B82F6" />
<!-- Favicon -->
<link rel="icon" type="image/jpeg" href="/mike-favicon.jpg" />
<link rel="shortcut icon" type="image/jpeg" href="/mike-favicon.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>