-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
590 lines (522 loc) · 33.6 KB
/
index.html
File metadata and controls
590 lines (522 loc) · 33.6 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
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kartik Jassal - Space Engineering Portfolio</title>
<meta name="description" content="Portfolio of Kartik Jassal, Space Engineering student specializing in space robotics, on-orbit servicing, and advanced engineering systems." />
<link rel="stylesheet" href="css/main.css" />
<link rel="icon" type="image/svg+xml" href="assets/favicon/favicon.svg" />
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png" />
<link rel="icon" href="assets/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png" />
<link rel="manifest" href="assets/favicon/site.webmanifest" />
</head>
<body>
<!-- ============================================================
BACKGROUND LAYERS
============================================================ -->
<canvas id="starfield" aria-hidden="true"></canvas>
<div id="orbital-overlay" aria-hidden="true"></div>
<!-- ============================================================
MOBILE NAV OVERLAY
============================================================ -->
<nav id="mobile-nav" class="mobile-nav" aria-label="Mobile navigation">
<a href="#about">About</a>
<a href="#experience">Experience</a>
<a href="#education">Education</a>
<a href="#achievements">Achievements</a>
<a href="#showcase">Showcase</a>
<a href="#reflection">Reflection</a>
<a href="#connect">Connect</a>
<!-- PLACEHOLDER: Replace {{LINKEDIN_URL}} -->
<a href="https://www.linkedin.com/in/kartikjassal/" target="_blank" rel="noopener" style="color:var(--cyan)">LinkedIn ↗</a>
</nav>
<!-- ============================================================
HEADER
============================================================ -->
<header id="site-header" role="banner">
<div class="header-inner">
<!-- PLACEHOLDER: Replace {{INITIALS}} e.g. "AK" -->
<a href="index.html" class="header-initials" aria-label="Home">
KJ<span class="accent">.</span>
</a>
<nav class="header-nav" aria-label="Primary navigation">
<a href="#about">About</a>
<a href="#experience">Experience</a>
<a href="#education">Education</a>
<a href="#achievements">Achievements</a>
<a href="#showcase">Showcase</a>
<a href="#reflection">Reflection</a>
<a href="#connect">Connect</a>
</nav>
<!-- PLACEHOLDER: Replace {{LINKEDIN_URL}} -->
<a href="https://www.linkedin.com/in/kartikjassal/" target="_blank" rel="noopener" class="header-linkedin" aria-label="LinkedIn profile">
<svg width="13" height="13" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg>
LinkedIn
</a>
<button id="hamburger" class="hamburger" aria-label="Open navigation" aria-expanded="false">
<span></span><span></span><span></span>
</button>
</div>
</header>
<!-- ============================================================
HERO
============================================================ -->
<section id="hero" aria-label="Introduction">
<div class="container">
<div class="hero-grid">
<!-- LEFT: Text -->
<div class="hero-left">
<!-- PLACEHOLDER: Update system ID line -->
<div class="hero-system-id">
<span>SPC-ENG // PORTFOLIO</span>
<span class="id-amber">SYS.ACTIVE</span>
</div>
<!-- PLACEHOLDER: Replace {{FULL_NAME}} e.g. "Alex Kim" -->
<h1 class="hero-name">Kartik Jassal</h1>
<!-- PLACEHOLDER: Replace {{TITLE_OR_HEADLINE}} e.g. "Space Robotics · On-Orbit Systems" -->
<p class="hero-title"><span class="hl">Space Robotics and Systems Engineering</span></p>
<!-- PLACEHOLDER: Replace {{SHORT_INTRO}} with 2-3 sentences -->
<p class="hero-intro">I am a Space Engineering student building a portfolio around robotics, technical communication, and systems thinking. This site brings together coursework, research, and reflection to show how I approach engineering problems and how I communicate them to different audiences.</p>
<div class="hero-ctas">
<!-- PLACEHOLDER: Replace {{LINKEDIN_URL}} -->
<a href="https://www.linkedin.com/in/kartikjassal/" target="_blank" rel="noopener" class="btn btn-primary">
<svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg>
LinkedIn
</a>
<!-- PLACEHOLDER: Replace {{GITHUB_URL}} -->
<a href="https://github.com/jazzhatcoder" target="_blank" rel="noopener" class="btn btn-outline">
<svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
GitHub
</a>
<!-- PLACEHOLDER: Replace {{RESUME_URL}} -->
<a href="https://drive.google.com/file/d/17bOKMBIG_i7pZanthaqwrjrVUTMx58RQ/view?usp=drive_link" target="_blank" rel="noopener" class="btn btn-outline">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14,2 14,8 20,8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/></svg>
Resume
</a>
<a href="#connect" class="btn btn-ghost">Contact</a>
</div>
</div>
<!-- RIGHT: Image + decorations -->
<div class="hero-image-wrap">
<!-- Orbital rings around image -->
<div class="orbital-ring orbital-1" aria-hidden="true"></div>
<div class="orbital-ring orbital-2" aria-hidden="true"></div>
<div class="hero-image-frame">
<!-- HUD corner brackets -->
<div class="hud-bracket tl" aria-hidden="true"></div>
<div class="hud-bracket tr" aria-hidden="true"></div>
<div class="hud-bracket bl" aria-hidden="true"></div>
<div class="hud-bracket br" aria-hidden="true"></div>
<img src="assets/images/profile.jpg" alt="Portrait of Kartik Jassal" />
</div>
<!-- Telemetry  decorative vertical readout (cosmetic) -->
<div class="hero-telemetry" aria-hidden="true">
<div class="hero-telem-item">ORBIT<span class="val">LEO</span></div>
<div class="hero-telem-item">ALT<span class="val">401 km</span></div>
<div class="hero-telem-item">INC<span class="val">5.7°</span></div>
</div>
<!-- Status badge -->
<div class="hero-status" aria-hidden="true">
<div class="hero-status-row">
<span class="status-dot"></span>
<span>Systems Active</span>
</div>
<div class="hero-status-row">
<span class="status-dot amber"></span>
<!-- PLACEHOLDER: Update with expected graduation, e.g. "Grad. 2026" -->
<span>Grad. 2029</span>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="section-divider" aria-hidden="true"></div>
<!-- ============================================================
ABOUT
============================================================ -->
<section id="about">
<div class="container">
<div class="section-header reveal">
<div class="section-eyebrow">
<span class="section-index">01 /</span>
<span class="section-label">Who I Am</span>
</div>
<h2 class="section-title">About</h2>
</div>
<div class="about-grid">
<div class="about-text reveal">
<p>My work sits at the intersection of robotics, systems engineering, and human spaceflight, with a particular interest in how on-orbit servicing can make future space operations more sustainable, resilient, and scalable.</p>
<p>Beyond coursework, I enjoy research, prototyping, and translating technical ideas into clear narratives for classmates, mentors, and future employers. Outside engineering, I recharge through rock climbing and logic puzzles, both of which reinforce the patience and problem-solving mindset I bring into technical work.</p>
<div class="about-traits">
<span class="trait-tag">Space Robotics</span>
<span class="trait-tag">On-Orbit Servicing</span>
<span class="trait-tag">Systems Engineering</span>
<span class="trait-tag">GN&C</span>
<span class="trait-tag">Technical Writing</span>
<span class="trait-tag">Mission Design</span>
<span class="trait-tag">Python / MATLAB</span>
<span class="trait-tag">CAD / SolidWorks</span>
</div>
</div>
<div class="about-sidebar">
<!-- PLACEHOLDER: Update stats with real numbers -->
<div class="about-stat reveal">
<div class="stat-num">2029</div>
<div class="stat-label">Expected Graduation</div>
</div>
<div class="about-stat reveal">
<div class="stat-num">4</div>
<div class="stat-label">Showcase Pieces</div>
</div>
<div class="about-stat reveal">
<div class="stat-num">3</div>
<div class="stat-label">ENG2003 Pieces</div>
</div>
</div>
</div>
</div>
</section>
<div class="section-divider" aria-hidden="true"></div>
<!-- ============================================================
EXPERIENCE
============================================================ -->
<section id="experience">
<div class="container">
<div class="section-header reveal">
<div class="section-eyebrow">
<span class="section-index">02 /</span>
<span class="section-label">Work & Research</span>
</div>
<h2 class="section-title">Experience</h2>
</div>
<div class="exp-timeline">
<!--
PLACEHOLDER: Replace each exp-item with your real experience.
Update onclick href to matching detail page.
-->
<div class="exp-item reveal" onclick="window.location='pages/exp-research.html'" role="button" tabindex="0" aria-label="View research experience details">
<div class="exp-date">May 2025 - Present</div>
<div class="exp-role">Undergraduate Researcher</div>
<div class="exp-org">Astronautics and Robotics Laboratory (ASTRO Lab)</div>
<div class="exp-desc">My research focuses on developing a hardware-in-the-loop experimental platform to emulate light curve analysis for determining the rotation of asteroids and space debris. By combining simulation, actuation, and optical sensing, I investigate how laboratory-based systems can replicate and validate space-based observation methods.</div>
</div>
<div class="exp-item reveal" onclick="window.location='pages/exp-mentorship.html'" role="button" tabindex="0" aria-label="View details">
<div class="exp-date">May 2025 - Sept 2025</div>
<div class="exp-role">Prototyping Lab Mentor</div>
<div class="exp-org">Lassonde School of Engineering, York University</div>
<div class="exp-desc">As a Prototyping Lab Mentor, I support students in turning ideas into physical projects by guiding them in 3D modeling, 3D printing, and safe use of prototyping tools. This role has strengthened my ability to troubleshoot technical challenges, communicate clearly, and help others bring designs from concept to creation.</div>
</div>
<div class="exp-item reveal" onclick="window.location='pages/exp-club.html'" role="button" tabindex="0" aria-label="View extracurricular details">
<div class="exp-date">Nov 2024 - Present</div>
<div class="exp-role">Systems Lead, York University Robotics Society</div>
<div class="exp-org">Lassonde School of Engineering, York University</div>
<div class="exp-desc">As a member of the York University Robotics Society, I contribute to hands-on robotics projects that strengthen my skills in design, problem-solving, and multidisciplinary teamwork. Through this role, I continue to grow my experience in building and refining robotic systems while collaborating with others in a fast-paced technical environment.</div>
</div>
</div>
</div>
</section>
<div class="section-divider" aria-hidden="true"></div>
<!-- ============================================================
EDUCATION
============================================================ -->
<section id="education">
<div class="container">
<div class="section-header reveal">
<div class="section-eyebrow">
<span class="section-index">03 /</span>
<span class="section-label">Academic Background</span>
</div>
<h2 class="section-title">Education</h2>
</div>
<div class="edu-grid">
<div class="card reveal" onclick="window.location='pages/edu-degree.html'" role="button" tabindex="0" aria-label="View degree details">
<div class="card-top">
<div class="card-icon" aria-hidden="true">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 10v6M2 10l10-5 10 5-10 5z"/><path d="M6 12v5c3 3 9 3 12 0v-5"/></svg>
</div>
<svg class="card-arrow" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M7 17L17 7M17 7H7M17 7v10"/></svg>
</div>
<div class="card-meta">Sept 2024 - Apr 2029</div>
<div class="card-title">B.Eng., Spec. Hons. Space Engineering</div>
<div class="card-desc">Lassonde School of Engineering, York University</div>
</div>
<div class="card reveal" onclick="window.location='pages/edu-courses.html'" role="button" tabindex="0" aria-label="View relevant coursework">
<div class="card-top">
<div class="card-icon" aria-hidden="true">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/></svg>
</div>
<svg class="card-arrow" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M7 17L17 7M17 7H7M17 7v10"/></svg>
</div>
<div class="card-meta">Relevant Coursework</div>
<div class="card-title">Core Engineering Studies</div>
<div class="card-desc">Key coursework includes Space Systems Engineering (ESSE 2361), which introduces spacecraft design from concept to launch, alongside core technical subjects like Dynamics, Electricity and Magnetism, and Differential Equations.</div>
</div>
</div>
</div>
</section>
<div class="section-divider" aria-hidden="true"></div>
<!-- ============================================================
KEY ACHIEVEMENTS
============================================================ -->
<section id="achievements">
<div class="container">
<div class="section-header reveal">
<div class="section-eyebrow">
<span class="section-index">04 /</span>
<span class="section-label">Milestones</span>
</div>
<h2 class="section-title">Key Achievements</h2>
</div>
<div class="achievements-grid">
<!-- PLACEHOLDER: Update emoji, title, desc, and detail page links -->
<div class="achievement-card reveal" onclick="window.location='pages/achievement-1.html'" role="button" tabindex="0">
<div class="achievement-icon"></div>
<div>
<div class="achievement-title">Ontario Professional Engineers Foundation for Education Undergraduate Scholarship</div>
<div class="achievement-desc">Received for academic excellence and commitment to engineering education.</div>
</div>
</div>
<div class="achievement-card reveal" onclick="window.location='pages/achievement-2.html'" role="button" tabindex="0">
<div class="achievement-icon"></div>
<div>
<div class="achievement-title">Enbridge Engineering Scholarship</div>
<div class="achievement-desc">Received for outstanding academic performance and leadership in engineering studies.</div>
</div>
</div>
<div class="achievement-card reveal" onclick="window.location='pages/achievement-3.html'" role="button" tabindex="0">
<div class="achievement-icon"></div>
<div>
<div class="achievement-title">York University Entrance Scholarship</div>
<div class="achievement-desc">Received for exceptional academic performance in high school.</div>
</div>
</div>
<div class="achievement-card reveal" onclick="window.location='pages/achievement-4.html'" role="button" tabindex="0">
<div class="achievement-icon"></div>
<div>
<div class="achievement-title">BEST (Bergeron Entreprenuers in Science and Technology) Undergraduate Entrance Award</div>
<div class="achievement-desc">Received for exceptional academic performance and leadership in engineering studies.</div>
</div>
</div>
</div>
</div>
</section>
<div class="section-divider" aria-hidden="true"></div>
<!-- ============================================================
SHOWCASE / PROJECTS
============================================================ -->
<section id="showcase">
<div class="container">
<div class="section-header reveal">
<div class="section-eyebrow">
<span class="section-index">05 /</span>
<span class="section-label">ENG2003 + Communication Work</span>
</div>
<h2 class="section-title">Showcase</h2>
</div>
<p class="section-intro reveal">This portfolio matches the assignment brief directly: three showcase pieces from ENG2003, one additional communication artifact from undergraduate research, and a reflection page that explains how the pieces connect.</p>
<div class="showcase-grid">
<!-- SHOWCASE 1  ENG2003 -->
<div class="showcase-card reveal" onclick="window.location='pages/showcase-1.html'" role="button" tabindex="0" aria-label="View Showcase 1">
<div class="showcase-thumb">
<div class="thumb-grid" aria-hidden="true"></div>
<div class="thumb-crosshair" aria-hidden="true"></div>
<div class="showcase-thumb-placeholder">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" opacity="0.35"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg>
<img src="assets/images/showcase-1-thumb.jpg" alt="Showcase 1 thumbnail" />
</div>
</div>
<div class="showcase-body">
<div class="showcase-category">ENG2003 · Showcase 01</div>
<!-- PLACEHOLDER: Replace {{SHOWCASE_1}} -->
<div class="showcase-title">Cover Letter</div>
<div class="showcase-desc">A targeted aerospace cover letter that frames research, documentation, and teamwork experience for an employer-facing audience.</div>
<div class="showcase-footer">
<span class="showcase-tag">Technical Writing</span>
<svg class="showcase-arrow" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M7 17L17 7M17 7H7M17 7v10"/></svg>
</div>
</div>
</div>
<!-- SHOWCASE 2  ENG2003 -->
<div class="showcase-card reveal" onclick="window.location='pages/showcase-2.html'" role="button" tabindex="0" aria-label="View Showcase 2">
<div class="showcase-thumb">
<div class="thumb-grid" aria-hidden="true"></div>
<div class="thumb-crosshair" aria-hidden="true"></div>
<div class="showcase-thumb-placeholder">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" opacity="0.35"><circle cx="12" cy="12" r="10"/><path d="M12 8v4l3 3"/></svg>
<img src="assets/images/showcase-2-thumb.jpg" alt="Showcase 2 thumbnail" />
</div>
</div>
<div class="showcase-body">
<div class="showcase-category">ENG2003 · Showcase 02</div>
<!-- PLACEHOLDER: Replace {{SHOWCASE_2}} -->
<div class="showcase-title">Group Presentation</div>
<div class="showcase-desc">A collaborative presentation on hybrid energy storage systems that demonstrates audience awareness, visual structure, and oral delivery.</div>
<div class="showcase-footer">
<span class="showcase-tag">Oral Presentation</span>
<svg class="showcase-arrow" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M7 17L17 7M17 7H7M17 7v10"/></svg>
</div>
</div>
</div>
<!-- SHOWCASE 3  ENG2003 -->
<div class="showcase-card reveal" onclick="window.location='pages/showcase-3.html'" role="button" tabindex="0" aria-label="View Showcase 3">
<div class="showcase-thumb">
<div class="thumb-grid" aria-hidden="true"></div>
<div class="thumb-crosshair" aria-hidden="true"></div>
<div class="showcase-thumb-placeholder">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" opacity="0.35"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14,2 14,8 20,8"/></svg>
<img src="assets/images/showcase-3-thumb.jpg" alt="Showcase 3 thumbnail" />
</div>
</div>
<div class="showcase-body">
<div class="showcase-category">ENG2003 · Showcase 03</div>
<!-- PLACEHOLDER: Replace {{SHOWCASE_3}} -->
<div class="showcase-title">Technical Report</div>
<div class="showcase-desc">A systems-level report evaluating space-based solar power through technical evidence, feasibility analysis, and structured argumentation.</div>
<div class="showcase-footer">
<span class="showcase-tag">Report</span>
<svg class="showcase-arrow" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M7 17L17 7M17 7H7M17 7v10"/></svg>
</div>
</div>
</div>
<!-- SHOWCASE 4  Other course / activity -->
<div class="showcase-card reveal" onclick="window.location='pages/showcase-4.html'" role="button" tabindex="0" aria-label="View Showcase 4">
<div class="showcase-thumb">
<div class="thumb-grid" aria-hidden="true"></div>
<div class="thumb-crosshair" aria-hidden="true"></div>
<div class="showcase-thumb-placeholder">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" opacity="0.35"><polygon points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26"/></svg>
<img src="assets/images/showcase-4-thumb.jpg" alt="Showcase 4 thumbnail" />
</div>
</div>
<div class="showcase-body">
<div class="showcase-category">Other Course / Activity · Showcase 04</div>
<!-- PLACEHOLDER: Replace {{SHOWCASE_4}} -->
<div class="showcase-title">Research Poster</div>
<div class="showcase-desc">A research poster from ASTRO Lab that condenses a hardware-in-the-loop light-curve project into a clear visual communication format.</div>
<div class="showcase-footer">
<span class="showcase-tag">Communication</span>
<svg class="showcase-arrow" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M7 17L17 7M17 7H7M17 7v10"/></svg>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="section-divider" aria-hidden="true"></div>
<!-- ============================================================
REFLECTION PREVIEW
============================================================ -->
<section id="reflection">
<div class="container">
<div class="section-header reveal">
<div class="section-eyebrow">
<span class="section-index">06 /</span>
<span class="section-label">ENG2003 · Communication Growth</span>
</div>
<h2 class="section-title">Reflection</h2>
</div>
<div class="reflection-preview reveal">
<div class="reflection-label">Reflection Preview</div>
<!-- PLACEHOLDER: Replace this quote with 1–2 sentences from your actual reflection -->
<p class="reflection-quote">
"ENG2003 showed me that technical communication is not separate from engineering work. It is the discipline that makes analysis usable, decisions defensible, and collaboration possible."
</p>
<a href="pages/reflection.html" class="btn btn-outline">Read Full Reflection</a>
</div>
</div>
</section>
<div class="section-divider" aria-hidden="true"></div>
<!-- ============================================================
PROFESSIONAL LINKS
============================================================ -->
<section id="connect">
<div class="container">
<div class="section-header reveal">
<div class="section-eyebrow">
<span class="section-index">07 /</span>
<span class="section-label">Find Me Online</span>
</div>
<h2 class="section-title">Connect</h2>
</div>
<div class="links-grid">
<!-- PLACEHOLDER: Replace {{LINKEDIN_URL}} -->
<a href="https://www.linkedin.com/in/kartikjassal/" target="_blank" rel="noopener" class="link-card reveal" aria-label="LinkedIn profile">
<div class="link-card-icon" aria-hidden="true">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg>
</div>
<div>
<div class="link-card-label">LinkedIn</div>
<div class="link-card-sub">Professional Profile</div>
</div>
</a>
<!-- PLACEHOLDER: Replace {{GITHUB_URL}} -->
<a href="https://github.com/jazzhatcoder" target="_blank" rel="noopener" class="link-card reveal" aria-label="GitHub">
<div class="link-card-icon" aria-hidden="true">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
</div>
<div>
<div class="link-card-label">GitHub</div>
<div class="link-card-sub">Code & Projects</div>
</div>
</a>
<!-- PLACEHOLDER: Replace {{EMAIL}} -->
<a href="mailto:kartikj@my.yorku.ca" class="link-card reveal" aria-label="Send email">
<div class="link-card-icon" aria-hidden="true">
<svg width="20" height="20" 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>
</div>
<div>
<div class="link-card-label">Email</div>
<!-- PLACEHOLDER: Replace {{EMAIL}} in sub-label too -->
<div class="link-card-sub">kartikj@my.yorku.ca</div>
</div>
</a>
<!-- PLACEHOLDER: Replace {{RESUME_URL}} -->
<a href="https://drive.google.com/file/d/17bOKMBIG_i7pZanthaqwrjrVUTMx58RQ/view?usp=drive_link" target="_blank" rel="noopener" class="link-card reveal" aria-label="Download resume">
<div class="link-card-icon" aria-hidden="true">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14,2 14,8 20,8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/></svg>
</div>
<div>
<div class="link-card-label">Resume</div>
<div class="link-card-sub">Download PDF</div>
</div>
</a>
</div>
</div>
</section>
<!-- ============================================================
FOOTER
============================================================ -->
<footer role="contentinfo">
<div class="container footer-inner">
<!-- PLACEHOLDER: Replace {{INITIALS}} -->
<div class="footer-logo">KJ<span>.</span></div>
<nav class="footer-links" aria-label="Footer navigation">
<a href="#about">About</a>
<a href="#experience">Experience</a>
<a href="#showcase">Showcase</a>
<a href="pages/reflection.html">Reflection</a>
<!-- PLACEHOLDER: Replace {{LINKEDIN_URL}} / {{EMAIL}} -->
<a href="https://www.linkedin.com/in/kartikjassal/" target="_blank" rel="noopener">LinkedIn</a>
<a href="mailto:kartikj@my.yorku.ca">Email</a>
</nav>
<div class="footer-social">
<a href="https://www.linkedin.com/in/kartikjassal/" target="_blank" rel="noopener" aria-label="LinkedIn">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg>
</a>
<a href="https://github.com/jazzhatcoder" target="_blank" rel="noopener" aria-label="GitHub">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
</a>
<a href="mailto:kartikj@my.yorku.ca" aria-label="Email">
<svg width="16" height="16" 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>
</a>
</div>
<!-- PLACEHOLDER: Update {{FULL_NAME}} -->
<p class="footer-copy">© 2026 Kartik Jassal · Engineered for the frontier.</p>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>