-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.8 KB
/
Copy pathindex.html
File metadata and controls
26 lines (26 loc) · 1.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#060814" />
<meta name="color-scheme" content="dark light" />
<meta name="description" content="Portfolio of Emmanuel Nwachinemere, a full-stack developer in Lagos building responsive React interfaces, Node.js APIs, and MongoDB-backed web products." />
<meta name="author" content="Emmanuel Nwachinemere" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Emmanuel Nwachinemere — Full-Stack Developer" />
<meta property="og:description" content="Selected full-stack work, engineering approach, experience, and contact details for Emmanuel Nwachinemere." />
<meta property="og:url" content="https://bishopdgreat.netlify.app/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Emmanuel Nwachinemere — Full-Stack Developer" />
<meta name="twitter:description" content="React interfaces, Node.js APIs, and database-backed web products." />
<link rel="canonical" href="https://bishopdgreat.netlify.app/" />
<link rel="icon" type="image/svg+xml" href="/brand-mark.svg" />
<title>Emmanuel Nwachinemere — Full-Stack Developer</title>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Person","name":"Emmanuel Nwachinemere","alternateName":"BishopDGreat","jobTitle":"Full-Stack Developer","address":{"@type":"PostalAddress","addressLocality":"Lagos","addressCountry":"NG"},"sameAs":["https://github.com/GlitchingghosT","https://www.linkedin.com/in/emmanuel-nwachinemere-b166aa234/"]}</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>