-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
129 lines (127 loc) · 5.69 KB
/
Copy pathindex.html
File metadata and controls
129 lines (127 loc) · 5.69 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="canonical" href="https://yinkavaughan.me/" />
<!-- maximum-scale removed: it blocked pinch-zoom which is an a11y
violation. The portrait body is overflow: hidden + touch-
action: none so the user can't actually pinch-zoom-scroll the
page anyway, but the meta-zoom restriction itself was the
audit flag. -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta
name="description"
content="Interactive 3D portfolio of Olayinka David Vaughan — quant systems and full-stack engineer at Wesleyan. Trading bots, custom matching engines, shipped products."
/>
<meta name="author" content="Olayinka Vaughan" />
<meta property="og:title" content="Olayinka Vaughan — Quant Systems & Full-Stack Engineer" />
<meta
property="og:description"
content="Interactive 3D portfolio of Olayinka David Vaughan — quant systems and full-stack engineer at Wesleyan. Trading bots, custom matching engines, shipped products."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://yinkavaughan.me/" />
<meta property="og:image" content="https://yinkavaughan.me/og-card.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="An isometric 3D server room with neon cyan and magenta cables, glowing rack-mounted LED strips, and a curved central monitor — the homepage of Olayinka Vaughan's interactive portfolio."
/>
<!-- og:video is honoured by Facebook and (with the right tags) a few
other unfurlers; LinkedIn / Slack / Twitter fall back to og:image.
The mp4 is the same hero demo that ships in the README. -->
<meta property="og:video" content="https://yinkavaughan.me/demo.mp4" />
<meta property="og:video:secure_url" content="https://yinkavaughan.me/demo.mp4" />
<meta property="og:video:type" content="video/mp4" />
<meta property="og:video:width" content="1920" />
<meta property="og:video:height" content="1080" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Olayinka Vaughan — Quant Systems & Full-Stack Engineer" />
<meta
name="twitter:description"
content="Interactive 3D portfolio of Olayinka David Vaughan — quant systems and full-stack engineer at Wesleyan. Trading bots, custom matching engines, shipped products."
/>
<meta name="twitter:image" content="https://yinkavaughan.me/og-card.jpg" />
<meta name="theme-color" content="#0a0a12" />
<title>Olayinka Vaughan</title>
<!-- Structured data for LLM agents and search engines. The body of
this script is REPLACED at build/dev time by injectStructuredData()
in vite.config.ts with the full @graph (ProfilePage + Person +
ItemList + one SoftwareSourceCode/SoftwareApplication node per
project) generated by buildStructuredDataJSON() in
src/utils/semanticHtml.ts. The placeholder below is overwritten in
the served output and is intentionally not valid JSON-LD on its own
— keep the opening tag exactly as-is; the plugin keys off it. -->
<script type="application/ld+json">
/* generated at build time — see src/utils/semanticHtml.ts */
</script>
</head>
<body>
<div id="root"></div>
<noscript>
<main
style="
padding: 32px;
max-width: 720px;
margin: 0 auto;
font-family:
system-ui,
-apple-system,
sans-serif;
color: #e6e9f2;
background: #06060c;
min-height: 100vh;
"
>
<h1>Olayinka David Vaughan</h1>
<p>
Quant systems and full-stack engineer. Economics major declaring Computer Science in fall
2026 at Wesleyan University. Based in Middletown, Connecticut.
</p>
<p>
This portfolio is an interactive 3D site that requires JavaScript. You can reach me
directly:
</p>
<ul>
<li>
Email:
<a href="mailto:vaughanolayinka@gmail.com" style="color: #4cf2ff"
>vaughanolayinka@gmail.com</a
>
</li>
<li>
GitHub:
<a href="https://github.com/Builder106" style="color: #4cf2ff">github.com/Builder106</a>
</li>
<li>
LinkedIn:
<a href="https://www.linkedin.com/in/yinka-vaughan/" style="color: #4cf2ff"
>linkedin.com/in/yinka-vaughan</a
>
</li>
<li>
Resume: <a href="/Olayinka_Vaughan_Resume.pdf" style="color: #4cf2ff">Download PDF</a>
</li>
</ul>
</main>
</noscript>
<script type="module" defer src="/src/main.tsx"></script>
<!--
Cloudflare Web Analytics — real-user Core Web Vitals (LCP / INP /
CLS) + pageviews for the live site. Complements the Lighthouse CI
lab data: Lighthouse catches build-time regressions, CWA shows
what actual visitors on actual devices experience. Cookieless, no
consent banner needed. Dashboard:
dash.cloudflare.com/?to=/:account/web-analytics
-->
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "fabd15e75373473ca21e21b3214a1862"}'
></script>
</body>
</html>