-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
592 lines (533 loc) · 34.9 KB
/
index.html
File metadata and controls
592 lines (533 loc) · 34.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dubai Meridian Forum</title>
<meta property="og:type" content="website">
<meta property="og:title" content="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/">
<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>
<script src="https://unpkg.com/three@0.128.0/build/three.min.js"></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:#000;color:#e8e8f0;font-family:'Raleway',sans-serif;overflow-x:hidden;}
/* Grain */
.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.4;}
/* Shader hero */
#shader-hero{position:relative;width:100%;height:100vh;overflow:hidden;}
#shader-canvas{position:absolute;top:0;left:0;width:100%;height:100%;display:block;}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.7) 100%);}
.hero-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem;}
/* Nav */
.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 */
.gold-line{width:60px;height:1px;background:linear-gradient(90deg,#c9a96e,transparent);}
/* Scroll reveal */
.fade-up{opacity:0;transform:translateY(40px);transition:opacity 0.8s ease,transform 0.8s ease;}
.fade-up.visible{opacity:1;transform:translateY(0);}
/* Cards */
.card{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;}
.card:hover{border-color:rgba(201,169,110,0.25);transform:translateY(-4px);box-shadow:0 20px 60px rgba(201,169,110,0.06),0 8px 24px rgba(0,0,0,0.3);}
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background:#000;}
::-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);}
/* Content sections on dark bg */
.section-dark{background:#060616;}
/* Hero CTA button */
.hero-cta{
display:inline-flex;align-items:center;gap:12px;
background:linear-gradient(to bottom,rgba(255,255,255,0.08),rgba(255,255,255,0.04));
border:1px solid rgba(255,255,255,0.15);
padding:14px 32px;
font-family:'Raleway',sans-serif;font-size:13px;font-weight:500;letter-spacing:0.2em;text-transform:uppercase;
color:rgba(255,255,255,0.9);
backdrop-filter:blur(12px);
cursor:pointer;text-decoration:none;
transition:background 0.3s ease,border-color 0.3s ease,transform 0.3s ease,box-shadow 0.3s ease;
}
.hero-cta:hover{background:linear-gradient(to bottom,rgba(255,255,255,0.14),rgba(255,255,255,0.08));border-color:rgba(201,169,110,0.4);transform:translateY(-2px);box-shadow:0 8px 32px rgba(201,169,110,0.12);}
.hero-cta:active{transform:translateY(0);}
@keyframes scrollBounce{0%,100%{transform:translateY(0);}50%{transform:translateY(6px);}}
.scroll-bounce{animation:scrollBounce 2s ease-in-out infinite;}
</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-gold-400 text-xs font-body uppercase tracking-widest">Home</a>
<a href="about.html" class="nav-link text-white/60 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-white/60 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">Team</a>
<a href="tracks.html" class="nav-link text-white/60 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-white/60 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 focus-visible:outline-2 focus-visible:outline-gold-400 focus-visible:outline-offset-2">
Register
</a>
<button id="mobileToggle" class="lg:hidden text-white/60 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-gold-400 text-sm font-body uppercase tracking-[0.3em]">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-white/60 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">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>
<!-- HERO: Three.js Shader (2.txt) -->
<section id="shader-hero">
<canvas id="shader-canvas"></canvas>
<div class="hero-overlay"></div>
<div class="hero-content">
<p class="font-arabic text-white/40 text-base mb-5 tracking-wide" dir="rtl">منتدى دبي ميريديان</p>
<p class="font-body text-white/50 text-xs uppercase tracking-[0.35em] mb-6">Dubai · 2026</p>
<h1 class="font-display text-6xl md:text-8xl lg:text-9xl text-white font-light mb-3" style="letter-spacing:-0.03em;line-height:1.0;">
Dubai Meridian
</h1>
<h2 class="font-display text-5xl md:text-7xl lg:text-8xl font-light italic mb-10" style="letter-spacing:-0.03em;line-height:1.0;background:linear-gradient(135deg,#c9a96e,#e5bc6d,#c9a96e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;">
Forum
</h2>
<p class="font-body text-white/40 text-xs md:text-sm uppercase tracking-[0.25em] mb-12">Where Finance, Law, Engineering & Management Converge</p>
<a href="register.html" class="hero-cta">
<span>Registration Opening Soon</span>
<span style="transition:transform 0.3s ease;" class="group-hover:translate-x-1">→</span>
</a>
</div>
<!-- Scroll indicator -->
<a href="#overview" class="absolute bottom-8 left-1/2 -translate-x-1/2 text-white/30 hover:text-gold-400 transition-colors duration-300 scroll-bounce">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19 9l-7 7-7-7"/></svg>
</a>
</section>
<!-- Content sections on dark bg -->
<div class="section-dark">
<!-- Event Overview -->
<section id="overview" class="py-28 md:py-40">
<div class="max-w-6xl mx-auto px-6 lg:px-12">
<div class="fade-up grid lg:grid-cols-2 gap-16 lg:gap-24 items-start">
<div>
<p class="scramble-text text-gold-500/60 text-xs uppercase tracking-[0.3em] font-body mb-4">About the Forum</p>
<h2 class="font-display text-4xl md:text-5xl text-white font-light mb-6" style="letter-spacing:-0.02em;line-height:1.15;">
Redefining<br><span class="text-gold-400 italic">Interdisciplinary</span><br>Excellence
</h2>
<div class="gold-line mb-8"></div>
<p class="font-body text-white/60 leading-[1.8] text-sm mb-5">
The Dubai Meridian Forum is a premier four-day academic and professional summit that brings together the brightest minds across finance, law, engineering, and management. Set against the backdrop of Dubai's world-class infrastructure, DMF challenges participants to transcend traditional boundaries and forge innovative solutions to real-world crises.
</p>
<p class="font-body text-white/60 leading-[1.8] text-sm">
At the heart of DMF lies the <span class="text-gold-400">Meridian Challenge</span> — an intensive cross-disciplinary pitch competition where diverse teams are formed, tested under pressure, and evaluated by an elite panel of international judges.
</p>
</div>
<div class="space-y-6 lg:pt-16">
<div class="card p-6 rounded-sm">
<span class="font-display text-3xl text-gold-400 block mb-1">4</span>
<p class="text-white/40 text-xs font-body uppercase tracking-wider">Days of networking</p>
</div>
<div class="card p-6 rounded-sm">
<span class="font-display text-3xl text-gold-400 block mb-1">4</span>
<p class="text-white/40 text-xs font-body uppercase tracking-wider">Industry tracks</p>
</div>
<div class="card p-6 rounded-sm">
<span class="font-display text-3xl text-gold-400 block mb-1">Dubai</span>
<p class="text-white/40 text-xs font-body uppercase tracking-wider">Business Bay, UAE</p>
</div>
<div class="card p-6 rounded-sm">
<span class="font-display text-3xl text-gold-400 block mb-1">2026</span>
<p class="text-white/40 text-xs font-body uppercase tracking-wider">Inaugural Edition</p>
</div>
</div>
</div>
</div>
</section>
<!-- Divider -->
<div class="w-full h-px bg-gradient-to-r from-transparent via-gold-500/20 to-transparent"></div>
<!-- At a Glance — Bento Grid -->
<section class="py-20 md:py-28">
<div class="max-w-6xl mx-auto px-6 lg:px-12">
<!-- Header -->
<div class="fade-up mb-8">
<p class="font-body text-gold-500/50 text-[10px] uppercase tracking-[0.35em] mb-3">At a Glance</p>
<h2 class="font-display text-4xl md:text-5xl text-white font-light" style="letter-spacing:-0.03em;">
Dubai Meridian <span class="text-gold-400 italic">2026</span>
</h2>
</div>
<!-- Bento Grid -->
<div class="fade-up grid grid-cols-2 md:grid-cols-4 gap-3" style="grid-auto-rows:minmax(140px,auto);">
<!-- Cell 1: Large — Delegates (spans 2 cols, 2 rows) -->
<div class="col-span-2 row-span-2 rounded-sm p-7 flex flex-col justify-between" style="background:linear-gradient(145deg,#0e0e2a,#0a0a1e);border:1px solid rgba(201,169,110,0.12);">
<div>
<p class="font-body text-[9px] uppercase tracking-[0.3em] text-gold-500/40 mb-4">International Delegates</p>
<p class="font-display font-light text-gold-400" style="font-size:clamp(3rem,8vw,5rem);line-height:1;letter-spacing:-0.04em;">~600</p>
</div>
<p class="font-body text-white/35 text-xs leading-relaxed mt-4">Students and young professionals across Finance, Law, Engineering, and Management — gathered in Dubai for days of competition, connection, and growth.</p>
</div>
<!-- Cell 2: Days of Networking -->
<div class="col-span-1 row-span-1 rounded-sm p-5 flex flex-col justify-between" style="background:linear-gradient(145deg,#111130,#0c0c22);border:1px solid rgba(201,169,110,0.12);">
<p class="font-body text-[9px] uppercase tracking-[0.25em] text-gold-500/40">Days of Networking</p>
<p class="font-display text-gold-400 font-light" style="font-size:clamp(2rem,5vw,3.5rem);line-height:1;letter-spacing:-0.03em;">4</p>
</div>
<!-- Cell 3: Meridian Challenge -->
<div class="col-span-1 row-span-1 rounded-sm p-5 flex flex-col justify-between" style="background:linear-gradient(145deg,#0f0f28,#09091e);border:1px solid rgba(201,169,110,0.12);">
<p class="font-body text-[9px] uppercase tracking-[0.25em] text-gold-500/40">The Challenge</p>
<p class="font-display text-white/80 text-lg font-light italic leading-tight">Meridian<br>Challenge</p>
</div>
<!-- Cell 4: Four Tracks -->
<div class="col-span-1 row-span-1 rounded-sm p-5 flex flex-col justify-between" style="background:linear-gradient(145deg,#0e0e2a,#0a0a1e);border:1px solid rgba(201,169,110,0.12);">
<p class="font-body text-[9px] uppercase tracking-[0.25em] text-gold-500/40 mb-3">Four Tracks</p>
<ul class="space-y-1">
<li class="font-body text-white/60 text-xs flex items-center gap-2"><span class="font-display text-gold-500/40 text-[10px]">I</span> Finance</li>
<li class="font-body text-white/60 text-xs flex items-center gap-2"><span class="font-display text-gold-500/40 text-[10px]">II</span> Law</li>
<li class="font-body text-white/60 text-xs flex items-center gap-2"><span class="font-display text-gold-500/40 text-[10px]">III</span> Engineering</li>
<li class="font-body text-white/60 text-xs flex items-center gap-2"><span class="font-display text-gold-500/40 text-[10px]">IV</span> Management</li>
</ul>
</div>
<!-- Cell 5: Business Bay (spans 1 col, 1 row) -->
<div class="col-span-1 row-span-1 rounded-sm p-5 flex flex-col justify-between" style="background:linear-gradient(145deg,#111130,#0c0c22);border:1px solid rgba(201,169,110,0.12);">
<p class="font-body text-[9px] uppercase tracking-[0.25em] text-gold-500/40 mb-2">Venue</p>
<div>
<p class="font-display text-white text-base font-light">Business Bay</p>
<p class="font-body text-white/30 text-[10px] uppercase tracking-wider mt-1">Dubai, United Arab Emirates</p>
</div>
</div>
<!-- Cell 6: Date — full width bottom strip -->
<div class="col-span-2 md:col-span-4 rounded-sm px-7 py-4 flex items-center justify-between" style="background:linear-gradient(90deg,rgba(201,169,110,0.08),rgba(201,169,110,0.04));border:1px solid rgba(201,169,110,0.12);">
<p class="font-body text-[10px] uppercase tracking-[0.3em] text-gold-500/50">August 2 – 6 · 2026 · Dubai</p>
<a href="register.html" class="font-body text-[10px] uppercase tracking-[0.25em] text-gold-400/70 hover:text-gold-400 transition-colors duration-300">Register →</a>
</div>
</div>
</div>
</section>
<!-- Divider -->
<div class="w-full h-px bg-gradient-to-r from-transparent via-gold-500/20 to-transparent"></div>
<!-- Three Tracks -->
<section class="py-28 md:py-36">
<div class="max-w-6xl mx-auto px-6 lg:px-12">
<div class="fade-up text-center mb-16">
<p class="scramble-text text-gold-500/60 text-xs uppercase tracking-[0.3em] font-body mb-4">Four Disciplines</p>
<h2 class="font-display text-4xl md:text-5xl text-white font-light" style="letter-spacing:-0.02em;">
One <span class="text-gold-400 italic">Meridian</span>
</h2>
<p class="font-body text-white/40 text-sm mt-4 max-w-lg mx-auto">Four disciplines. One shared challenge. Teams are forged across finance, law, engineering, and management to create solutions no single field could achieve alone.</p>
</div>
<div class="fade-up grid md:grid-cols-4 gap-6">
<a href="tracks.html#finance" class="p-8 rounded-sm text-center group block transition-all duration-300 hover:scale-[1.02]" style="background:linear-gradient(145deg,#c9a96e,#d4a44e);box-shadow:0 8px 32px rgba(201,169,110,0.25);">
<div class="font-display text-5xl mb-4 transition-colors duration-500" style="color:rgba(0,0,0,0.12);">I</div>
<h3 class="font-display text-2xl mb-3" style="color:#0a0a1a;">Finance</h3>
<div class="mx-auto mb-4" style="width:60px;height:1px;background:rgba(0,0,0,0.2);"></div>
<p class="font-body text-sm leading-relaxed" style="color:rgba(0,0,0,0.55);">Capital markets, fintech innovation, risk modelling, and the future of global financial systems.</p>
<span class="inline-block mt-6 text-xs uppercase tracking-[0.2em] font-body transition-colors duration-300" style="color:rgba(0,0,0,0.45);">Explore Track →</span>
</a>
<a href="tracks.html#law" class="p-8 rounded-sm text-center group block transition-all duration-300 hover:scale-[1.02]" style="background:linear-gradient(145deg,#c9a96e,#d4a44e);box-shadow:0 8px 32px rgba(201,169,110,0.25);">
<div class="font-display text-5xl mb-4 transition-colors duration-500" style="color:rgba(0,0,0,0.12);">II</div>
<h3 class="font-display text-2xl mb-3" style="color:#0a0a1a;">Law</h3>
<div class="mx-auto mb-4" style="width:60px;height:1px;background:rgba(0,0,0,0.2);"></div>
<p class="font-body text-sm leading-relaxed" style="color:rgba(0,0,0,0.55);">Regulatory frameworks, international arbitration, intellectual property, and the evolving legal landscape.</p>
<span class="inline-block mt-6 text-xs uppercase tracking-[0.2em] font-body transition-colors duration-300" style="color:rgba(0,0,0,0.45);">Explore Track →</span>
</a>
<a href="tracks.html#engineering" class="p-8 rounded-sm text-center group block transition-all duration-300 hover:scale-[1.02]" style="background:linear-gradient(145deg,#c9a96e,#d4a44e);box-shadow:0 8px 32px rgba(201,169,110,0.25);">
<div class="font-display text-5xl mb-4 transition-colors duration-500" style="color:rgba(0,0,0,0.12);">III</div>
<h3 class="font-display text-2xl mb-3" style="color:#0a0a1a;">Engineering</h3>
<div class="mx-auto mb-4" style="width:60px;height:1px;background:rgba(0,0,0,0.2);"></div>
<p class="font-body text-sm leading-relaxed" style="color:rgba(0,0,0,0.55);">Sustainable infrastructure, AI & automation, systems design, and engineering solutions for tomorrow.</p>
<span class="inline-block mt-6 text-xs uppercase tracking-[0.2em] font-body transition-colors duration-300" style="color:rgba(0,0,0,0.45);">Explore Track →</span>
</a>
<a href="tracks.html#management" class="p-8 rounded-sm text-center group block transition-all duration-300 hover:scale-[1.02]" style="background:linear-gradient(145deg,#c9a96e,#d4a44e);box-shadow:0 8px 32px rgba(201,169,110,0.25);">
<div class="font-display text-5xl mb-4 transition-colors duration-500" style="color:rgba(0,0,0,0.12);">IV</div>
<h3 class="font-display text-2xl mb-3" style="color:#0a0a1a;">Management</h3>
<div class="mx-auto mb-4" style="width:60px;height:1px;background:rgba(0,0,0,0.2);"></div>
<p class="font-body text-sm leading-relaxed" style="color:rgba(0,0,0,0.55);">Strategic leadership, organisational behaviour, entrepreneurship, and the future of global business.</p>
<span class="inline-block mt-6 text-xs uppercase tracking-[0.2em] font-body transition-colors duration-300" style="color:rgba(0,0,0,0.45);">Explore Track →</span>
</a>
</div>
</div>
</section>
<!-- Divider -->
<div class="w-full h-px bg-gradient-to-r from-transparent via-gold-500/20 to-transparent"></div>
<!-- Countdown Timer -->
<section class="py-24 md:py-32">
<style>
.clock-card {
position: relative;
background: linear-gradient(180deg, #0e0e28 0%, #080818 100%);
border: 1px solid rgba(201,169,110,0.18);
border-radius: 6px;
overflow: hidden;
box-shadow: 0 0 32px rgba(201,169,110,0.08), 0 8px 32px rgba(0,0,0,0.6), inset 0 1px 0 rgba(201,169,110,0.1);
}
/* flip-clock split line */
.clock-card::after {
content: '';
position: absolute;
left: 0; right: 0;
top: 50%;
height: 1px;
background: rgba(201,169,110,0.15);
z-index: 2;
box-shadow: 0 0 8px rgba(201,169,110,0.1);
}
/* top half slightly lighter, bottom slightly darker */
.clock-card::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.03) 50%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.15) 100%);
z-index: 1;
border-radius: 6px;
}
.clock-digit {
position: relative;
z-index: 3;
font-family: 'Cormorant Garamond', serif;
font-weight: 300;
color: #d4a44e;
text-shadow: 0 0 24px rgba(201,169,110,0.5), 0 0 48px rgba(201,169,110,0.2);
line-height: 1;
letter-spacing: -0.02em;
}
.clock-colon {
font-family: 'Cormorant Garamond', serif;
font-weight: 300;
color: rgba(201,169,110,0.3);
line-height: 1;
align-self: center;
margin-bottom: 20px;
}
</style>
<div class="max-w-4xl mx-auto px-6 lg:px-12 text-center fade-up">
<p class="scramble-text text-gold-500/60 text-xs uppercase tracking-[0.3em] font-body mb-10">Until the Forum</p>
<div class="flex items-end justify-center gap-2 sm:gap-3 md:gap-4 mb-8">
<!-- Days -->
<div class="flex flex-col items-center gap-3">
<div class="clock-card flex items-center justify-center" style="width:clamp(64px,18vw,130px);height:clamp(80px,22vw,160px);">
<span class="clock-digit" style="font-size:clamp(2rem,9vw,5.5rem);" id="ct-days">--</span>
</div>
<p class="font-body text-white/30 text-[9px] sm:text-[10px] uppercase tracking-[0.25em]">Days</p>
</div>
<span class="clock-colon" style="font-size:clamp(1.5rem,6vw,3.5rem);margin-bottom:28px;">:</span>
<!-- Hours -->
<div class="flex flex-col items-center gap-3">
<div class="clock-card flex items-center justify-center" style="width:clamp(64px,18vw,130px);height:clamp(80px,22vw,160px);">
<span class="clock-digit" style="font-size:clamp(2rem,9vw,5.5rem);" id="ct-hours">--</span>
</div>
<p class="font-body text-white/30 text-[9px] sm:text-[10px] uppercase tracking-[0.25em]">Hours</p>
</div>
<span class="clock-colon" style="font-size:clamp(1.5rem,6vw,3.5rem);margin-bottom:28px;">:</span>
<!-- Minutes -->
<div class="flex flex-col items-center gap-3">
<div class="clock-card flex items-center justify-center" style="width:clamp(64px,18vw,130px);height:clamp(80px,22vw,160px);">
<span class="clock-digit" style="font-size:clamp(2rem,9vw,5.5rem);" id="ct-mins">--</span>
</div>
<p class="font-body text-white/30 text-[9px] sm:text-[10px] uppercase tracking-[0.25em]">Mins</p>
</div>
<span class="clock-colon" style="font-size:clamp(1.5rem,6vw,3.5rem);margin-bottom:28px;">:</span>
<!-- Seconds -->
<div class="flex flex-col items-center gap-3">
<div class="clock-card flex items-center justify-center" style="width:clamp(64px,18vw,130px);height:clamp(80px,22vw,160px);">
<span class="clock-digit" style="font-size:clamp(2rem,9vw,5.5rem);" id="ct-secs">--</span>
</div>
<p class="font-body text-white/30 text-[9px] sm:text-[10px] uppercase tracking-[0.25em]">Secs</p>
</div>
</div>
<p class="text-gold-500/40 text-xs uppercase tracking-[0.35em] font-body">Dubai · Business Bay · August 2026</p>
</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="about.html" class="text-white/30 text-sm font-body hover:text-gold-400 transition-colors duration-300">About</a>
<a href="team.html" class="text-white/30 text-sm font-body hover:text-gold-400 transition-colors duration-300">Team</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>
</div><!-- end section-dark -->
<script>
// ─── Three.js Shader (from 2.txt) ───────────────────────────────────────────
(function() {
const canvas = document.getElementById('shader-canvas');
const container = document.getElementById('shader-hero');
const camera = new THREE.Camera();
camera.position.z = 1;
const scene = new THREE.Scene();
const geometry = new THREE.PlaneGeometry(2, 2);
const uniforms = {
time: { type: 'f', value: 1.0 },
resolution: { type: 'v2', value: new THREE.Vector2() }
};
const vertexShader = `void main() { gl_Position = vec4(position, 1.0); }`;
const fragmentShader = `
#define TWO_PI 6.2831853072
#define PI 3.14159265359
precision highp float;
uniform vec2 resolution;
uniform float time;
void main(void) {
vec2 uv = (gl_FragCoord.xy * 2.0 - resolution.xy) / min(resolution.x, resolution.y);
float t = time * 0.05;
float lineWidth = 0.002;
vec3 color = vec3(0.0);
for(int j = 0; j < 3; j++){
for(int i = 0; i < 5; i++){
color[j] += lineWidth * float(i*i) / abs(
fract(t - 0.01*float(j) + float(i)*0.01)*5.0
- length(uv)
+ mod(uv.x + uv.y, 0.2)
);
}
}
gl_FragColor = vec4(color[0], color[1], color[2], 1.0);
}
`;
const material = new THREE.ShaderMaterial({ uniforms, vertexShader, fragmentShader });
const mesh = new THREE.Mesh(geometry, material);
scene.add(mesh);
const renderer = new THREE.WebGLRenderer({ canvas, antialias: true });
renderer.setPixelRatio(window.devicePixelRatio);
function resize() {
const w = container.clientWidth;
const h = container.clientHeight;
renderer.setSize(w, h);
uniforms.resolution.value.x = renderer.domElement.width;
uniforms.resolution.value.y = renderer.domElement.height;
}
resize();
window.addEventListener('resize', resize);
function animate() {
requestAnimationFrame(animate);
uniforms.time.value += 0.05;
renderer.render(scene, camera);
}
animate();
})();
// ─── Nav background on scroll ────────────────────────────────────────────────
const nav = document.getElementById('mainNav');
window.addEventListener('scroll', () => {
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';
}
});
// ─── 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(entries => entries.forEach(e => { if (e.isIntersecting) e.target.classList.add('visible'); }), { threshold: 0.12 });
document.querySelectorAll('.fade-up').forEach(el => obs.observe(el));
// ─── Countdown to August 2, 2026 00:00 UAE (UTC+4) ──────────────────────────
const forumTarget = new Date('2026-08-01T20:00:00Z'); // midnight UAE = 20:00 UTC prev day
function tickForum() {
const diff = forumTarget - new Date();
if (diff <= 0) {
['ct-days','ct-hours','ct-mins','ct-secs'].forEach(id => { const el = document.getElementById(id); if(el) el.textContent = '00'; });
return;
}
const d = document.getElementById('ct-days'), h = document.getElementById('ct-hours'),
m = document.getElementById('ct-mins'), s = document.getElementById('ct-secs');
if(d) d.textContent = String(Math.floor(diff/86400000)).padStart(2,'0');
if(h) h.textContent = String(Math.floor(diff%86400000/3600000)).padStart(2,'0');
if(m) m.textContent = String(Math.floor(diff%3600000/60000)).padStart(2,'0');
if(s) s.textContent = String(Math.floor(diff%60000/1000)).padStart(2,'0');
}
tickForum();
setInterval(tickForum, 1000);
// ─── 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>