-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathteam.html
More file actions
533 lines (485 loc) · 31.4 KB
/
team.html
File metadata and controls
533 lines (485 loc) · 31.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team — Dubai Meridian Forum</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Team — Dubai Meridian Forum">
<meta property="og:description" content="A four-day professional forum in Dubai built around Law, Finance, Engineering, and Management.">
<meta property="og:image" content="https://www.dubaimeridian.com/og-thumbnail.png">
<meta property="og:url" content="https://www.dubaimeridian.com/team.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://www.dubaimeridian.com/og-thumbnail.png">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Raleway:wght@300;400;500;600;700&family=Amiri:wght@400;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
navy: { 50:'#e8e8f0',100:'#c5c5d9',200:'#9494b5',300:'#5e5e88',400:'#2d2d5e',500:'#14143a',600:'#0d0d2b',700:'#09091f',800:'#060616',900:'#03030b' },
gold: { 400:'#d4a44e',500:'#c9a96e' },
},
fontFamily: {
display:['"Cormorant Garamond"','serif'],
body:['"Raleway"','sans-serif'],
arabic:['"Amiri"','serif'],
}
}
}
}
</script>
<style>
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{background:#060616;color:#e8e8f0;font-family:'Raleway',sans-serif;overflow-x:hidden;}
.grain::after{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:9999;opacity:0.5;}
.nav-link{position:relative;letter-spacing:0.15em;}
.nav-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#c9a96e;transition:width 0.4s cubic-bezier(0.25,0.46,0.45,0.94);}
.nav-link:hover::after{width:100%;}
.gold-line{width:60px;height:1px;background:linear-gradient(90deg,#c9a96e,transparent);}
.fade-up{opacity:0;transform:translateY(40px);transition:opacity 0.8s ease,transform 0.8s ease;}
.fade-up.visible{opacity:1;transform:translateY(0);}
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background:#060616;}
::-webkit-scrollbar-thumb{background:rgba(201,169,110,0.3);border-radius:3px;}
.mobile-menu{transform:translateX(100%);transition:transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);}
.mobile-menu.open{transform:translateX(0);}
/* Glow card */
.glow-card{
position:relative;overflow:hidden;
background:linear-gradient(145deg,rgba(20,20,58,0.6),rgba(9,9,31,0.8));
border:1px solid rgba(201,169,110,0.08);
transition:border-color 0.4s ease,transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94),box-shadow 0.4s ease;
}
.glow-card::before{
content:'';position:absolute;inset:0;
background:radial-gradient(600px circle at var(--x,50%) var(--y,50%),rgba(201,169,110,0.1) 0%,transparent 60%);
opacity:0;transition:opacity 0.5s ease;pointer-events:none;z-index:0;
}
.glow-card:hover::before{opacity:1;}
.glow-card:hover{
border-color:rgba(201,169,110,0.35);
transform:translateY(-4px);
box-shadow:0 20px 60px rgba(201,169,110,0.08),0 8px 24px rgba(0,0,0,0.4);
}
.glow-card.tier-1{border-color:rgba(201,169,110,0.18);}
.glow-card.tier-1:hover{border-color:rgba(201,169,110,0.5);box-shadow:0 24px 80px rgba(201,169,110,0.12),0 8px 24px rgba(0,0,0,0.4);}
.glow-card>*{position:relative;z-index:1;}
/* Avatar */
.avatar{
width:64px;height:64px;border-radius:50%;
background:linear-gradient(135deg,rgba(201,169,110,0.15),rgba(201,169,110,0.05));
border:1px solid rgba(201,169,110,0.3);
display:flex;align-items:center;justify-content:center;
font-family:'Cormorant Garamond',serif;font-size:1.25rem;color:#c9a96e;font-weight:400;
flex-shrink:0;
}
.avatar-lg{width:80px;height:80px;font-size:1.5rem;}
/* Tier divider */
.tier-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(201,169,110,0.25),transparent);}
.tier-label{
display:inline-block;
color:rgba(201,169,110,0.5);font-family:'Raleway',sans-serif;font-size:10px;
font-weight:500;letter-spacing:0.3em;text-transform:uppercase;
}
/* Team Showcase */
.team-showcase{display:flex;flex-direction:column;align-items:flex-start;gap:36px;width:100%;user-select:none;}
@media(min-width:900px){.team-showcase{flex-direction:row;gap:0;align-items:flex-start;}}
/* Left bio panel */
.team-bio-panel{flex-shrink:0;width:100%;}
@media(min-width:900px){.team-bio-panel{width:240px;position:sticky;top:110px;margin-right:36px;}}
.team-bio-inner{transition:opacity 0.35s ease,transform 0.35s ease;}
.team-bio-inner.fading{opacity:0;transform:translateY(8px);}
.team-bio-label{font-family:'Raleway',sans-serif;font-size:9px;font-weight:500;letter-spacing:0.3em;text-transform:uppercase;color:rgba(201,169,110,0.5);margin-bottom:12px;}
.team-bio-name{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:400;color:#e8e8f0;line-height:1.1;letter-spacing:-0.02em;margin-bottom:8px;}
.team-bio-role{font-family:'Raleway',sans-serif;font-size:8.5px;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:rgba(201,169,110,0.55);margin-bottom:16px;}
.team-bio-line{width:40px;height:1px;background:linear-gradient(90deg,#c9a96e,transparent);margin-bottom:16px;}
.team-bio-text{font-family:'Raleway',sans-serif;font-size:13.5px;font-weight:400;line-height:1.85;color:rgba(232,232,240,0.5);}
/* Photo grid */
.team-photo-grid{display:flex;gap:10px;flex-shrink:0;}
.team-photo-col{display:flex;flex-direction:column;gap:10px;}
.team-photo-card{position:relative;overflow:hidden;cursor:pointer;border-radius:2px;flex-shrink:0;}
.team-photo-card img{width:100%;height:100%;object-fit:cover;transition:filter 0.5s ease;filter:grayscale(1) brightness(0.65);}
/* Name list */
.team-member-list{display:flex;flex-direction:column;gap:2px;width:100%;padding-top:4px;flex-shrink:0;}
@media(min-width:900px){.team-member-list{width:auto;margin-left:auto;padding-left:48px;}}
.team-tier-label{color:rgba(201,169,110,0.45);font-family:'Raleway',sans-serif;font-size:9px;font-weight:500;letter-spacing:0.3em;text-transform:uppercase;}
.team-tier-line{width:100%;height:1px;background:linear-gradient(90deg,rgba(201,169,110,0.18),transparent);margin-top:5px;}
.team-member-row{cursor:pointer;padding:6px 0;transition:opacity 0.3s ease;}
.team-indicator{display:inline-block;width:16px;height:10px;border-radius:4px;background:rgba(201,169,110,0.18);flex-shrink:0;transition:all 0.3s ease;}
.team-name{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:500;color:rgba(232,232,240,0.72);letter-spacing:-0.01em;transition:color 0.3s ease;white-space:nowrap;}
.team-role{margin-top:3px;padding-left:26px;font-family:'Raleway',sans-serif;font-size:9px;font-weight:500;text-transform:uppercase;letter-spacing:0.22em;color:rgba(201,169,110,0.38);white-space:nowrap;}
</style>
</head>
<body class="grain">
<!-- Navigation -->
<nav class="fixed top-0 w-full z-50 transition-all duration-500" id="mainNav">
<div class="max-w-7xl mx-auto px-6 lg:px-12">
<div class="flex items-center justify-between h-20">
<a href="index.html" class="flex items-center group">
<img src="5.png" alt="DMF" class="h-14 opacity-90 group-hover:opacity-100 transition-opacity duration-300" style="mix-blend-mode:screen;filter:brightness(1.6) saturate(0.8)">
</a>
<div class="hidden lg:flex items-center gap-10">
<a href="index.html" class="nav-link text-navy-100 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">Home</a>
<a href="about.html" class="nav-link text-navy-100 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">About</a>
<a href="team.html" class="nav-link text-gold-400 text-xs font-body uppercase tracking-widest">Team</a>
<a href="tracks.html" class="nav-link text-navy-100 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">Tracks</a>
<a href="partners.html" class="nav-link text-white/60 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">Partners</a>
<a href="contact.html" class="nav-link text-navy-100 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">Contact</a>
</div>
<a href="register.html" class="hidden lg:block px-6 py-2.5 border border-gold-500/40 text-gold-400 text-xs uppercase tracking-[0.2em] font-body hover:bg-gold-500/10 hover:border-gold-400 transition-all duration-300">Register</a>
<button id="mobileToggle" class="lg:hidden text-navy-100 hover:text-gold-400 transition-colors" aria-label="Menu">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 6h16M4 12h16M4 18h16"/></svg>
</button>
</div>
</div>
</nav>
<!-- Mobile Menu -->
<div id="mobileMenu" class="mobile-menu fixed inset-0 z-[60] bg-black/98 backdrop-blur-xl flex flex-col items-center justify-center gap-8">
<button id="mobileClose" class="absolute top-6 right-6 text-white/60 hover:text-gold-400 transition-colors" aria-label="Close">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 18L18 6M6 6l12 12"/></svg>
</button>
<a href="index.html" class="text-white/60 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">Home</a>
<a href="about.html" class="text-white/60 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">About</a>
<a href="team.html" class="text-gold-400 text-sm font-body uppercase tracking-[0.3em]">Team</a>
<a href="tracks.html" class="text-white/60 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">Tracks</a>
<a href="partners.html" class="text-white/60 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">Partners</a>
<a href="contact.html" class="text-white/60 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">Contact</a>
<a href="register.html" class="text-gold-400 text-sm font-body uppercase tracking-[0.3em] border border-gold-500/30 px-6 py-2">Register</a>
</div>
<style>
.header-orb {
position: absolute; border-radius: 50%; pointer-events: none;
will-change: transform, opacity;
}
.header-orb-1 {
width: 600px; height: 600px; top: -200px; left: -100px;
background: radial-gradient(circle, rgba(201,169,110,0.08) 0%, transparent 70%);
animation: orbDrift1 18s ease-in-out infinite alternate;
}
.header-orb-2 {
width: 500px; height: 500px; top: -100px; right: -80px;
background: radial-gradient(circle, rgba(201,169,110,0.06) 0%, transparent 70%);
animation: orbDrift2 22s ease-in-out infinite alternate;
}
.header-orb-3 {
width: 300px; height: 300px; bottom: -50px; left: 40%;
background: radial-gradient(circle, rgba(201,169,110,0.05) 0%, transparent 70%);
animation: orbDrift1 14s ease-in-out infinite alternate-reverse;
}
@keyframes orbDrift1 {
from { transform: translate(0, 0); opacity: 0.6; }
to { transform: translate(40px, 30px); opacity: 1; }
}
@keyframes orbDrift2 {
from { transform: translate(0, 0); opacity: 0.5; }
to { transform: translate(-30px, 40px); opacity: 0.9; }
}
</style>
<!-- Page Header -->
<section class="relative overflow-hidden" style="min-height:420px;display:flex;align-items:center;">
<div class="header-orb header-orb-1"></div>
<div class="header-orb header-orb-2"></div>
<div class="header-orb header-orb-3"></div>
<div class="absolute inset-0 pointer-events-none" style="background:linear-gradient(135deg,rgba(6,6,22,0.72) 0%,rgba(6,6,22,0.45) 50%,rgba(6,6,22,0.72) 100%);"></div>
<div class="relative z-10 w-full pt-36 pb-20 md:pt-44 md:pb-28">
<div class="max-w-6xl mx-auto px-6 lg:px-12">
<p class="font-arabic text-gold-500/50 text-base mb-3" dir="rtl">فريق القيادة</p>
<p class="scramble-text text-gold-500/60 text-xs uppercase tracking-[0.3em] font-body mb-4">Leadership</p>
<h1 class="font-display text-5xl md:text-6xl lg:text-7xl text-white font-light" style="letter-spacing:-0.03em;line-height:1.1;">
The People Behind<br><span class="text-gold-400 italic">The Forum</span>
</h1>
</div>
</div>
</section>
<!-- Team Showcase -->
<section class="py-10 md:py-20">
<div class="max-w-6xl mx-auto px-6 lg:px-12">
<div id="teamShowcase" class="fade-up team-showcase"></div>
</div>
</section>
<!-- Divider -->
<div class="w-full h-px bg-gradient-to-r from-transparent via-gold-500/20 to-transparent"></div>
<!-- Join the Team CTA -->
<section class="py-20 md:py-28">
<div class="max-w-3xl mx-auto px-6 lg:px-12 fade-up">
<div class="glow-card rounded-sm p-10 md:p-14 text-center border border-gold-500/15" data-glow>
<p class="scramble-text text-gold-500/60 text-xs uppercase tracking-[0.3em] font-body mb-5">Open Positions</p>
<h2 class="font-display text-3xl md:text-4xl text-white font-light mb-4" style="letter-spacing:-0.02em;">
Join <span class="text-gold-400 italic">The Team</span>
</h2>
<div class="gold-line mx-auto mb-6"></div>
<p class="font-body text-white/50 text-sm leading-relaxed mb-8 max-w-xl mx-auto">
Dubai Meridian Forum is actively building its team of passionate, driven students. If you believe in the power of interdisciplinary excellence, we want to hear from you.
</p>
<a href="contact.html" class="inline-flex items-center gap-3 px-8 py-3 border border-gold-500/40 text-gold-400 text-xs uppercase tracking-[0.2em] font-body hover:bg-gold-500/10 hover:border-gold-400 transition-all duration-300">
Express Interest
<span>→</span>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-16 border-t border-white/5">
<div class="max-w-6xl mx-auto px-6 lg:px-12">
<div class="grid md:grid-cols-3 gap-12">
<div>
<img src="5.png" alt="DMF" class="h-8 opacity-60 mb-4" style="mix-blend-mode:screen;filter:brightness(1.6) saturate(0.8)">
<p class="font-body text-white/30 text-xs leading-relaxed">Dubai Meridian Forum © 2026.<br>All rights reserved.</p>
<p class="font-arabic text-gold-500/25 text-sm mt-3" dir="rtl">منتدى دبي ميريديان</p>
</div>
<div>
<p class="text-gold-500/50 text-xs uppercase tracking-[0.2em] font-body mb-4">Navigate</p>
<div class="flex flex-col gap-2">
<a href="index.html" class="text-white/30 text-sm font-body hover:text-gold-400 transition-colors duration-300">Home</a>
<a href="about.html" class="text-white/30 text-sm font-body hover:text-gold-400 transition-colors duration-300">About</a>
<a href="tracks.html" class="text-white/30 text-sm font-body hover:text-gold-400 transition-colors duration-300">Tracks</a>
<a href="partners.html" class="text-white/30 text-sm font-body hover:text-gold-400 transition-colors duration-300">Partners</a>
<a href="register.html" class="text-white/30 text-sm font-body hover:text-gold-400 transition-colors duration-300">Register</a>
<a href="contact.html" class="text-white/30 text-sm font-body hover:text-gold-400 transition-colors duration-300">Contact</a>
</div>
</div>
<div>
<p class="text-gold-500/50 text-xs uppercase tracking-[0.2em] font-body mb-4">Contact</p>
<p class="text-white/30 text-sm font-body leading-relaxed">Aspect Tower, Office No. 2206<br>Zone B, Bay Avenue<br>Business Bay, Dubai</p>
<a href="mailto:info@dubaimeridianforum.com" class="text-gold-500/40 text-sm font-body mt-3 inline-block hover:text-gold-400 transition-colors duration-300">info@dubaimeridianforum.com</a>
</div>
</div>
<div class="mt-12 pt-8 border-t border-white/5 text-center">
<p class="text-white/20 text-xs font-body tracking-wide">Dubai Meridian Forum · Business Bay, Dubai, UAE</p>
</div>
</div>
</footer>
<script>
// ─── Nav scroll ───────────────────────────────────────────────────────────────
const nav = document.getElementById('mainNav');
let scrollTicking = false;
window.addEventListener('scroll', () => {
if (!scrollTicking) {
requestAnimationFrame(() => {
if (window.scrollY > 60) { nav.style.background='rgba(6,6,22,0.96)';nav.style.backdropFilter='blur(20px)';nav.style.borderBottom='1px solid rgba(201,169,110,0.08)'; }
else { nav.style.background='transparent';nav.style.backdropFilter='none';nav.style.borderBottom='none'; }
scrollTicking = false;
});
scrollTicking = true;
}
});
// ─── Mobile menu ─────────────────────────────────────────────────────────────
document.getElementById('mobileToggle').addEventListener('click',()=>document.getElementById('mobileMenu').classList.add('open'));
document.getElementById('mobileClose').addEventListener('click',()=>document.getElementById('mobileMenu').classList.remove('open'));
// ─── Scroll reveal ────────────────────────────────────────────────────────────
const obs = new IntersectionObserver(e=>e.forEach(x=>{if(x.isIntersecting)x.target.classList.add('visible');}),{threshold:0.1});
document.querySelectorAll('.fade-up').forEach(el=>obs.observe(el));
// ─── Glow card spotlight ──────────────────────────────────────────────────────
let moveTicking = false;
document.addEventListener('pointermove', e => {
if (!moveTicking) {
requestAnimationFrame(() => {
document.querySelectorAll('[data-glow]').forEach(card => {
const r = card.getBoundingClientRect();
card.style.setProperty('--x', `${e.clientX - r.left}px`);
card.style.setProperty('--y', `${e.clientY - r.top}px`);
});
moveTicking = false;
});
moveTicking = true;
}
});
// ─── Team Showcase ────────────────────────────────────────────────────────────
(function(){
const DEFAULT_BIO = {
label: 'The Team',
name: 'Dubai Meridian Forum',
role: '',
text: 'Behind every great forum is a team of people who refuse to settle for ordinary. DMF is built and run entirely by students — a group of eleven driven individuals who bring together expertise in operations, academia, creative direction, and public engagement to deliver an experience worthy of the world stage.',
};
const members = [
{ id:'1', name:'Muheymin Hasan', role:'Chief Executive', tier:'Executive Leadership', img:'img-hasan.jpg',
bio:'Muheymin is the founding vision behind Dubai Meridian Forum. As Chief Executive, he sets the strategic direction, secures the relationships that make the forum possible, and ensures every element of the event reflects the ambition of the organisation.' },
{ id:'2', name:'Parth Menon', role:'Chief Operating Officer', tier:'Chief Officers', img:'img-parth.jpg',
bio:'Parth oversees the operational backbone of DMF — from systems and workflows to cross-team coordination. He keeps the machine running, translating vision into execution and making sure no moving part is left unaccounted for.' },
{ id:'3', name:'Sanithi Perera', role:'Chief Organizing Officer', tier:'Chief Officers', img:'img-sanithi.jpg',
bio:'Sanithi leads the end-to-end organisation of the forum, from delegate experience to programme flow. Her meticulous planning and calm under pressure ensure that every participant walks away with a seamless, memorable event.' },
{ id:'4', name:'Adithya Rajesh', role:'Chief Academic Officer', tier:'Chief Officers', img:'img-adithya.jpg',
bio:'Adithya shapes the intellectual heart of the forum. He leads content design across all three tracks, curates speakers, and ensures the academic rigour that sets DMF apart from every other student-run conference in the region.' },
{ id:'5', name:'Laila Mohamed', role:'Director of Public Relations', tier:'Department Heads', img:'img-laila.jpg',
bio:'Laila drives the public face of DMF — managing media outreach, building press partnerships, and crafting the communications strategy that positions the forum with confidence on a global stage.' },
{ id:'6', name:'Adam Farag', role:'Director of Programme', tier:'Department Heads', img:'img-adam.jpg',
bio:'Adam architects the programme that delegates experience on the day. From workshop design to speaker liaison, he ensures every session is purposeful, well-paced, and intellectually stimulating.' },
{ id:'7', name:'Samara Deshnoor', role:'Director of Operations', tier:'Department Heads', img:'img-samara.jpg',
bio:"Samara owns the operational detail — venue logistics, on-site coordination, and day-of execution. Her precision and composure mean that the forum's complex moving parts come together exactly as planned." },
{ id:'8', name:'Ronak Karlapudi', role:'Director of Administrations', tier:'Department Heads', img:'img-ronak.jpg',
bio:'Ronak manages the administrative infrastructure of DMF — overseeing delegate relations, documentation, and the internal systems that keep the organisation running efficiently behind the scenes.' },
{ id:'9', name:'Alishba Ayaat', role:'Creative Director', tier:'Department Heads', img:'img-alishba.jpg',
bio:'Alishba is the creative mind behind the DMF brand. She leads visual identity, design output, and the aesthetic language of everything the forum puts into the world — ensuring it looks as compelling as it sounds.' },
{ id:'10', name:'Nara Fashalla', role:'Deputy Creative Director', tier:'Department Heads', img:'img-nara.jpg',
bio:'Nara works alongside the creative direction to bring concepts to life with precision and flair. She ensures consistency across all visual touchpoints, translating the brand vision into polished, production-ready output.' },
{ id:'11', name:'Aroush Iftikhar', role:'Deputy Director of Operations', tier:'Department Heads', img:'img-aroush.jpg',
bio:'Aroush supports operational delivery across the forum, stepping into critical logistics roles wherever the detail demands it. His reliability and initiative make him an essential part of the operations function.' },
];
const colSizes = [{ w:178,h:196 },{ w:198,h:216 },{ w:186,h:204 }];
const colOffsets= [0,82,40];
const col1 = members.filter((_,i)=>i%3===0);
const col2 = members.filter((_,i)=>i%3===1);
const col3 = members.filter((_,i)=>i%3===2);
const showcase = document.getElementById('teamShowcase');
if (!showcase) return;
// ── Bio panel (left) ────────────────────────────────────────────────────────
const bioPanel = document.createElement('div');
bioPanel.className = 'team-bio-panel';
const bioInner = document.createElement('div');
bioInner.className = 'team-bio-inner';
bioPanel.appendChild(bioInner);
function renderBio(data) {
bioInner.innerHTML = `
<p class="team-bio-label">${data.label}</p>
<h3 class="team-bio-name">${data.name}</h3>
${data.role ? `<p class="team-bio-role">${data.role}</p>` : ''}
<div class="team-bio-line"></div>
<p class="team-bio-text">${data.text}</p>`;
}
let bioTimeout = null;
function setBio(data) {
clearTimeout(bioTimeout);
bioInner.classList.add('fading');
bioTimeout = setTimeout(() => {
renderBio(data);
bioInner.classList.remove('fading');
}, 200);
}
renderBio(DEFAULT_BIO);
// ── Photo grid (middle) ─────────────────────────────────────────────────────
const grid = document.createElement('div');
grid.className = 'team-photo-grid';
function buildCol(colMembers, colIdx) {
const sz = colSizes[colIdx];
const col = document.createElement('div');
col.className = 'team-photo-col';
col.style.marginTop = colOffsets[colIdx] + 'px';
colMembers.forEach(m => {
const card = document.createElement('div');
card.className = 'team-photo-card';
card.dataset.id = m.id;
card.style.width = sz.w + 'px';
card.style.height = sz.h + 'px';
const img = document.createElement('img');
img.src = m.img;
img.alt = m.name;
card.appendChild(img);
col.appendChild(card);
});
return col;
}
grid.appendChild(buildCol(col1, 0));
grid.appendChild(buildCol(col2, 1));
grid.appendChild(buildCol(col3, 2));
// ── Name list (right) ───────────────────────────────────────────────────────
const list = document.createElement('div');
list.className = 'team-member-list';
let lastTier = null;
members.forEach(m => {
if (m.tier !== lastTier) {
const tg = document.createElement('div');
tg.style.cssText = lastTier ? 'margin-top:18px;margin-bottom:10px;' : 'margin-bottom:10px;';
tg.innerHTML = `<span class="team-tier-label">${m.tier}</span><div class="team-tier-line"></div>`;
list.appendChild(tg);
lastTier = m.tier;
}
const row = document.createElement('div');
row.className = 'team-member-row';
row.dataset.id = m.id;
row.innerHTML = `
<div style="display:flex;align-items:center;gap:10px;">
<span class="team-indicator" data-id="${m.id}"></span>
<span class="team-name" data-id="${m.id}">${m.name}</span>
</div>
<p class="team-role">${m.role}</p>`;
list.appendChild(row);
});
showcase.appendChild(bioPanel);
showcase.appendChild(grid);
showcase.appendChild(list);
// ── Hover interactions ───────────────────────────────────────────────────────
function setHovered(id) {
const member = members.find(m => m.id === id) || null;
// bio
if (member) {
setBio({ label: member.tier, name: member.name, role: member.role, text: member.bio });
} else {
setBio(DEFAULT_BIO);
}
// photos
document.querySelectorAll('.team-photo-card').forEach(c => {
const img = c.querySelector('img');
const active = c.dataset.id === id;
const dimmed = id !== null && !active;
img.style.filter = active ? 'grayscale(0) brightness(1) sepia(0)' : dimmed ? 'grayscale(0.6) brightness(0.4) sepia(0.3)' : 'grayscale(0.35) brightness(0.85) sepia(0.25)';
});
// name rows
document.querySelectorAll('.team-member-row').forEach(r => {
const active = r.dataset.id === id;
const dimmed = id !== null && !active;
r.style.opacity = dimmed ? '0.35' : '1';
const ind = r.querySelector('.team-indicator');
const name = r.querySelector('.team-name');
if (active) {
ind.style.background = '#c9a96e';
ind.style.width = '22px';
name.style.color = '#e8e8f0';
} else {
ind.style.background = 'rgba(201,169,110,0.18)';
ind.style.width = '16px';
name.style.color = 'rgba(232,232,240,0.72)';
}
});
}
let hoverDebounce = null;
function debouncedHover(id) {
clearTimeout(hoverDebounce);
hoverDebounce = setTimeout(() => setHovered(id), 60);
}
showcase.addEventListener('mouseleave', () => {
clearTimeout(hoverDebounce);
setHovered(null);
});
showcase.querySelectorAll('.team-photo-card').forEach(c => {
c.addEventListener('mouseenter', () => debouncedHover(c.dataset.id));
});
showcase.querySelectorAll('.team-member-row').forEach(r => {
r.addEventListener('mouseenter', () => debouncedHover(r.dataset.id));
});
})();
// ─── ScrambleText ─────────────────────────────────────────────────────────────
class ScrambleText {
constructor(el) {
this.el = el; this.original = el.textContent; this.chars = '_!X$0-+*#';
const io = new IntersectionObserver(entries => {
entries.forEach(e => { if (e.isIntersecting) { this.animate(); io.unobserve(this.el); } });
}, { threshold: 0.3 });
io.observe(this.el);
}
animate() {
const text = this.original, len = text.length;
let frame = 0;
const total = len * 3;
const iv = setInterval(() => {
let out = '';
if (frame < len) {
for (let i = 0; i <= frame; i++) out += this.chars[Math.floor(Math.random()*this.chars.length)];
} else {
const rev = frame - len;
out = text.slice(0, rev);
for (let i = rev; i < len; i++) out += this.chars[Math.floor(Math.random()*this.chars.length)];
}
this.el.textContent = out; frame++;
if (frame > total) { this.el.textContent = text; clearInterval(iv); }
}, 20);
}
}
document.querySelectorAll('.scramble-text').forEach(el => new ScrambleText(el));
</script>
</body>
</html>