-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
464 lines (448 loc) · 23.4 KB
/
index.html
File metadata and controls
464 lines (448 loc) · 23.4 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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Ayo Akindolani - Senior Frontend Engineer specializing in high-performance React applications, real-time systems, and complex UI architecture.">
<meta name="keywords" content="Frontend Engineer, React Developer, TypeScript, JavaScript, UI/UX, Senior Developer">
<meta name="author" content="Ayo Akindolani">
<meta property="og:title" content="Ayo Akindolani | Senior Frontend Engineer">
<meta property="og:description" content="5+ years building high-performance, real-time applications for logistics, energy, and SaaS.">
<meta property="og:type" content="website">
<title>Ayo Akindolani | Senior Frontend Engineer</title>
<!-- 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@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- Particle Canvas -->
<canvas id="particles-canvas"></canvas>
<!-- Navigation -->
<nav>
<div class="container">
<a href="#" class="nav-logo">Ayo</a>
<ul class="nav-links" id="navLinks">
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<a href="assets/Ayo-Akindolani-CV.html" class="nav-cta" target="_blank">My CV</a>
<button class="nav-toggle" id="navToggle" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="hero" id="hero">
<!-- Decorative elements -->
<div class="hero-grid"></div>
<div class="hero-orb hero-orb-1"></div>
<div class="hero-orb hero-orb-2"></div>
<div class="hero-orb hero-orb-3"></div>
<div class="container">
<div class="hero-content">
<span class="hero-label">Available for opportunities...</span>
<h1>
<span class="name">Senior Software </span><span class="accent" data-text="Software Engineer">Engineer</span>
</h1>
<p class="hero-subtitle">
Senior Software Engineer building high-performance, real-time applications.
5+ years crafting complex UI systems, from interactive logistics maps to
enterprise dashboards processing 8,000+ daily operations.
</p>
<div class="hero-cta">
<a href="#contact" class="btn btn-primary">
<span>Get in touch</span>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</a>
<a href="#projects" class="btn btn-secondary">View my work</a>
</div>
</div>
</div>
<!-- Scroll indicator -->
<div class="scroll-indicator">
<span>Scroll</span>
<div class="mouse"></div>
</div>
</section>
<!-- About Section -->
<section class="about" id="about">
<div class="container">
<div class="section-header">
<p class="section-label">about</p>
<h2 class="section-title">Engineering Interfaces That Scale</h2>
</div>
<div class="about-content">
<div class="about-text">
<p>
I am a senior engineer who thrives on complexity. Whether it's orchestrating
real-time dispatch systems for thousands of daily tasks or migrating legacy
codebases to modern React/TypeScript architectures, I focus on building
interfaces that are both performant and maintainable.
</p>
<p>
My work spans logistics, energy, and SaaS—industries where UI performance
directly impacts business outcomes. I have led migrations that cut load times
by 65%, redesigned systems that increased user engagement by 74%, and
mentored teams on sustainable frontend practices.
</p>
<!-- Code Block - Shows technical depth -->
<div class="code-block">
<div class="code-dots">
<span></span>
<span></span>
<span></span>
</div>
<div class="code-content">
<span class="code-line"><span class="code-keyword">const</span> <span class="code-variable">engineer</span> = {</span>
<span class="code-line"> <span class="code-string">focus</span>: <span class="code-string">'Performance & Scalability'</span>,</span>
<span class="code-line"> <span class="code-string">experience</span>: <span class="code-number">5</span>+ years,</span>
<span class="code-line"> <span class="code-string">loves</span>: [<span class="code-string">'React'</span>, <span class="code-string">'TypeScript'</span>, <span class="code-string">'Complex UIs'</span>]</span>
<span class="code-line">};</span>
</div>
</div>
</div>
<div class="about-stats">
<div class="stat-card">
<div class="stat-number">5+</div>
<div class="stat-label">Years Experience</div>
</div>
<div class="stat-card">
<div class="stat-number">8000+</div>
<div class="stat-label">Daily Tasks Handled</div>
</div>
<div class="stat-card">
<div class="stat-number">65%</div>
<div class="stat-label">Faster Load Times</div>
</div>
<div class="stat-card">
<div class="stat-number">10000+</div>
<div class="stat-label">Lines Migrated</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="skills" id="skills">
<div class="container">
<div class="section-header">
<p class="section-label">skills</p>
<h2 class="section-title">Technical Toolkit</h2>
</div>
<div class="skills-grid">
<div class="skill-category">
<h3>Languages</h3>
<div class="skill-tags">
<span class="skill-tag">JavaScript</span>
<span class="skill-tag">TypeScript</span>
<span class="skill-tag">HTML5</span>
<span class="skill-tag">CSS3</span>
<span class="skill-tag">SCSS</span>
</div>
</div>
<div class="skill-category">
<h3>Frameworks</h3>
<div class="skill-tags">
<span class="skill-tag">React</span>
<span class="skill-tag">Vue.js</span>
<span class="skill-tag">Next.js</span>
<span class="skill-tag">Node.js</span>
<span class="skill-tag">Express.js</span>
</div>
</div>
<div class="skill-category">
<h3>UI & Styling</h3>
<div class="skill-tags">
<span class="skill-tag">Tailwind CSS</span>
<span class="skill-tag">Styled Components</span>
<span class="skill-tag">Figma</span>
<span class="skill-tag">Design Systems</span>
</div>
</div>
<div class="skill-category">
<h3>Cloud & DevOps</h3>
<div class="skill-tags">
<span class="skill-tag">AWS Lambda</span>
<span class="skill-tag">Azure DevOps</span>
<span class="skill-tag">REST APIs</span>
<span class="skill-tag">Git</span>
<span class="skill-tag">CI/CD</span>
</div>
</div>
<div class="skill-category">
<h3>Practices</h3>
<div class="skill-tags">
<span class="skill-tag">Agile/Scrum</span>
<span class="skill-tag">TDD</span>
<span class="skill-tag">Code Reviews</span>
<span class="skill-tag">Accessibility</span>
</div>
</div>
<div class="skill-category">
<h3>Specialties</h3>
<div class="skill-tags">
<span class="skill-tag">Google Maps</span>
<span class="skill-tag">HERE Maps</span>
<span class="skill-tag">WebSockets</span>
<span class="skill-tag">Real-time UIs</span>
<span class="skill-tag">Performance</span>
<span class="skill-tag">System Design</span>
</div>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section class="experience" id="experience">
<div class="container">
<div class="section-header">
<p class="section-label">experience</p>
<h2 class="section-title">Career Journey</h2>
</div>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<div class="timeline-header">
<div>
<h3 class="timeline-role">Lead Technical Consultant</h3>
<p class="timeline-company">Northtek Consulting</p>
</div>
<span class="timeline-date">Jan 2025 – Present</span>
</div>
<ul class="timeline-list">
<li>Architect scalable frontend solutions for enterprise clients, defining technology stacks, component systems, and integration patterns</li>
<li>Lead cross-functional engineering teams, driving technical strategy and ensuring alignment between business objectives and technical execution</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<div class="timeline-header">
<div>
<h3 class="timeline-role">Frontend Engineer</h3>
<p class="timeline-company">Wise Systems</p>
</div>
<span class="timeline-date">Nov 2021 – Nov 2024</span>
</div>
<ul class="timeline-list">
<li>Engineered custom UI components processing 8,000+ daily dispatch tasks with zero performance degradation</li>
<li>Designed interactive drag-and-drop dispatch interfaces using HERE Maps, boosting operational agility</li>
<li>Led migration of 10K+ lines from Polymer to React/TypeScript, reducing load times by 65%</li>
<li>Collaborated with cross-functional teams across 4 time zones using Agile methodologies</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<div class="timeline-header">
<div>
<h3 class="timeline-role">Software Engineer</h3>
<p class="timeline-company">Eminent Software</p>
</div>
<span class="timeline-date">Jul 2018 – Nov 2021</span>
</div>
<ul class="timeline-list">
<li>Delivered enterprise applications integrating REST APIs, reusable component libraries, and responsive design systems</li>
<li>Led frontend development for B2B platforms in logistics and energy, increasing user satisfaction by 65%</li>
<li>Mentored junior engineers on code quality, testing, and component architecture best practices</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<div class="timeline-header">
<div>
<h3 class="timeline-role">Software Engineer</h3>
<p class="timeline-company">Robotics Systems</p>
</div>
<span class="timeline-date">Jun 2017 – Jul 2018</span>
</div>
<ul class="timeline-list">
<li>Developed payment automation features and third-party API integrations for fintech products</li>
<li>Redesigned user interfaces applying accessibility and performance best practices, increasing engagement by 74%</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="projects" id="projects">
<div class="container">
<div class="section-header">
<p class="section-label">projects</p>
<h2 class="section-title">Selected Work</h2>
</div>
<div class="projects-grid">
<div class="project-card">
<div class="project-header">
<h3 class="project-name">Interstellar</h3>
<span class="project-client">Wise Systems</span>
</div>
<p class="project-description">
Real-time dispatch and routing platform enabling route optimization for 500+ drivers.
Built with interactive HERE Maps integration and drag-and-drop task management.
</p>
<div class="project-tech">
<span>React</span>
<span>TypeScript</span>
<span>HERE Maps</span>
</div>
</div>
<div class="project-card">
<div class="project-header">
<h3 class="project-name">Docks</h3>
<span class="project-client">ExxonMobil</span>
</div>
<p class="project-description">
Real-time marine dock tracking UI for vessel scheduling and logistics coordination.
Features live updates via WebSockets and complex scheduling visualization.
</p>
<div class="project-tech">
<span>React</span>
<span>WebSockets</span>
<span>REST APIs</span>
</div>
</div>
<div class="project-card">
<div class="project-header">
<h3 class="project-name">NEPAL Admin</h3>
<span class="project-client">Enterprise</span>
</div>
<p class="project-description">
Comprehensive dashboard for oil & gas sales management with advanced reporting,
analytics, and data visualization capabilities.
</p>
<div class="project-tech">
<span>React</span>
<span>REST APIs</span>
<span>D3.js</span>
</div>
</div>
<div class="project-card">
<div class="project-header">
<h3 class="project-name">Media Vault</h3>
<span class="project-client">Oceaneering</span>
</div>
<p class="project-description">
Client-facing media viewer with analytics for offshore energy operations.
Handles large media files with optimized loading and playback.
</p>
<div class="project-tech">
<span>Vue.js</span>
<span>Node.js</span>
<span>Media APIs</span>
</div>
</div>
<div class="project-card">
<div class="project-header">
<h3 class="project-name">Smart Institutions</h3>
<span class="project-client">Engie</span>
</div>
<p class="project-description">
Energy consumption reporting and management platform for institutional clients.
Features interactive data visualizations and automated reporting.
</p>
<div class="project-tech">
<span>React</span>
<span>D3.js</span>
<span>APIs</span>
</div>
</div>
<div class="project-card">
<div class="project-header">
<h3 class="project-name">Dynamic Forward Training</h3>
<span class="project-client">ExxonMobil</span>
</div>
<p class="project-description">
Financial product position insight tool providing real-time analytics
and training simulations for trading operations.
</p>
<div class="project-tech">
<span>React</span>
<span>TypeScript</span>
<span>Charts</span>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="container">
<div class="section-header">
<p class="section-label">contact</p>
<h2 class="section-title">Let's Build Something</h2>
</div>
<div class="contact-content">
<p>
Currently open to new opportunities. Whether you are looking for a senior
frontend engineer or want to discuss a project, I'd love to hear from you.
</p>
<div class="contact-links">
<a href="mailto:akindolaniayoola@gmail.com" class="contact-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/>
<polyline points="22,6 12,13 2,6"/>
</svg>
<span>Email</span>
</a>
<a href="https://linkedin.com/in/ayoakindolani" target="_blank" rel="noopener noreferrer" class="contact-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"/>
<rect x="2" y="9" width="4" height="12"/>
<circle cx="4" cy="4" r="2"/>
</svg>
<span>LinkedIn</span>
</a>
<a href="https://github.com/dolani" target="_blank" rel="noopener noreferrer" class="contact-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/>
</svg>
<span>GitHub</span>
</a>
<a href="https://gitlab.com/ayodolani" target="_blank" rel="noopener noreferrer" class="contact-link">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"/>
</svg>
<span>GitLab</span>
</a>
</div>
<a href="assets/Ayo-Akindolani.pdf" class="btn btn-primary" target="_blank">
<span>Download Resume</span>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
<polyline points="7,10 12,15 17,10"/>
<line x1="12" y1="15" x2="12" y2="3"/>
</svg>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<p>© <span id="currentYear"></span> Ayo Akindolani. All rights reserved.</p>
</div>
</footer>
<script>
document.getElementById('currentYear').textContent = new Date().getFullYear();
</script>
<!-- JavaScript -->
<script src="js/main.js"></script>
</body>
</html>