-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
617 lines (565 loc) · 30.8 KB
/
Copy pathindex.html
File metadata and controls
617 lines (565 loc) · 30.8 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
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Adrian Mehran</title>
<meta
name="description"
content="Adrian Mehran is a Grade 10 student in Nice, France, interested in neuroscience, AI in medicine, leadership, and global health. Explore his CV, research, and projects."
/>
<link rel="canonical" href="https://adrianmehran.github.io/" />
<!-- Structured data (SEO) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Adrian Mehran",
"url": "https://adrianmehran.github.io/",
"image": "https://adrianmehran.github.io/img/adrian_portrait.jpg",
"sameAs": [
"https://github.com/adrianmehran"
],
"jobTitle": "Student",
"address": {
"@type": "PostalAddress",
"addressLocality": "Nice",
"addressCountry": "France"
},
"knowsAbout": [
"Neuroscience",
"Neurosurgery",
"AI in Medicine",
"Global Health",
"Bioethics"
]
}
</script>
<!-- Favicon (browser, mobile, and PWA support) -->
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png" />
<link rel="shortcut icon" href="./favicon/favicon.ico" />
<link rel="manifest" href="./favicon/site.webmanifest" />
<!-- Clean, modern typefaces -->
<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&family=Newsreader:opsz,wght@6..72,500;6..72,600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<a class="skip-link" href="#content" data-i18n="skip">Skip to content</a>
<!-- Top Nav -->
<header class="topbar" role="banner">
<div class="wrap topbar__inner">
<div class="topbar__brandSlot">
<img src="img/logo.png" alt="Logo" class="logo" />
<a class="brand" href="#home" aria-label="Go to top" data-i18n-attr="aria-label:brand.aria">
<span class="brand__name">Adrian Mehran</span>
<span class="brand__tag" data-i18n="brand.tag">Student · Research & Leadership</span>
</a>
</div>
<nav class="nav" aria-label="Primary" data-i18n-attr="aria-label:nav.aria">
<button class="nav__toggle" type="button" aria-expanded="false" aria-controls="navMenu">
<span class="nav__toggleLine"></span>
<span class="nav__toggleLine"></span>
<span class="nav__toggleLine"></span>
<span class="sr-only" data-i18n="nav.openMenu">Open menu</span>
</button>
<div id="navMenu" class="nav__menu">
<div class="nav__sections" aria-label="Page sections">
<a class="nav__link" href="#education" data-i18n="nav.education">Education</a>
<a class="nav__link" href="#research" data-i18n="nav.research">Research</a>
<a class="nav__link" href="#leadership" data-i18n="nav.leadership">Leadership</a>
<a class="nav__link" href="#experience" data-i18n="nav.experience">Experience</a>
<a class="nav__link" href="#honors" data-i18n="nav.honors">Honors</a>
<a class="nav__link" href="#skills" data-i18n="nav.skills">Skills</a>
<a class="nav__link" href="#contact" data-i18n="nav.contact">Contact</a>
</div>
<div class="nav__utilities" aria-label="Site utilities">
<button
class="nav__link nav__langToggle"
type="button"
data-language-toggle
aria-label="Switch language to French"
>
FR
</button>
<a
class="nav__link nav__link--cta nav__link--cv"
href="assets/Adrian_Mehran_CV_Eng.pdf"
target="_blank"
rel="noopener noreferrer"
data-cv-link
data-i18n="nav.download"
>
Download CV
</a>
</div>
</div>
</nav>
</div>
</header>
<main id="content">
<!-- HERO -->
<section id="home" class="hero">
<div class="wrap hero__grid">
<div class="hero__left reveal">
<p class="eyebrow" data-i18n="hero.location">Nice, France</p>
<h1 class="hero__title" data-i18n="hero.title">
Aspiring neurosurgeon building at the intersection of
<span class="accent">medicine</span> and
<span class="accent">technology</span>.
</h1>
<p class="hero__subtitle" data-i18n="hero.subtitle">
Research interests: Neuroscience, Artificial Intelligence in Medicine, Surgical
Innovation, Bioethics, and Global Health.
</p>
<div class="hero__actions">
<a
class="btn btn--primary"
href="assets/Adrian_Mehran_CV_Eng.pdf"
download
data-cv-link
data-i18n="hero.download"
>
Download CV
</a>
<a class="btn btn--ghost" href="#contact" data-i18n="hero.contact">Get in touch</a>
</div>
<div class="hero__meta">
<div class="metaCard">
<div class="metaCard__label" data-i18n="hero.meta.academicLabel">Academic standing</div>
<div class="metaCard__value" data-i18n="hero.meta.academicValue">Ranked 1st in cohort, 7.0/7.0 GPA</div>
</div>
<div class="metaCard">
<div class="metaCard__label" data-i18n="hero.meta.languagesLabel">Languages</div>
<div class="metaCard__value">EN · FR · FA · ES</div>
</div>
</div>
</div>
<aside class="hero__right reveal" aria-label="Profile" data-i18n-attr="aria-label:profile.aria">
<div class="profileCard">
<div class="profileCard__avatar">
<img
class="avatarImg"
src="img/adrian_portrait.jpg"
alt="Portrait of Adrian Mehran"
data-i18n-attr="alt:profile.avatarAlt"
loading="lazy"
/>
</div>
<div class="profileCard__body">
<h2 class="profileCard__name">Adrian Mehran</h2>
<p class="profileCard__role" data-i18n="profile.role">
· Grade 10 IGCSE Student (2024—current)
<br />
· Candidate for IB Diploma Programme (2026—2028)
</p>
<ul class="infoList" aria-label="Contact links" data-i18n-attr="aria-label:profile.contactLinks">
<li class="infoItem">
<span class="infoIcon" aria-hidden="true">
<svg viewBox="0 0 24 24" width="18" height="18" fill="none">
<path
d="M12 21s7-6.1 7-12a7 7 0 1 0-14 0c0 5.9 7 12 7 12Z"
stroke="currentColor"
stroke-width="1.8"
/>
<path
d="M12 11.2a2.2 2.2 0 1 0 0-4.4 2.2 2.2 0 0 0 0 4.4Z"
stroke="currentColor"
stroke-width="1.8"
/>
</svg>
</span>
<span class="infoText" data-i18n="profile.school">International School of Nice, France</span>
</li>
<li class="infoItem">
<span class="infoIcon" aria-hidden="true">
<svg viewBox="0 0 24 24" width="18" height="18" fill="none">
<path
d="M4 7.5A2.5 2.5 0 0 1 6.5 5h11A2.5 2.5 0 0 1 20 7.5v9A2.5 2.5 0 0 1 17.5 19h-11A2.5 2.5 0 0 1 4 16.5v-9Z"
stroke="currentColor"
stroke-width="1.8"
/>
<path
d="m6.5 7.5 5.5 4 5.5-4"
stroke="currentColor"
stroke-width="1.8"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</span>
<a class="infoLink" href="mailto:adrian.mehran11@gmail.com" data-i18n="profile.email">Email</a>
</li>
<li class="infoItem">
<span class="infoIcon" aria-hidden="true">
<svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor">
<path
d="M12 .5C5.73.5.75 5.48.75 11.75c0 4.92 3.19 9.1 7.62 10.58.56.1.76-.24.76-.54v-2c-3.1.67-3.75-1.32-3.75-1.32-.5-1.28-1.23-1.62-1.23-1.62-1-.68.08-.67.08-.67 1.1.08 1.68 1.13 1.68 1.13.98 1.68 2.57 1.2 3.2.92.1-.71.38-1.2.7-1.47-2.47-.28-5.06-1.24-5.06-5.5 0-1.22.43-2.22 1.13-3-.12-.28-.49-1.41.1-2.94 0 0 .92-.29 3.02 1.15.88-.25 1.82-.37 2.75-.38.93 0 1.87.13 2.75.38 2.1-1.44 3.02-1.15 3.02-1.15.59 1.53.22 2.66.1 2.94.7.78 1.13 1.78 1.13 3 0 4.27-2.6 5.22-5.08 5.49.39.34.74 1.02.74 2.06v3.05c0 .3.2.65.77.54 4.43-1.48 7.62-5.66 7.62-10.58C23.25 5.48 18.27.5 12 .5Z"
/>
</svg>
</span>
<a class="infoLink" href="https://github.com/adrianmehran" target="_blank" rel="noreferrer">
GitHub
</a>
</li>
</ul>
<div class="profileCard__links">
<a class="chip" href="https://adrianmehran.github.io/DropByDrop/" target="_blank" rel="noreferrer">
<span data-i18n="profile.dropByDrop">DropByDrop project</span>
</a>
<a class="chip" href="https://www.youtube.com/watch?v=IgIJ4zUXR5Q" target="_blank" rel="noreferrer">
<span data-i18n="profile.ted">TED-Ed talk</span>
</a>
</div>
</div>
</div>
</aside>
</div>
<div class="hero__scroll">
<a href="#education" class="scrollBtn" data-i18n="hero.continue">Continue reading ↓</a>
</div>
</section>
<!-- EDUCATION -->
<section id="education" class="section">
<div class="wrap">
<div class="sectionHeader reveal">
<h2 data-i18n="education.title">Education</h2>
<p data-i18n="education.subtitle">Academic trajectory, results, and leadership roles.</p>
</div>
<div class="grid2">
<article class="card reveal">
<div class="card__top">
<h3 data-i18n="education.igcse.title">IGCSE Programme (Cambridge & Pearson Edexcel)</h3>
<p class="muted" data-i18n="education.igcse.meta">Grade 9-10 · 2024-current</p>
</div>
<ul class="list">
<li data-i18n="education.igcse.item1"><strong>Academic standing:</strong> Ranked 1st in cohort throughout middle & high school.</li>
<li>
<span data-i18n="education.igcse.item2">
<strong>Key results:</strong> Math Extended (A*), Science Double Award (9/9),
Computer Science (A*), English Language & Literature (A*), French First
Language (A*).
</span>
</li>
<li data-i18n="education.igcse.item3"><strong>Acceleration:</strong> Advanced directly from Grade 4 to Grade 6.</li>
<li data-i18n="education.igcse.item4"><strong>Leadership:</strong> Class Representative (Grades 9 & 10).</li>
</ul>
</article>
<article class="card reveal">
<div class="card__top">
<h3 data-i18n="education.ib.title">IB Diploma Programme + American High School Diploma</h3>
<p class="muted" data-i18n="education.ib.meta">Grade 11-12 · 2026-2028</p>
</div>
<p class="body" data-i18n="education.ib.body">
Focusing on building depth in quantitative reasoning and research writing while
sustaining extracurricular leadership and academic projects.
</p>
<div class="callout">
<div class="callout__title" data-i18n="education.ib.subjectsTitle">Subject Choices</div>
<p class="callout__text" data-i18n="education.ib.subjects">
Biology HL, Chemistry HL, Mathematics AA HL, Psychology HL, English A SL, French A SL
</p>
</div>
</article>
</div>
</div>
</section>
<!-- RESEARCH -->
<section id="research" class="section section--tint">
<div class="wrap">
<div class="sectionHeader reveal">
<h2 data-i18n="research.title">Research & Academic Projects</h2>
<p data-i18n="research.subtitle">Selected work at the intersection of healthcare, ethics, and technology.</p>
</div>
<div class="grid3">
<article class="card card--hover reveal">
<div class="pill" data-i18n="research.ai.pill">Independent Research · 2025</div>
<h3 data-i18n="research.ai.title">AI in Medical Diagnosis</h3>
<p class="muted" data-i18n="research.ai.meta">IGCSE Global Perspectives · Nice, France</p>
<ul class="list list--tight">
<li data-i18n="research.ai.item1">Authored a report on AI’s role in medical treatment & diagnosis.</li>
<li data-i18n="research.ai.item2">Achieved a perfect mock score (A*) for research and team-project components.</li>
<li data-i18n="research.ai.item3">Recognized for “forensic precision” and sophisticated analysis.</li>
</ul>
</article>
<article class="card card--hover reveal">
<div class="pill" data-i18n="research.essay.pill">John Locke Institute · 2025</div>
<h3 data-i18n="research.essay.title">Junior Essay Prize</h3>
<p class="muted">Oxford / Remote</p>
<p class="body" data-i18n="research.essay.body">
Wrote <em>“Rethinking Fair Share in a Shared World”</em>, applying ethical theory
to global policy analysis.
</p>
<a class="textLink" href="assets/Adrian_Mehran_John_Locke_Essay_2025.pdf" target="_blank" rel="noreferrer">
<span data-i18n="research.essay.link">Read essay</span> <span aria-hidden="true">→</span>
</a>
</article>
<article class="card card--hover reveal">
<div class="pill" data-i18n="research.ted.pill">TED-Ed · 2021</div>
<h3 data-i18n="research.ted.title">Robotic Surgery Presentation</h3>
<p class="muted" data-i18n="research.ted.meta">Presenter and Speaker · Global</p>
<p class="body" data-i18n="research.ted.body">
Researched and delivered a TED-Ed talk on the future of medicine and robotic
surgery.
</p>
<a class="textLink" href="https://www.youtube.com/watch?v=IgIJ4zUXR5Q" target="_blank" rel="noreferrer">
<span data-i18n="research.ted.link">Watch video</span> <span aria-hidden="true">→</span>
</a>
</article>
</div>
</div>
</section>
<!-- LEADERSHIP -->
<section id="leadership" class="section">
<div class="wrap">
<div class="sectionHeader reveal">
<h2 data-i18n="leadership.title">Leadership & Conferences</h2>
<p data-i18n="leadership.subtitle">Speaking, chairing, and policy leadership.</p>
</div>
<div class="timeline">
<article class="tItem reveal">
<div class="tItem__time">2025</div>
<div class="tItem__content">
<h3 data-i18n="leadership.conference.title">Globeducate Leadership Conference — Presenter and Speaker</h3>
<p class="muted" data-i18n="leadership.conference.meta">Madrid, Spain</p>
<p class="body" data-i18n="leadership.conference.body">
Selected as 1 of 4 students out of 42,000 globally to present on leadership and innovation.
</p>
</div>
</article>
<article class="tItem reveal">
<div class="tItem__time">2025—2026</div>
<div class="tItem__content">
<h3 data-i18n="leadership.mun.title">Globeducate Model United Nations — Head Chair (Security Council)</h3>
<p class="muted" data-i18n="leadership.mun.meta">Nice, France</p>
<ul class="list list--tight">
<li data-i18n="leadership.mun.item1">Awarded “Best Delegate” in the Security Council at GlobeducateMUN 2025.</li>
<li data-i18n="leadership.mun.item2">Served as Head Chair of the Security Council at GlobeducateMUN 2026.</li>
</ul>
</div>
</article>
<article class="tItem reveal">
<div class="tItem__time">2025—2026</div>
<div class="tItem__content">
<h3 data-i18n="leadership.epp.title">European Pupil’s Parliament — Chairperson of the EPP (European People's Party)</h3>
<p class="muted" data-i18n="leadership.epp.meta">European Parliament, Strasbourg, France</p>
<p class="body" data-i18n="leadership.epp.body">Served as Chairperson of the EPP in the ENG/FRA Committee, leading party coordination, directing
legislative amendment work, chairing meetings, and shaping cross-party negotiation strategy.</p>
</div>
</article>
</div>
</div>
</section>
<!-- EXPERIENCE -->
<section id="experience" class="section section--tint">
<div class="wrap">
<div class="sectionHeader reveal">
<h2 data-i18n="experience.title">Experience & Volunteering</h2>
<p data-i18n="experience.subtitle">Clinical exposure, building initiatives, and coaching.</p>
</div>
<div class="grid2">
<article class="card reveal">
<div class="card__top">
<h3 data-i18n="experience.hospital.title">St. George Hospital — Clinical Observation Intern</h3>
<p class="muted" data-i18n="experience.hospital.meta">Nice, France · 2025</p>
</div>
<ul class="list">
<li data-i18n="experience.hospital.item1">Completed a one-week observational internship at a plastic surgeon’s practice.</li>
<li data-i18n="experience.hospital.item2">Observed procedures within the operating block to gain early clinical exposure.</li>
</ul>
</article>
<article class="card reveal">
<div class="card__top">
<h3 data-i18n="experience.water.title">DropByDrop Water Initiative — Founder & Project Lead</h3>
<p class="muted" data-i18n="experience.water.meta">Nice, France · 2025-2026</p>
</div>
<ul class="list">
<li data-i18n="experience.water.item1">Led an interdisciplinary project on water scarcity.</li>
<li data-i18n="experience.water.item2"><strong>Raised 351€</strong> for TeamWater, funding clean water access for 351 individuals.</li>
<li data-i18n="experience.water.item3">Designed and coded a public awareness website (HTML/CSS).</li>
</ul>
<a class="textLink" href="https://adrianmehran.github.io/DropByDrop/" target="_blank" rel="noreferrer">
<span data-i18n="experience.water.link">Visit project</span> <span aria-hidden="true">→</span>
</a>
</article>
<article class="card reveal">
<div class="card__top">
<h3 data-i18n="experience.tennis.title">Tennis Instruction — Volunteer Tennis Coach</h3>
<p class="muted" data-i18n="experience.tennis.meta">Nice Lawn Tennis Club, France · 2025</p>
</div>
<p class="body" data-i18n="experience.tennis.body">
Taught tennis to children for a full year, focusing on skill development,
confidence, and fitness.
</p>
</article>
<article class="card reveal">
<div class="card__top">
<h3 data-i18n="experience.objective.title">Objective</h3>
<p class="muted" data-i18n="experience.objective.meta">Long-term direction</p>
</div>
<p class="body" data-i18n="experience.objective.body">
Aspiring neurosurgeon aiming to combine medical expertise with technological
innovation—bringing analytical depth and interdisciplinary research at the
intersection of medicine and ethics.
</p>
</article>
</div>
</div>
</section>
<!-- HONORS -->
<section id="honors" class="section">
<div class="wrap">
<div class="sectionHeader reveal">
<h2 data-i18n="honors.title">Honors & Distinctions</h2>
<p data-i18n="honors.subtitle">Competitive results and recognitions.</p>
</div>
<div class="grid3">
<article class="statCard reveal">
<div class="statCard__value" data-i18n="honors.bronze.value">Bronze</div>
<div class="statCard__label" data-i18n="honors.bronze.label">Duke of Edinburgh’s International Award (2025)</div>
</article>
<article class="statCard reveal">
<div class="statCard__value" data-i18n="honors.silver.value">Silver</div>
<div class="statCard__label" data-i18n="honors.silver.label">Duke of Edinburgh’s International Award (2026)</div>
</article>
<article class="statCard reveal">
<div class="statCard__value" data-i18n="honors.delegate.value">Best Delegate</div>
<div class="statCard__label" data-i18n="honors.delegate.label">GlobeducateMUN <br> Security Council (2025)</div>
</article>
<article class="statCard reveal">
<div class="statCard__value" data-i18n="honors.caribou.value">Top 5%</div>
<div class="statCard__label" data-i18n="honors.caribou.label">Caribou Math Competition (2020)</div>
</article>
<article class="statCard reveal">
<div class="statCard__value" data-i18n="honors.kangaroo.value">Honor</div>
<div class="statCard__label" data-i18n="honors.kangaroo.label">International Math Kangaroo (2020)</div>
</article>
<article class="statCard reveal">
<div class="statCard__value" data-i18n="honors.tsl.value">Winner</div>
<div class="statCard__label" data-i18n="honors.tsl.label">TSL Essay Competition</div>
</article>
</div>
<div class="subSection reveal">
<h3 data-i18n="honors.athletics.title">Athletics</h3>
<div class="chips">
<span class="chip chip--solid" data-i18n="honors.athletics.item1">Tennis U16 Dept. Championships (Div 1) — Runner-up (2026)</span>
<span class="chip chip--solid" data-i18n="honors.athletics.item2">Tennis U14 Dept. Championships (Div 1) — Champion (2025)</span>
<span class="chip chip--solid" data-i18n="honors.athletics.item3">FFT Competitive Tennis — 90+ singles matches/year (2021—2026)</span>
<span class="chip chip--solid" data-i18n="honors.athletics.item4">National Karate Championship (U10) — Runner-up (Kumite)</span>
</div>
</div>
<div class="subSection reveal">
<h3 data-i18n="honors.personal.title">Personal Development</h3>
<div class="chips">
<span class="chip" data-i18n="honors.personal.item1">Violin · 8 years · 3 performance diplomas</span>
<span class="chip" data-i18n="honors.personal.item2">Chess · 1700 ELO (Lichess)</span>
<span class="chip" data-i18n="honors.personal.item3">Languages · English, French, Persian; Spanish (semi-fluent)</span>
</div>
</div>
</div>
</section>
<!-- SKILLS -->
<section id="skills" class="section section--tint">
<div class="wrap">
<div class="sectionHeader reveal">
<h2 data-i18n="skills.title">Skills</h2>
<p data-i18n="skills.subtitle">A practical toolkit for research and building.</p>
</div>
<div class="grid2">
<article class="card reveal">
<h3 data-i18n="skills.research.title">Research</h3>
<div class="chips">
<span class="chip" data-i18n="skills.research.item1">Literature synthesis</span>
<span class="chip" data-i18n="skills.research.item2">Qualitative analysis</span>
<span class="chip" data-i18n="skills.research.item3">Data interpretation</span>
<span class="chip" data-i18n="skills.research.item4">Scientific writing</span>
</div>
</article>
<article class="card reveal">
<h3 data-i18n="skills.technical.title">Technical</h3>
<div class="chips">
<span class="chip">Python</span>
<span class="chip">HTML/CSS</span>
<span class="chip" data-i18n="skills.technical.item3">Public-facing web builds</span>
</div>
</article>
</div>
</div>
</section>
<!-- CONTACT -->
<section id="contact" class="section contactSection">
<div class="wrap">
<div class="sectionHeader reveal">
<h2 data-i18n="contact.title">Contact</h2>
<p data-i18n="contact.subtitle">Open to research opportunities, conferences, collaborations, and student-led initiatives.</p>
</div>
<div class="contactGrid">
<article class="card contactCard contactCard--primary reveal">
<span class="pill" data-i18n="contact.pill">Let’s connect</span>
<h3 data-i18n="contact.cardTitle">Available for thoughtful conversations and meaningful opportunities.</h3>
<p class="body contactLead" data-i18n="contact.body">
I am especially interested in discussions around medicine, research, leadership,
and student innovation. Email is the best way to reach me for academic, speaking,
or collaboration enquiries.
</p>
<div class="contactActions">
<a class="btn btn--primary" href="mailto:adrian.mehran11@gmail.com" data-i18n="contact.emailButton">Email Adrian</a>
<button class="btn btn--ghost" type="button" data-copy="adrian.mehran11@gmail.com">
<span data-i18n="contact.copyButton">Copy email</span>
</button>
</div>
<div class="contactEmailRow" aria-label="Email address" data-i18n-attr="aria-label:contact.emailAddress">
<span class="contactEmailLabel" data-i18n="contact.emailLabel">Email</span>
<a class="contactEmailValue" href="mailto:adrian.mehran11@gmail.com">
adrian.mehran11@gmail.com
</a>
</div>
<p class="contactNote" data-i18n="contact.note">Best for academic, research, and speaking enquiries.</p>
<p class="contactToast" id="copyToast" role="status" aria-live="polite"></p>
</article>
<article class="card contactCard reveal">
<h3 data-i18n="contact.profileTitle">Contact profile</h3>
<div class="contactFacts" aria-label="Contact profile details" data-i18n-attr="aria-label:contact.profileDetails">
<div class="contactFact">
<span class="contactFact__label" data-i18n="contact.basedLabel">Based in</span>
<span class="contactFact__value" data-i18n="contact.basedValue">Nice, France</span>
</div>
<div class="contactFact">
<span class="contactFact__label" data-i18n="contact.focusLabel">Focus areas</span>
<span class="contactFact__value" data-i18n="contact.focusValue">Neuroscience · AI in Medicine · Leadership opportunities</span>
</div>
<div class="contactFact">
<span class="contactFact__label" data-i18n="contact.languagesLabel">Languages</span>
<span class="contactFact__value">EN · FR · FA · ES</span>
</div>
<div class="contactFact contactFact--channels">
<span class="contactFact__label" data-i18n="contact.channelsLabel">Other channels</span>
<div class="contactChannels">
<a class="contactChannel" href="https://github.com/adrianmehran" target="_blank" rel="noreferrer">
<span class="contactChannel__icon contactChannel__icon--github" aria-hidden="true">
<svg viewBox="0 0 24 24" width="22" height="22" fill="currentColor">
<path d="M12 .5C5.73.5.75 5.48.75 11.75c0 4.92 3.19 9.1 7.62 10.58.56.1.76-.24.76-.54v-2c-3.1.67-3.75-1.32-3.75-1.32-.5-1.28-1.23-1.62-1.23-1.62-1-.68.08-.67.08-.67 1.1.08 1.68 1.13 1.68 1.13.98 1.68 2.57 1.2 3.2.92.1-.71.38-1.2.7-1.47-2.47-.28-5.06-1.24-5.06-5.5 0-1.22.43-2.22 1.13-3-.12-.28-.49-1.41.1-2.94 0 0 .92-.29 3.02 1.15.88-.25 1.82-.37 2.75-.38.93 0 1.87.13 2.75.38 2.1-1.44 3.02-1.15 3.02-1.15.59 1.53.22 2.66.1 2.94.7.78 1.13 1.78 1.13 3 0 4.27-2.6 5.22-5.08 5.49.39.34.74 1.02.74 2.06v3.05c0 .3.2.65.77.54 4.43-1.48 7.62-5.66 7.62-10.58C23.25 5.48 18.27.5 12 .5Z"/>
</svg>
</span>
<span class="contactChannel__text">GitHub</span>
</a>
</div>
</div>
</div>
</article>
</div>
<footer class="footer">
<p class="tiny muted">© <span id="year"></span> <span data-i18n="footer.rights">Adrian Mehran — All rights reserved</span></p>
</footer>
</div>
</section>
</main>
<script src="script.js"></script>
</body>
</html>