-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (45 loc) Β· 2.57 KB
/
index.html
File metadata and controls
51 lines (45 loc) Β· 2.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6BTQDLNHWT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6BTQDLNHWT');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0f172a">
<title>Mwaki Denis | UI/UX Designer & Software Developer</title>
<meta name="description" content="Portfolio website for Mwaki Denis, a UI/UX Designer and Software Developer creating digital experiences that inspire." />
<meta name="author" content="Denis Kaaria" />
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Mwaki Denis | UI/UX Designer & Software Developer" />
<meta property="og:description" content="Portfolio website for Mwaki Denis, showcasing UI/UX design and software development projects that inspire and innovate." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mwakidenis-portfolio.vercel.app" />
<meta property="og:image" content="https://mwakidenis-portfolio.vercel.app/preview.jpg" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Apro5550">
<meta name="twitter:creator" content="@Apro5550">
<meta name="twitter:title" content="Mwaki Denis | UI/UX Designer & Software Developer">
<meta name="twitter:description" content="Explore the creative projects and portfolio of Mwaki Denis, a UI/UX Designer and Software Developer.">
<meta name="twitter:image" content="https://mwakidenis-portfolio.vercel.app/preview.jpg">
<meta name="twitter:image:alt" content="Preview of Mwaki Denis's portfolio website">
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.png" />
<!-- Fonts -->
<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=Inter:wght@100;200;300;400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>