-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
519 lines (475 loc) · 35.3 KB
/
index.html
File metadata and controls
519 lines (475 loc) · 35.3 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
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Kojrey | Accountant to Engineer</title>
<link rel="icon" type="image/x-icon" href="/img/favicon2.png">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KNK06VQ1HN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KNK06VQ1HN');
</script>
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['Inter', 'sans-serif'],
display: ['Space Grotesk', 'sans-serif'],
},
colors: {
'brand-dark': '#1e293b', /* Slate 800 for high contrast text */
'brand-accent': '#2563eb', /* Royal Blue */
'brand-secondary': '#f59e0b', /* Amber/Gold for subtle highlights */
'bg-light': '#ffffff',
'bg-alt': '#f8fafc', /* Slate 50 */
}
}
}
}
</script>
<!-- Google 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@300;400;500;600&family=Space+Grotesk:wght@500;700&display=swap" rel="stylesheet">
<!-- FontAwesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- Custom Styles -->
<link rel="stylesheet" href="styles.css">
</head>
<body class="bg-bg-light text-slate-800 font-sans antialiased selection:bg-brand-accent selection:text-white">
<!-- Navigation -->
<nav class="fixed w-full z-50 bg-white/90 backdrop-blur-md border-b border-slate-100 transition-all duration-300" id="navbar">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-20">
<div class="flex-shrink-0">
<a href="#" class="font-display font-bold text-2xl text-slate-900 tracking-tight hover:text-brand-accent transition-colors">
Kojrey.
</a>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-8">
<a href="#projects" class="text-slate-600 hover:text-slate-900 px-3 py-2 text-sm font-medium transition-colors">Projects</a>
<a href="#about" class="text-slate-600 hover:text-slate-900 px-3 py-2 text-sm font-medium transition-colors">About</a>
<a href="#quals" class="text-slate-600 hover:text-slate-900 px-3 py-2 text-sm font-medium transition-colors">Quals</a>
<a href="#contact" class="bg-slate-900 text-white hover:bg-slate-800 px-5 py-2.5 rounded-full text-sm font-medium transition-all shadow-sm hover:shadow-md">Contact</a>
</div>
</div>
<div class="-mr-2 flex md:hidden">
<button type="button" onclick="document.getElementById('mobile-menu').classList.toggle('hidden')" class="inline-flex items-center justify-center p-2 rounded-md text-slate-400 hover:text-slate-600 focus:outline-none">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="hidden md:hidden bg-white border-t border-slate-100" id="mobile-menu">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#projects" class="text-slate-600 hover:text-slate-900 block px-3 py-2 text-base font-medium">Projects</a>
<a href="#about" class="text-slate-600 hover:text-slate-900 block px-3 py-2 text-base font-medium">About</a>
<a href="#quals" class="text-slate-600 hover:text-slate-900 block px-3 py-2 text-base font-medium">Quals</a>
<a href="#contact" class="text-brand-accent font-medium block px-3 py-2 text-base">Contact</a>
</div>
</div>
</nav>
<main>
<!-- Hero Section -->
<section class="min-h-[90vh] flex items-center justify-center pt-20 relative bg-bg-light">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
<div class="order-2 md:order-1 text-center md:text-left space-y-8 fade-in">
<span class="inline-block text-brand-accent font-medium tracking-wide text-sm uppercase">Portfolio 2026</span>
<h1 class="text-5xl md:text-7xl font-display font-bold leading-tight text-slate-900">
Accounting to <br>
<span class="relative inline-block">
<span class="relative z-10">Software Engineering</span>
<span class="absolute bottom-2 left-0 w-full h-3 bg-brand-accent/20 -z-0"></span>
</span>
</h1>
<p class="text-xl text-slate-600 font-light max-w-lg mx-auto md:mx-0 leading-relaxed">
I'm <strong class="text-slate-900 font-medium">Kojrey</strong>. I bridge the gap between finance and technology. I now build robust software after a background in accounting and finance.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center md:justify-start pt-4">
<a href="#projects" class="px-8 py-3.5 rounded-full bg-slate-900 text-white font-medium hover:bg-slate-800 transition-all shadow-lg shadow-slate-200">
View Work
</a>
<a href="#contact" class="px-8 py-3.5 rounded-full border border-slate-200 text-slate-600 hover:border-slate-400 hover:text-slate-900 transition-all bg-white">
Contact Me
</a>
</div>
</div>
<div class="order-1 md:order-2 flex justify-center relative fade-in" style="animation-delay: 0.2s;">
<div class="relative w-64 h-64 md:w-96 md:h-96 float-animation">
<!-- Abstract shape instead of glow -->
<div class="absolute inset-0 bg-slate-100 rounded-full scale-90 -z-10"></div>
<img src="img/kojrey-memoji.png" alt="Kojrey Memoji" class="relative z-10 w-full h-full object-contain grayscale hover:grayscale-0 transition-all duration-700">
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="py-32 bg-bg-alt">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="mb-20">
<h2 class="text-3xl md:text-4xl font-display font-bold text-slate-900 mb-6">Selected Projects</h2>
<p class="text-slate-500 max-w-2xl font-light text-lg">A collection of work demonstrating my transition into software engineering.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Project Card 1 -->
<div class="group bg-white rounded-xl overflow-hidden border border-slate-100 hover:border-slate-300 transition-all duration-300 hover:shadow-xl hover:shadow-slate-100/50">
<div class="h-64 bg-slate-50 p-4 flex items-center justify-center">
<img
src="img/ethicsOfCare.png"
alt="Ethics of Care website screenshot"
class="w-full h-full object-contain rounded-lg shadow-sm group-hover:scale-[1.02] transition-transform duration-500"
loading="lazy"
>
</div>
<div class="p-8">
<div class="flex justify-between items-start mb-4">
<h4 class="text-xl font-bold text-slate-900">Ethics of Care</h4>
</div>
<p class="text-slate-500 text-sm leading-relaxed mb-6">A simple Django website deployed on PythonAnywhere, for a local social work practice.</p>
<a href="https://www.ethicsofcare.com.au/" class="inline-flex items-center text-sm font-semibold text-slate-900 hover:text-brand-accent transition-colors">
Visit Site <i class="fas fa-arrow-right ml-2 text-xs"></i>
</a>
</div>
</div>
<!-- Project Card 2 -->
<div class="group bg-white rounded-xl overflow-hidden border border-slate-100 hover:border-slate-300 transition-all duration-300 hover:shadow-xl hover:shadow-slate-100/50">
<div class="h-64 bg-slate-50 p-4 flex items-center justify-center">
<img
src="img/betpoll.png"
alt="BetPoll website screenshot"
class="w-full h-full object-contain rounded-lg shadow-sm group-hover:scale-[1.02] transition-transform duration-500"
loading="lazy"
>
</div>
<div class="p-8">
<div class="flex justify-between items-start mb-4">
<h4 class="text-xl font-bold text-slate-900">BetPoll</h4>
</div>
<p class="text-slate-500 text-sm leading-relaxed mb-6">A Django and SQLite-based Australian political polling app, deployed on a DigitalOcean droplet.</p>
<a href="https://betpoll.com.au/" class="inline-flex items-center text-sm font-semibold text-slate-900 hover:text-brand-accent transition-colors">
Visit Site <i class="fas fa-arrow-right ml-2 text-xs"></i>
</a>
</div>
</div>
<!-- Project Card 3 -->
<div class="group bg-white rounded-xl overflow-hidden border border-slate-100 hover:border-slate-300 transition-all duration-300 hover:shadow-xl hover:shadow-slate-100/50">
<div class="h-64 bg-slate-50 flex items-center justify-center group-hover:bg-slate-100 transition-colors">
<i class="fas fa-layer-group text-3xl text-slate-300 group-hover:text-slate-500 transition-colors"></i>
</div>
<div class="p-8">
<div class="flex justify-between items-start mb-4">
<h4 class="text-xl font-bold text-slate-900">Project Name</h4>
<span class="px-3 py-1 bg-slate-100 text-slate-600 text-xs font-medium rounded-full">Coming Soon</span>
</div>
<p class="text-slate-500 text-sm leading-relaxed mb-6">Currently in development. Exploring new frameworks and methodologies.</p>
<a href="#" class="inline-flex items-center text-sm font-semibold text-slate-900 hover:text-brand-accent transition-colors">
View Code <i class="fas fa-arrow-right ml-2 text-xs"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-32 bg-white">
<div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-12 gap-12 items-start">
<div class="md:col-span-4">
<h2 class="text-3xl font-display font-bold text-slate-900 mb-6 sticky top-24">About Me</h2>
</div>
<div class="md:col-span-8 space-y-8">
<div class="prose prose-slate prose-lg text-slate-600">
<p>
I'm a <span class="text-slate-900 font-semibold">former Qualified Accountant (AIPA) and BAS Agent</span> who traded spreadsheets for IDEs. In 2024, I made a pivotal decision to shut down my accounting & bookkeeping firm and dive headfirst into Software Engineering.
</p>
<p>
Currently, I'm pursuing a <span class="text-brand-accent font-medium">Graduate Diploma in IT at the University of New England (UNE)</span>, building a strong foundation in Computer Science.
</p>
</div>
<div class="pt-8 border-t border-slate-100">
<h4 class="text-sm font-bold text-slate-900 uppercase tracking-wide mb-6">Technical Focus</h4>
<div class="flex flex-wrap gap-3">
<span class="px-4 py-2 bg-slate-50 text-slate-700 border border-slate-200 rounded-lg text-sm font-medium hover:border-slate-300 transition-colors">Python</span>
<span class="px-4 py-2 bg-slate-50 text-slate-700 border border-slate-200 rounded-lg text-sm font-medium hover:border-slate-300 transition-colors">SQL & PostgreSQL</span>
<span class="px-4 py-2 bg-slate-50 text-slate-700 border border-slate-200 rounded-lg text-sm font-medium hover:border-slate-300 transition-colors">Django & Web Development</span>
<span class="px-4 py-2 bg-slate-50 text-slate-700 border border-slate-200 rounded-lg text-sm font-medium hover:border-slate-300 transition-colors">AI/ML; Generative AI & CV</span>
<span class="px-4 py-2 bg-slate-50 text-slate-700 border border-slate-200 rounded-lg text-sm font-medium hover:border-slate-300 transition-colors">EVs & Drones</span>
</div>
</div>
<div class="pt-8 border-t border-slate-100 flex items-center gap-4 text-slate-500 text-sm">
<span><i class="fas fa-map-marker-alt mr-2"></i>Based in Australia 🇦🇺</span>
<span><i class="fas fa-passport mr-2"></i>Dual Citizen (AU/IE)</span>
<span><i class="fas fa-dog mr-2"></i>Dog Dad</span>
</div>
</div>
</div>
</div>
</section>
<!-- Qualifications Section -->
<section id="quals" class="py-32 bg-bg-alt">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<!-- Header -->
<div class="mb-16">
<h2 class="text-3xl md:text-4xl font-display font-bold text-slate-900 mb-4">Qualifications</h2>
<p class="text-slate-500 max-w-2xl font-light text-lg">A unique blend of finance expertise and technology skills.</p>
</div>
<!-- Currently Pursuing - Featured Card -->
<div class="mb-12">
<div class="bg-white rounded-xl p-6 md:p-8 border border-slate-200 hover:border-slate-300 hover:shadow-lg hover:shadow-slate-100/50 transition-all duration-300">
<div class="flex items-start gap-5">
<div class="hidden sm:flex w-12 h-12 rounded-lg bg-slate-900 items-center justify-center flex-shrink-0">
<i class="fas fa-graduation-cap text-lg text-white"></i>
</div>
<div class="flex-1">
<div class="flex flex-wrap items-center gap-3 mb-2">
<span class="inline-flex items-center gap-1.5 px-3 py-1 bg-slate-900 text-white text-xs font-medium rounded-full">
<span class="w-1.5 h-1.5 bg-white rounded-full animate-pulse"></span>
IN PROGRESS
</span>
<span class="text-slate-400 text-sm">2024 - Present</span>
</div>
<h3 class="text-xl font-bold text-slate-900 mb-1">Graduate Diploma in Information Technology</h3>
<p class="text-slate-500 mb-3">University of New England (UNE)</p>
<div class="flex flex-wrap gap-2">
<span class="px-3 py-1.5 bg-slate-50 text-slate-600 text-sm rounded-lg border border-slate-100">COSC110 - Intro to Programming & UNIX</span>
<span class="px-3 py-1.5 bg-slate-50 text-slate-600 text-sm rounded-lg border border-slate-100">COSC120 - Object Oriented Programming</span>
</div>
</div>
</div>
</div>
</div>
<!-- Tab Navigation -->
<div class="flex justify-center mb-8">
<div class="inline-flex bg-slate-100 rounded-full p-1">
<button onclick="showTab('tech')" id="tab-tech" class="qual-tab px-5 py-2 rounded-full text-sm font-medium transition-all bg-white text-slate-900 shadow-sm">
<i class="fas fa-code mr-2 text-slate-400"></i>Technology
</button>
<button onclick="showTab('finance')" id="tab-finance" class="qual-tab px-5 py-2 rounded-full text-sm font-medium transition-all text-slate-500 hover:text-slate-700">
<i class="fas fa-chart-line mr-2 text-slate-400"></i>Finance
</button>
</div>
</div>
<!-- Tech Qualifications Grid -->
<div id="panel-tech" class="qual-panel">
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<!-- Tech Cards -->
<div class="group bg-white hover:shadow-md border border-slate-100 hover:border-slate-200 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start justify-between mb-2">
<span class="px-2 py-0.5 bg-slate-100 text-slate-600 text-xs font-medium rounded">Blockchain</span>
<span class="text-slate-400 text-sm">2024</span>
</div>
<h4 class="text-base font-semibold text-slate-900 mb-1 group-hover:text-slate-700 transition-colors">Cyfrin Updraft: Blockchain Basics</h4>
<p class="text-slate-500 text-sm">Smart contract development fundamentals</p>
</div>
<div class="group bg-white hover:shadow-md border border-slate-100 hover:border-slate-200 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start justify-between mb-2">
<span class="px-2 py-0.5 bg-slate-100 text-slate-600 text-xs font-medium rounded">Blockchain</span>
<span class="text-slate-400 text-sm">2024</span>
</div>
<h4 class="text-base font-semibold text-slate-900 mb-1 group-hover:text-slate-700 transition-colors">Chainlink Bootcamp</h4>
<p class="text-slate-500 text-sm">Oracle integration & decentralized services</p>
</div>
<div class="group bg-white hover:shadow-md border border-slate-100 hover:border-slate-200 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start justify-between mb-2">
<span class="px-2 py-0.5 bg-slate-100 text-slate-600 text-xs font-medium rounded">APIs</span>
<span class="text-slate-400 text-sm">2022</span>
</div>
<h4 class="text-base font-semibold text-slate-900 mb-1 group-hover:text-slate-700 transition-colors">Postman - Intro to APIs</h4>
<p class="text-slate-500 text-sm">Coursera Project</p>
</div>
<div class="group bg-white hover:shadow-md border border-slate-100 hover:border-slate-200 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start justify-between mb-2">
<span class="px-2 py-0.5 bg-slate-100 text-slate-600 text-xs font-medium rounded">Blockchain</span>
<span class="text-slate-400 text-sm">2018</span>
</div>
<h4 class="text-base font-semibold text-slate-900 mb-1 group-hover:text-slate-700 transition-colors">IBM Blockchain Foundation</h4>
<p class="text-slate-500 text-sm">Coursera - Developer fundamentals</p>
</div>
<div class="group bg-white hover:shadow-md border border-slate-100 hover:border-slate-200 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start justify-between mb-2">
<span class="px-2 py-0.5 bg-slate-100 text-slate-600 text-xs font-medium rounded">Programming</span>
<span class="text-slate-400 text-sm">2014</span>
</div>
<h4 class="text-base font-semibold text-slate-900 mb-1 group-hover:text-slate-700 transition-colors">UTS: Programming Fundamentals</h4>
<p class="text-slate-500 text-sm">48023 - Autumn semester</p>
</div>
<div class="group bg-white hover:shadow-md border border-slate-100 hover:border-slate-200 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start justify-between mb-2">
<span class="px-2 py-0.5 bg-slate-100 text-slate-600 text-xs font-medium rounded">Infrastructure</span>
<span class="text-slate-400 text-sm">2009</span>
</div>
<h4 class="text-base font-semibold text-slate-900 mb-1 group-hover:text-slate-700 transition-colors">UTS: Networking Essentials</h4>
<p class="text-slate-500 text-sm">31270 - Autumn semester</p>
</div>
<div class="group bg-white hover:shadow-md border border-slate-100 hover:border-slate-200 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start justify-between mb-2">
<span class="px-2 py-0.5 bg-slate-100 text-slate-600 text-xs font-medium rounded">Data</span>
<span class="text-slate-400 text-sm">2008</span>
</div>
<h4 class="text-base font-semibold text-slate-900 mb-1 group-hover:text-slate-700 transition-colors">UTS: Database Fundamentals</h4>
<p class="text-slate-500 text-sm">31271 - Spring semester</p>
</div>
<div class="group bg-white hover:shadow-md border border-slate-100 hover:border-slate-200 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start justify-between mb-2">
<span class="px-2 py-0.5 bg-slate-100 text-slate-600 text-xs font-medium rounded">Communication</span>
<span class="text-slate-400 text-sm">2007</span>
</div>
<h4 class="text-base font-semibold text-slate-900 mb-1 group-hover:text-slate-700 transition-colors">UTS: Communication for IT Professionals</h4>
<p class="text-slate-500 text-sm">31265 - Autumn semester</p>
</div>
</div>
</div>
<!-- Finance Qualifications Grid -->
<div id="panel-finance" class="qual-panel hidden">
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<!-- Degree - Featured -->
<div class="md:col-span-2 group bg-white hover:shadow-md border border-slate-200 hover:border-slate-300 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start gap-4">
<div class="w-10 h-10 rounded-lg bg-slate-100 flex items-center justify-center flex-shrink-0">
<i class="fas fa-award text-lg text-slate-600"></i>
</div>
<div>
<div class="flex items-center gap-3 mb-1">
<span class="px-2 py-0.5 bg-slate-900 text-white text-xs font-medium rounded">DEGREE</span>
<span class="text-slate-400 text-sm">2016</span>
</div>
<h4 class="text-lg font-bold text-slate-900 mb-1">Bachelor of Business</h4>
<p class="text-slate-600 text-sm mb-1">University of Technology Sydney - Distinction</p>
<p class="text-slate-500 text-sm">Accounting major, IT sub-major</p>
</div>
</div>
</div>
<!-- CFA Card -->
<div class="group bg-white hover:shadow-md border border-slate-100 hover:border-slate-200 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start justify-between mb-2">
<span class="px-2 py-0.5 bg-slate-100 text-slate-600 text-xs font-medium rounded">CFA</span>
<span class="text-slate-400 text-sm">2018</span>
</div>
<h4 class="text-base font-semibold text-slate-900 mb-1 group-hover:text-slate-700 transition-colors">CFA Level 1 Exam</h4>
<p class="text-slate-900 text-sm font-medium mb-1">Passed >90th percentile</p>
<p class="text-slate-500 text-xs">Portfolio Management, Alternative Investments & Derivatives</p>
</div>
<!-- Grad Cert Card -->
<div class="group bg-white hover:shadow-md border border-slate-100 hover:border-slate-200 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start justify-between mb-2">
<span class="px-2 py-0.5 bg-slate-100 text-slate-600 text-xs font-medium rounded">Graduate Cert</span>
<span class="text-slate-400 text-sm">2018</span>
</div>
<h4 class="text-base font-semibold text-slate-900 mb-1 group-hover:text-slate-700 transition-colors">Graduate Certificate in Financial Planning</h4>
<p class="text-slate-500 text-sm mb-1">Kaplan Professional</p>
<p class="text-slate-500 text-xs">Financial Planning, Superannuation, Insurance</p>
</div>
<!-- RG146 Card -->
<div class="group bg-white hover:shadow-md border border-slate-100 hover:border-slate-200 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start justify-between mb-2">
<span class="px-2 py-0.5 bg-slate-100 text-slate-600 text-xs font-medium rounded">License</span>
<span class="text-slate-400 text-sm">2020</span>
</div>
<h4 class="text-base font-semibold text-slate-900 mb-1 group-hover:text-slate-700 transition-colors">RG146 CFA Gap Program</h4>
<p class="text-slate-500 text-sm mb-1">Financial Education Professional</p>
<p class="text-slate-500 text-xs">Securities, Derivatives, Managed Investments, FX</p>
</div>
<!-- BAS Agent Card -->
<div class="group bg-white hover:shadow-md border border-slate-100 hover:border-slate-200 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start justify-between mb-2">
<span class="px-2 py-0.5 bg-slate-100 text-slate-600 text-xs font-medium rounded">Registration</span>
<span class="text-slate-400 text-sm">2020</span>
</div>
<h4 class="text-base font-semibold text-slate-900 mb-1 group-hover:text-slate-700 transition-colors">Registered BAS Agent</h4>
<p class="text-slate-500 text-sm">Tax Practitioners Board</p>
</div>
<!-- Xero Card -->
<div class="group bg-white hover:shadow-md border border-slate-100 hover:border-slate-200 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start justify-between mb-2">
<span class="px-2 py-0.5 bg-slate-100 text-slate-600 text-xs font-medium rounded">Software</span>
<span class="text-slate-400 text-sm">2020</span>
</div>
<h4 class="text-base font-semibold text-slate-900 mb-1 group-hover:text-slate-700 transition-colors">Certified Xero Advisor</h4>
<p class="text-slate-500 text-sm">Cloud accounting certification</p>
</div>
<!-- QuickBooks Card -->
<div class="group bg-white hover:shadow-md border border-slate-100 hover:border-slate-200 rounded-xl p-5 transition-all duration-300">
<div class="flex items-start justify-between mb-2">
<span class="px-2 py-0.5 bg-slate-100 text-slate-600 text-xs font-medium rounded">Software</span>
<span class="text-slate-400 text-sm">2020</span>
</div>
<h4 class="text-base font-semibold text-slate-900 mb-1 group-hover:text-slate-700 transition-colors">Certified QuickBooks Online ProAdvisor</h4>
<p class="text-slate-500 text-sm">Advanced certification</p>
</div>
</div>
</div>
</div>
</section>
<script>
function showTab(tab) {
// Hide all panels
document.querySelectorAll('.qual-panel').forEach(panel => panel.classList.add('hidden'));
// Remove active state from all tabs
document.querySelectorAll('.qual-tab').forEach(t => {
t.classList.remove('bg-white', 'text-slate-900', 'shadow-sm');
t.classList.add('text-slate-500');
});
// Show selected panel
document.getElementById('panel-' + tab).classList.remove('hidden');
// Activate selected tab
const activeTab = document.getElementById('tab-' + tab);
activeTab.classList.add('bg-white', 'text-slate-900', 'shadow-sm');
activeTab.classList.remove('text-slate-500');
}
</script>
<!-- Contact Section -->
<section id="contact" class="py-32 bg-white">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-4xl font-display font-bold text-slate-900 mb-8">Get in Touch</h2>
<p class="text-xl text-slate-500 font-light mb-12">Open to new opportunities in software engineering.</p>
<div class="flex flex-wrap justify-center gap-6 mb-16">
<a href="https://github.com/axel-t81" target="_blank" class="flex items-center gap-3 px-6 py-3 bg-slate-50 border border-slate-200 rounded-xl text-[#24292e] hover:border-[#24292e] hover:bg-[#24292e] hover:text-white transition-all">
<i class="fab fa-github text-xl"></i> GitHub
</a>
<a href="https://www.linkedin.com/in/axeltracy" target="_blank" class="flex items-center gap-3 px-6 py-3 bg-slate-50 border border-slate-200 rounded-xl text-[#0077b5] hover:border-[#0077b5] hover:bg-[#0077b5] hover:text-white transition-all">
<i class="fab fa-linkedin-in text-xl"></i> LinkedIn
</a>
<a href="https://x.com/kojrey_codes" target="_blank" class="flex items-center gap-3 px-6 py-3 bg-slate-50 border border-slate-200 rounded-xl text-black hover:border-black hover:bg-black hover:text-white transition-all">
<i class="fa-brands fa-x-twitter text-xl"></i> X
</a>
<a href="https://huggingface.co/kojrey" target="_blank" class="flex items-center gap-3 px-6 py-3 bg-slate-50 border border-slate-200 rounded-xl text-[#FF9D00] hover:border-[#FF9D00] hover:bg-[#FF9D00] hover:text-white transition-all">
<span class="text-xl">🤗</span> HuggingFace
</a>
</div>
<div class="bg-slate-50 rounded-2xl border border-slate-100 p-2 max-w-2xl mx-auto shadow-inner">
<div class="calendly-inline-widget w-full h-[600px]" data-url="https://calendly.com/kojrey-kojreycodes/30min?hide_event_type_details=1&hide_gdpr_banner=1"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
</div>
</div>
</section>
</main>
<footer class="bg-white py-12 border-t border-slate-100">
<div class="max-w-4xl mx-auto px-4 text-center">
<p class="text-slate-400 text-sm">
© 2026 Kojrey. All rights reserved.
</p>
</div>
</footer>
<script>
// Smooth scroll and mobile menu
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
</script>
</body>
</html>