-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
174 lines (160 loc) · 5.44 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta
http-equiv="X-UA-Compatible"
content="IE=edge" />
<meta
name="robots"
content="index, follow" />
<meta
name="keywords"
content="Oyelola Victoria, Frontend Developer, Frontend Engineer, Software Developer, Web Developer, UI Designer, Professional Web Developer, Experienced Developer, JavaScript Developer, React Developer, CSS Expert, HTML5, JavaScript, React, Responsive Design, Web Development, Web Design, CSS3, Frontend Development, Software Engineering, Portfolio, Tech Fellowship, AI Projects" />
<meta
name="description"
content="Frontend Engineer experienced with modern technologies including Next.js, TypeScript, React, TailwindCSS, GSAP, and Firebase. I turn ideas into pixel-perfect, accessible, interactive experiences." />
<meta
name="author"
content="Oyelola Victoria | Frontend Engineer" />
<meta
property="og:url"
content="https://oyelolavictoria.dev" />
<meta
property="og:type"
content="website" />
<meta
property="og:title"
content="Oyelola Victoria | Frontend Engineer" />
<meta
property="og:image"
content="https://oyelolavictoria.dev/seo_img.png" />
<meta
name="og:description"
content="Frontend Engineer experienced with modern technologies including Next.js, TypeScript, React, TailwindCSS, GSAP, and Firebase. I turn ideas into pixel-perfect, accessible, interactive experiences." />
<meta
name="twitter:card"
content="summary_large_image" />
<meta
property="twitter:domain"
content="https://oyelolavictoria.dev" />
<meta
property="twitter:url"
content="https://oyelolavictoria.dev" />
<meta
name="twitter:title"
content="Oyelola Victoria | Frontend Engineer" />
<meta
name="twitter:description"
content="Frontend Engineer experienced with modern technologies including Next.js, TypeScript, React, TailwindCSS, GSAP, and Firebase. I turn ideas into pixel-perfect, accessible, interactive experiences." />
<meta
name="twitter:image"
content="https://oyelolavictoria.dev/seo_img.png" />
<link
rel="canonical"
href="https://oyelolavictoria.dev" />
<!-- PRELOADED ASSETS -->
<!-- IMAGES -->
<link
rel="preload"
fetchpriority="high"
href="./src/assets/grid.svg"
as="image"
type="image/svg+xml" />
<link
rel="preload"
fetchpriority="high"
href="./src/assets/noise.svg"
as="image"
type="image/svg+xml" />
<link
rel="preload"
fetchpriority="high"
href="./src/assets/victoria.webp"
as="image"
type="image/svg+xml" />
<!-- FONTS -->
<link
rel="preload"
href="/brown-sugar.otf"
fetchpriority="high"
as="font"
crossorigin="anonymous" />
<link
rel="preload"
href="\brown-sugar.ttf"
fetchpriority="high"
as="font"
crossorigin="anonymous" />
<link
rel="preload"
href="/Satoshi-Variable.ttf"
as="font"
crossorigin="anonymous" />
<link
rel="preload"
href="/Satoshi-Variable.woff"
as="font"
crossorigin="anonymous" />
<link
rel="preload"
href="/Satoshi-Variable.woff2"
as="font"
crossorigin="anonymous" />
<!-- FAVICONS -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png" />
<!-- MANIFEST -->
<link
rel="manifest"
href="/site.webmanifest" />
<!-- TITLE -->
<title>Oyelola Victoria | Frontend Engineer</title>
</head>
<body>
<div id="root"></div>
<form
name="contact"
data-netlify="true"
netlify-honeypot="bot-field"
hidden>
<input
type="hidden"
name="form-name"
value="contact" />
<input
id="firstname"
type="text"
name="firstname" />
<input
id="lastname"
type="text"
name="lastname" />
<input
id="email"
type="email"
name="email" />
<textarea
id="message"
name="message"></textarea>
</form>
<script
type="module"
src="/src/main.tsx"></script>
</body>
</html>