-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (60 loc) · 3.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
media="screen"
/>
<link rel="shortcut icon" href="/public/gizmo.webp" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<base href="/" />
<meta name="description" content="developer portfolio" />
<meta
name="keyword"
content="boluwatife, david, portfolio, javascript, developer, frontend, frontend developer, frontend engineer, full stack developer, backend developer react, dev, front-end, tech, programmer, react developer, nextjs developer, boluwatife david, web developer, coding, coder"
/>
<!-- Social Media Previews -->
<!-- Primary Meta Tags -->
<title>davegizmo</title>
<meta name="title" content="Boluwatife David, Full-Stack Developer | Web 3.0">
<meta name="description" content="Hi, I'm Boluwatife an experienced Full Stack Developer proficient in ReactJS, Next.js for cutting-edge front-end solutions, and Node.js, PHP, Python for robust back-end architecture. Passionate about test-driven development, continuous learning, and delivering high-performance, data-driven web applications.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://dave-dev.vercel.app/">
<meta property="og:title" content="Boluwatife David, Full-Stack Developer">
<meta property="og:description" content="Hi, I'm Boluwatife an experienced Full Stack Developer proficient in ReactJS, Next.js for cutting-edge front-end solutions, and Node.js, PHP, Python for robust back-end architecture. Passionate about test-driven development, continuous learning, and delivering high-performance, data-driven web applications.">
<meta property="og:image" content="https://dave-dev.vercel.app/website.webp">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://dave-dev.vercel.app/">
<meta property="twitter:title" content="Boluwatife David, Full-Stack Developer | Web 3.0">
<meta property="twitter:description" content="Hi, I'm Boluwatife an experienced Full Stack Developer proficient in ReactJS, Next.js for cutting-edge front-end solutions, and Node.js, PHP, Python for robust back-end architecture. Passionate about test-driven development, continuous learning, and delivering high-performance, data-driven web applications.">
<meta property="twitter:image" content="https://dave-dev.vercel.app/website.webp">
<title>Boluwatife David</title>
<style>
img {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
</style>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script type="module" src="/src/index.jsx"></script>
</body>
</html>