SengTak commited on
Commit
4d62e56
·
verified ·
1 Parent(s): 7fe4fa3

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +567 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Deepsite Aisummit25
3
- emoji: 🚀
4
- colorFrom: purple
5
- colorTo: pink
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: deepsite-aisummit25
3
+ emoji: 🐳
4
+ colorFrom: pink
5
+ colorTo: purple
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,567 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>ASEAN AI Business Summit 2025</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
11
+
12
+ body {
13
+ font-family: 'Poppins', sans-serif;
14
+ scroll-behavior: smooth;
15
+ }
16
+
17
+ .gradient-bg {
18
+ background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
19
+ }
20
+
21
+ .speaker-card:hover {
22
+ transform: translateY(-10px);
23
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
24
+ }
25
+
26
+ .program-card:hover {
27
+ transform: scale(1.03);
28
+ }
29
+
30
+ .award-card {
31
+ transition: all 0.3s ease;
32
+ }
33
+
34
+ .award-card:hover {
35
+ transform: scale(1.05);
36
+ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
37
+ }
38
+
39
+ .glow-text {
40
+ text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
41
+ }
42
+
43
+ .countdown-item {
44
+ background: rgba(255, 255, 255, 0.15);
45
+ backdrop-filter: blur(5px);
46
+ }
47
+
48
+ .neon-border {
49
+ position: relative;
50
+ }
51
+
52
+ .neon-border::after {
53
+ content: '';
54
+ position: absolute;
55
+ top: 0;
56
+ left: 0;
57
+ right: 0;
58
+ bottom: 0;
59
+ border: 2px solid transparent;
60
+ border-radius: 0.5rem;
61
+ background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899) border-box;
62
+ -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
63
+ -webkit-mask-composite: destination-out;
64
+ mask-composite: exclude;
65
+ pointer-events: none;
66
+ }
67
+ </style>
68
+ </head>
69
+ <body class="bg-gray-900 text-white">
70
+ <!-- Navigation -->
71
+ <nav class="fixed w-full z-50 bg-gray-900/90 backdrop-blur-md">
72
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
73
+ <div class="flex items-center justify-between h-16">
74
+ <div class="flex items-center">
75
+ <div class="flex-shrink-0">
76
+ <span class="text-2xl font-bold bg-clip-text text-transparent gradient-bg">AI<span class="text-white">2025</span></span>
77
+ </div>
78
+ </div>
79
+ <div class="hidden md:block">
80
+ <div class="ml-10 flex items-baseline space-x-4">
81
+ <a href="#home" class="px-3 py-2 rounded-md text-sm font-medium text-white hover:bg-gray-800 transition">Home</a>
82
+ <a href="#speakers" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white hover:bg-gray-800 transition">Speakers</a>
83
+ <a href="#program" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white hover:bg-gray-800 transition">Program</a>
84
+ <a href="#awards" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white hover:bg-gray-800 transition">Awards</a>
85
+ <a href="#register" class="ml-4 px-4 py-2 rounded-md text-sm font-medium text-white bg-gradient-to-r from-blue-500 to-purple-600 hover:from-blue-600 hover:to-purple-700 transition">Register Now</a>
86
+ </div>
87
+ </div>
88
+ <div class="md:hidden">
89
+ <button class="text-gray-300 hover:text-white focus:outline-none">
90
+ <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
91
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
92
+ </svg>
93
+ </button>
94
+ </div>
95
+ </div>
96
+ </div>
97
+ </nav>
98
+
99
+ <!-- Hero Banner -->
100
+ <section id="home" class="gradient-bg pt-32 pb-20 md:pt-40 md:pb-32 px-4">
101
+ <div class="max-w-7xl mx-auto text-center">
102
+ <div class="mb-6">
103
+ <span class="inline-block px-3 py-1 text-xs font-semibold text-white bg-white/20 rounded-full backdrop-blur-sm">JUNE 15-17, 2025</span>
104
+ </div>
105
+ <h1 class="text-4xl md:text-6xl font-bold mb-6 glow-text">ASEAN AI BUSINESS SUMMIT 2025</h1>
106
+ <p class="text-xl md:text-2xl max-w-3xl mx-auto mb-10 text-white/90">Shaping the Future of Artificial Intelligence in Southeast Asia</p>
107
+
108
+ <div class="flex flex-col sm:flex-row justify-center gap-4 mb-16">
109
+ <a href="#register" class="px-8 py-4 rounded-lg font-bold text-white bg-black hover:bg-gray-900 transition transform hover:scale-105 shadow-lg">
110
+ Register Now
111
+ </a>
112
+ <a href="#program" class="px-8 py-4 rounded-lg font-bold text-white bg-white/10 hover:bg-white/20 transition transform hover:scale-105 shadow-lg backdrop-blur-sm">
113
+ View Program
114
+ </a>
115
+ </div>
116
+
117
+ <div class="max-w-4xl mx-auto bg-white/10 rounded-xl p-6 backdrop-blur-sm neon-border">
118
+ <div class="flex justify-center gap-8">
119
+ <div class="text-center">
120
+ <div class="countdown-item rounded-lg w-20 h-20 flex items-center justify-center">
121
+ <div>
122
+ <div class="text-2xl font-bold" id="days">00</div>
123
+ <div class="text-xs uppercase">Days</div>
124
+ </div>
125
+ </div>
126
+ </div>
127
+ <div class="text-center">
128
+ <div class="countdown-item rounded-lg w-20 h-20 flex items-center justify-center">
129
+ <div>
130
+ <div class="text-2xl font-bold" id="hours">00</div>
131
+ <div class="text-xs uppercase">Hours</div>
132
+ </div>
133
+ </div>
134
+ </div>
135
+ <div class="text-center">
136
+ <div class="countdown-item rounded-lg w-20 h-20 flex items-center justify-center">
137
+ <div>
138
+ <div class="text-2xl font-bold" id="minutes">00</div>
139
+ <div class="text-xs uppercase">Minutes</div>
140
+ </div>
141
+ </div>
142
+ </div>
143
+ <div class="text-center">
144
+ <div class="countdown-item rounded-lg w-20 h-20 flex items-center justify-center">
145
+ <div>
146
+ <div class="text-2xl font-bold" id="seconds">00</div>
147
+ <div class="text-xs uppercase">Seconds</div>
148
+ </div>
149
+ </div>
150
+ </div>
151
+ </div>
152
+ </div>
153
+ </div>
154
+ </section>
155
+
156
+ <!-- Featured Speakers -->
157
+ <section id="speakers" class="py-20 px-4 bg-gray-900">
158
+ <div class="max-w-7xl mx-auto">
159
+ <div class="text-center mb-16">
160
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Featured Keynote Speakers</h2>
161
+ <div class="w-20 h-1 bg-gradient-to-r from-blue-500 to-purple-600 mx-auto"></div>
162
+ </div>
163
+
164
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-10">
165
+ <!-- Speaker 1 -->
166
+ <div class="speaker-card bg-gray-800 rounded-xl p-6 transition duration-300 ease-in-out shadow-xl">
167
+ <div class="relative mb-6">
168
+ <div class="absolute -inset-1 bg-gradient-to-r from-blue-500 to-purple-600 rounded-xl blur opacity-75"></div>
169
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="DeepSeek Founder" class="relative w-full h-64 object-cover rounded-lg">
170
+ </div>
171
+ <h3 class="text-xl font-bold mb-1">Dr. Alan Chen</h3>
172
+ <p class="text-purple-400 mb-3">Founder & CEO, DeepSeek</p>
173
+ <p class="text-gray-400 mb-4">Pioneer in neural network architectures and AI safety protocols. His work has revolutionized how machines understand human language.</p>
174
+ <div class="flex space-x-3">
175
+ <a href="#" class="text-blue-400 hover:text-blue-300"><i class="fab fa-linkedin"></i></a>
176
+ <a href="#" class="text-blue-400 hover:text-blue-300"><i class="fab fa-twitter"></i></a>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Speaker 2 -->
181
+ <div class="speaker-card bg-gray-800 rounded-xl p-6 transition duration-300 ease-in-out shadow-xl">
182
+ <div class="relative mb-6">
183
+ <div class="absolute -inset-1 bg-gradient-to-r from-blue-500 to-purple-600 rounded-xl blur opacity-75"></div>
184
+ <img src="https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80" alt="Unitree Humanoid Robot" class="relative w-full h-64 object-cover rounded-lg">
185
+ </div>
186
+ <h3 class="text-xl font-bold mb-1">NOVA-7</h3>
187
+ <p class="text-purple-400 mb-3">Advanced Humanoid Robot, Unitree</p>
188
+ <p class="text-gray-400 mb-4">The most advanced humanoid robot in ASEAN, capable of natural movement, speech, and real-time problem solving. Will demonstrate live capabilities.</p>
189
+ <div class="flex space-x-3">
190
+ <span class="text-gray-500"><i class="fas fa-robot"></i></span>
191
+ <span class="text-gray-500"><i class="fas fa-microchip"></i></span>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Speaker 3 -->
196
+ <div class="speaker-card bg-gray-800 rounded-xl p-6 transition duration-300 ease-in-out shadow-xl">
197
+ <div class="relative mb-6">
198
+ <div class="absolute -inset-1 bg-gradient-to-r from-blue-500 to-purple-600 rounded-xl blur opacity-75"></div>
199
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="President of the Committee" class="relative w-full h-64 object-cover rounded-lg">
200
+ </div>
201
+ <h3 class="text-xl font-bold mb-1">Prof. Sophia Lim</h3>
202
+ <p class="text-purple-400 mb-3">President, ASEAN AI Governance Committee</p>
203
+ <p class="text-gray-400 mb-4">Leading authority on AI policy and ethics in Southeast Asia. Will present the new ASEAN AI governance framework for 2025-2030.</p>
204
+ <div class="flex space-x-3">
205
+ <a href="#" class="text-blue-400 hover:text-blue-300"><i class="fab fa-linkedin"></i></a>
206
+ <a href="#" class="text-blue-400 hover:text-blue-300"><i class="fas fa-globe"></i></a>
207
+ </div>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="text-center mt-16">
212
+ <a href="#" class="px-6 py-3 rounded-lg font-medium text-white bg-gradient-to-r from-blue-500 to-purple-600 hover:from-blue-600 hover:to-purple-700 transition transform hover:scale-105 inline-flex items-center">
213
+ View All Speakers <i class="fas fa-arrow-right ml-2"></i>
214
+ </a>
215
+ </div>
216
+ </div>
217
+ </section>
218
+
219
+ <!-- Program Section -->
220
+ <section id="program" class="py-20 px-4 bg-gray-800">
221
+ <div class="max-w-7xl mx-auto">
222
+ <div class="text-center mb-16">
223
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Conference Program</h2>
224
+ <div class="w-20 h-1 bg-gradient-to-r from-blue-500 to-purple-600 mx-auto"></div>
225
+ </div>
226
+
227
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
228
+ <!-- Day 1 -->
229
+ <div class="program-card bg-gray-900 rounded-xl overflow-hidden transition duration-300 ease-in-out">
230
+ <div class="gradient-bg p-6 text-center">
231
+ <h3 class="text-xl font-bold">Day 1</h3>
232
+ <p class="text-white/80">June 15, 2025</p>
233
+ </div>
234
+ <div class="p-6">
235
+ <div class="mb-6">
236
+ <div class="flex items-start mb-4">
237
+ <div class="bg-blue-500 rounded-full w-3 h-3 mt-1 mr-3"></div>
238
+ <div>
239
+ <h4 class="font-bold">08:00 - 09:00</h4>
240
+ <p class="text-gray-400">Registration & Welcome Coffee</p>
241
+ </div>
242
+ </div>
243
+ <div class="flex items-start mb-4">
244
+ <div class="bg-purple-500 rounded-full w-3 h-3 mt-1 mr-3"></div>
245
+ <div>
246
+ <h4 class="font-bold">09:00 - 10:30</h4>
247
+ <p class="text-gray-400">Opening Keynote: The State of AI in ASEAN</p>
248
+ </div>
249
+ </div>
250
+ <div class="flex items-start mb-4">
251
+ <div class="bg-pink-500 rounded-full w-3 h-3 mt-1 mr-3"></div>
252
+ <div>
253
+ <h4 class="font-bold">10:30 - 12:00</h4>
254
+ <p class="text-gray-400">Panel: Ethical AI Development</p>
255
+ </div>
256
+ </div>
257
+ </div>
258
+ <a href="#" class="text-blue-400 hover:text-blue-300 inline-flex items-center">
259
+ Full Schedule <i class="fas fa-arrow-right ml-2"></i>
260
+ </a>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Day 2 -->
265
+ <div class="program-card bg-gray-900 rounded-xl overflow-hidden transition duration-300 ease-in-out transform hover:scale-105">
266
+ <div class="gradient-bg p-6 text-center">
267
+ <h3 class="text-xl font-bold">Day 2</h3>
268
+ <p class="text-white/80">June 16, 2025</p>
269
+ </div>
270
+ <div class="p-6">
271
+ <div class="mb-6">
272
+ <div class="flex items-start mb-4">
273
+ <div class="bg-blue-500 rounded-full w-3 h-3 mt-1 mr-3"></div>
274
+ <div>
275
+ <h4 class="font-bold">08:30 - 10:00</h4>
276
+ <p class="text-gray-400">Keynote: DeepSeek's Latest Breakthroughs</p>
277
+ </div>
278
+ </div>
279
+ <div class="flex items-start mb-4">
280
+ <div class="bg-purple-500 rounded-full w-3 h-3 mt-1 mr-3"></div>
281
+ <div>
282
+ <h4 class="font-bold">10:00 - 12:00</h4>
283
+ <p class="text-gray-400">Workshop: Building AI Startups</p>
284
+ </div>
285
+ </div>
286
+ <div class="flex items-start mb-4">
287
+ <div class="bg-pink-500 rounded-full w-3 h-3 mt-1 mr-3"></div>
288
+ <div>
289
+ <h4 class="font-bold">14:00 - 15:30</h4>
290
+ <p class="text-gray-400">Live Demo: Unitree Humanoid Robot</p>
291
+ </div>
292
+ </div>
293
+ </div>
294
+ <a href="#" class="text-blue-400 hover:text-blue-300 inline-flex items-center">
295
+ Full Schedule <i class="fas fa-arrow-right ml-2"></i>
296
+ </a>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Day 3 -->
301
+ <div class="program-card bg-gray-900 rounded-xl overflow-hidden transition duration-300 ease-in-out">
302
+ <div class="gradient-bg p-6 text-center">
303
+ <h3 class="text-xl font-bold">Day 3</h3>
304
+ <p class="text-white/80">June 17, 2025</p>
305
+ </div>
306
+ <div class="p-6">
307
+ <div class="mb-6">
308
+ <div class="flex items-start mb-4">
309
+ <div class="bg-blue-500 rounded-full w-3 h-3 mt-1 mr-3"></div>
310
+ <div>
311
+ <h4 class="font-bold">09:00 - 10:30</h4>
312
+ <p class="text-gray-400">Keynote: ASEAN AI Governance Framework</p>
313
+ </div>
314
+ </div>
315
+ <div class="flex items-start mb-4">
316
+ <div class="bg-purple-500 rounded-full w-3 h-3 mt-1 mr-3"></div>
317
+ <div>
318
+ <h4 class="font-bold">11:00 - 12:30</h4>
319
+ <p class="text-gray-400">Panel: Future of Work with AI</p>
320
+ </div>
321
+ </div>
322
+ <div class="flex items-start mb-4">
323
+ <div class="bg-pink-500 rounded-full w-3 h-3 mt-1 mr-3"></div>
324
+ <div>
325
+ <h4 class="font-bold">14:00 - 16:00</h4>
326
+ <p class="text-gray-400">ASEAN AI Awards Ceremony</p>
327
+ </div>
328
+ </div>
329
+ </div>
330
+ <a href="#" class="text-blue-400 hover:text-blue-300 inline-flex items-center">
331
+ Full Schedule <i class="fas fa-arrow-right ml-2"></i>
332
+ </a>
333
+ </div>
334
+ </div>
335
+ </div>
336
+ </div>
337
+ </section>
338
+
339
+ <!-- Awards Section -->
340
+ <section id="awards" class="py-20 px-4 bg-gray-900">
341
+ <div class="max-w-7xl mx-auto">
342
+ <div class="text-center mb-16">
343
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">ASEAN AI Awards 2025</h2>
344
+ <p class="text-xl text-gray-400 max-w-3xl mx-auto">Recognizing excellence and innovation in artificial intelligence across Southeast Asia</p>
345
+ <div class="w-20 h-1 bg-gradient-to-r from-blue-500 to-purple-600 mx-auto mt-4"></div>
346
+ </div>
347
+
348
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
349
+ <!-- Award 1 -->
350
+ <div class="award-card bg-gray-800 rounded-xl p-8 text-center">
351
+ <div class="gradient-bg w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
352
+ <i class="fas fa-trophy text-3xl text-white"></i>
353
+ </div>
354
+ <h3 class="text-xl font-bold mb-3">AI Innovation of the Year</h3>
355
+ <p class="text-gray-400 mb-4">Recognizing the most groundbreaking AI technology or application developed in the ASEAN region.</p>
356
+ <div class="text-sm text-purple-400">Prize: $50,000 + Trophy</div>
357
+ </div>
358
+
359
+ <!-- Award 2 -->
360
+ <div class="award-card bg-gray-800 rounded-xl p-8 text-center">
361
+ <div class="gradient-bg w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
362
+ <i class="fas fa-lightbulb text-3xl text-white"></i>
363
+ </div>
364
+ <h3 class="text-xl font-bold mb-3">Best AI Startup</h3>
365
+ <p class="text-gray-400 mb-4">Awarded to the most promising AI startup demonstrating innovation, growth potential, and impact.</p>
366
+ <div class="text-sm text-purple-400">Prize: $30,000 + Mentorship</div>
367
+ </div>
368
+
369
+ <!-- Award 3 -->
370
+ <div class="award-card bg-gray-800 rounded-xl p-8 text-center">
371
+ <div class="gradient-bg w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
372
+ <i class="fas fa-robot text-3xl text-white"></i>
373
+ </div>
374
+ <h3 class="text-xl font-bold mb-3">Best Robotics Application</h3>
375
+ <p class="text-gray-400 mb-4">For outstanding implementation of AI in robotics with practical applications in industry or society.</p>
376
+ <div class="text-sm text-purple-400">Prize: $25,000 + Exhibition Space</div>
377
+ </div>
378
+
379
+ <!-- Award 4 -->
380
+ <div class="award-card bg-gray-800 rounded-xl p-8 text-center">
381
+ <div class="gradient-bg w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
382
+ <i class="fas fa-heart text-3xl text-white"></i>
383
+ </div>
384
+ <h3 class="text-xl font-bold mb-3">AI for Social Good</h3>
385
+ <p class="text-gray-400 mb-4">Recognizing AI projects that have made significant positive impact on society or the environment.</p>
386
+ <div class="text-sm text-purple-400">Prize: $20,000 + Implementation Support</div>
387
+ </div>
388
+
389
+ <!-- Award 5 -->
390
+ <div class="award-card bg-gray-800 rounded-xl p-8 text-center">
391
+ <div class="gradient-bg w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
392
+ <i class="fas fa-graduation-cap text-3xl text-white"></i>
393
+ </div>
394
+ <h3 class="text-xl font-bold mb-3">Young AI Researcher</h3>
395
+ <p class="text-gray-400 mb-4">Awarded to an outstanding young researcher (under 30) for significant contributions to AI.</p>
396
+ <div class="text-sm text-purple-400">Prize: $15,000 + Research Grant</div>
397
+ </div>
398
+
399
+ <!-- Award 6 -->
400
+ <div class="award-card bg-gray-800 rounded-xl p-8 text-center">
401
+ <div class="gradient-bg w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
402
+ <i class="fas fa-building text-3xl text-white"></i>
403
+ </div>
404
+ <h3 class="text-xl font-bold mb-3">Corporate AI Implementation</h3>
405
+ <p class="text-gray-400 mb-4">For exceptional integration of AI solutions in traditional businesses with measurable results.</p>
406
+ <div class="text-sm text-purple-400">Prize: Recognition + Case Study Publication</div>
407
+ </div>
408
+ </div>
409
+
410
+ <div class="text-center mt-16">
411
+ <a href="#" class="px-6 py-3 rounded-lg font-medium text-white bg-gradient-to-r from-blue-500 to-purple-600 hover:from-blue-600 hover:to-purple-700 transition transform hover:scale-105 inline-flex items-center">
412
+ Nominate Now <i class="fas fa-arrow-right ml-2"></i>
413
+ </a>
414
+ </div>
415
+ </div>
416
+ </section>
417
+
418
+ <!-- Registration CTA -->
419
+ <section id="register" class="gradient-bg py-20 px-4">
420
+ <div class="max-w-4xl mx-auto bg-white/10 rounded-2xl p-8 md:p-12 backdrop-blur-sm neon-border">
421
+ <div class="text-center mb-10">
422
+ <h2 class="text-3xl md:text-4xl font-bold mb-4 glow-text">Join the ASEAN AI Revolution</h2>
423
+ <p class="text-xl text-white/90 max-w-2xl mx-auto">Secure your spot at the most anticipated AI event of 2025</p>
424
+ </div>
425
+
426
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-10">
427
+ <div class="bg-white/5 p-6 rounded-xl border border-white/10">
428
+ <h3 class="font-bold text-lg mb-2">Standard Pass</h3>
429
+ <p class="text-3xl font-bold mb-4">$499<span class="text-sm font-normal text-white/70">/person</span></p>
430
+ <ul class="space-y-3 text-sm text-white/80">
431
+ <li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Full conference access</li>
432
+ <li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Exhibition hall</li>
433
+ <li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Networking sessions</li>
434
+ <li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Lunch & coffee breaks</li>
435
+ <li class="flex items-center"><i class="fas fa-times-circle text-gray-500 mr-2"></i> VIP seating</li>
436
+ </ul>
437
+ <button class="w-full mt-6 py-3 rounded-lg font-medium text-white bg-gradient-to-r from-blue-500 to-purple-600 hover:from-blue-600 hover:to-purple-700 transition">Register Now</button>
438
+ </div>
439
+
440
+ <div class="bg-white/5 p-6 rounded-xl border-2 border-purple-500 relative">
441
+ <div class="absolute -top-3 left-1/2 transform -translate-x-1/2 bg-purple-500 text-xs font-bold px-3 py-1 rounded-full">POPULAR</div>
442
+ <h3 class="font-bold text-lg mb-2">Premium Pass</h3>
443
+ <p class="text-3xl font-bold mb-4">$799<span class="text-sm font-normal text-white/70">/person</span></p>
444
+ <ul class="space-y-3 text-sm text-white/80">
445
+ <li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> All Standard benefits</li>
446
+ <li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> VIP seating</li>
447
+ <li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Exclusive workshops</li>
448
+ <li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Speaker meet & greet</li>
449
+ <li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Awards ceremony dinner</li>
450
+ </ul>
451
+ <button class="w-full mt-6 py-3 rounded-lg font-medium text-white bg-gradient-to-r from-purple-500 to-pink-600 hover:from-purple-600 hover:to-pink-700 transition">Register Now</button>
452
+ </div>
453
+
454
+ <div class="bg-white/5 p-6 rounded-xl border border-white/10">
455
+ <h3 class="font-bold text-lg mb-2">Group Pass</h3>
456
+ <p class="text-3xl font-bold mb-4">$399<span class="text-sm font-normal text-white/70">/person</span></p>
457
+ <p class="text-sm text-white/80 mb-4">For groups of 5+ attendees</p>
458
+ <ul class="space-y-3 text-sm text-white/80">
459
+ <li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> All Standard benefits</li>
460
+ <li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Dedicated group seating</li>
461
+ <li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Group networking session</li>
462
+ <li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Company logo on website</li>
463
+ <li class="flex items-center"><i class="fas fa-times-circle text-gray-500 mr-2"></i> VIP benefits</li>
464
+ </ul>
465
+ <button class="w-full mt-6 py-3 rounded-lg font-medium text-white bg-gradient-to-r from-blue-500 to-purple-600 hover:from-blue-600 hover:to-purple-700 transition">Register Group</button>
466
+ </div>
467
+ </div>
468
+
469
+ <div class="text-center text-sm text-white/80">
470
+ <p>Early bird discounts available until March 31, 2025</p>
471
+ <p>Academic and student rates available upon request</p>
472
+ </div>
473
+ </div>
474
+ </section>
475
+
476
+ <!-- Footer -->
477
+ <footer class="bg-gray-900 py-12 px-4 border-t border-gray-800">
478
+ <div class="max-w-7xl mx-auto">
479
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
480
+ <div>
481
+ <h3 class="text-xl font-bold mb-4">ASEAN AI Summit</h3>
482
+ <p class="text-gray-400">The premier artificial intelligence conference in Southeast Asia, bringing together innovators, researchers, and business leaders.</p>
483
+ </div>
484
+ <div>
485
+ <h4 class="font-bold mb-4">Quick Links</h4>
486
+ <ul class="space-y-2 text-gray-400">
487
+ <li><a href="#" class="hover:text-white transition">Home</a></li>
488
+ <li><a href="#speakers" class="hover:text-white transition">Speakers</a></li>
489
+ <li><a href="#program" class="hover:text-white transition">Program</a></li>
490
+ <li><a href="#awards" class="hover:text-white transition">Awards</a></li>
491
+ <li><a href="#register" class="hover:text-white transition">Register</a></li>
492
+ </ul>
493
+ </div>
494
+ <div>
495
+ <h4 class="font-bold mb-4">Venue</h4>
496
+ <address class="not-italic text-gray-400">
497
+ Marina Bay Sands<br>
498
+ 10 Bayfront Avenue<br>
499
+ Singapore 018956
500
+ </address>
501
+ </div>
502
+ <div>
503
+ <h4 class="font-bold mb-4">Contact</h4>
504
+ <ul class="space-y-2 text-gray-400">
505
+ <li><a href="mailto:[email protected]" class="hover:text-white transition">[email protected]</a></li>
506
+ <li><a href="tel:+6561234567" class="hover:text-white transition">+65 6123 4567</a></li>
507
+ <li class="flex space-x-4 mt-4">
508
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
509
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin"></i></a>
510
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook"></i></a>
511
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
512
+ </li>
513
+ </ul>
514
+ </div>
515
+ </div>
516
+ <div class="pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
517
+ <p class="text-gray-400 text-sm mb-4 md:mb-0">© 2025 ASEAN AI Business Summit. All rights reserved.</p>
518
+ <div class="flex space-x-6">
519
+ <a href="#" class="text-gray-400 hover:text-white text-sm">Privacy Policy</a>
520
+ <a href="#" class="text-gray-400 hover:text-white text-sm">Terms of Service</a>
521
+ <a href="#" class="text-gray-400 hover:text-white text-sm">Code of Conduct</a>
522
+ </div>
523
+ </div>
524
+ </div>
525
+ </footer>
526
+
527
+ <script>
528
+ // Countdown timer
529
+ function updateCountdown() {
530
+ const now = new Date();
531
+ const eventDate = new Date("June 15, 2025 09:00:00");
532
+ const diff = eventDate - now;
533
+
534
+ const days = Math.floor(diff / (1000 * 60 * 60 * 24));
535
+ const hours = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
536
+ const minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60));
537
+ const seconds = Math.floor((diff % (1000 * 60)) / 1000);
538
+
539
+ document.getElementById('days').textContent = days.toString().padStart(2, '0');
540
+ document.getElementById('hours').textContent = hours.toString().padStart(2, '0');
541
+ document.getElementById('minutes').textContent = minutes.toString().padStart(2, '0');
542
+ document.getElementById('seconds').textContent = seconds.toString().padStart(2, '0');
543
+ }
544
+
545
+ setInterval(updateCountdown, 1000);
546
+ updateCountdown();
547
+
548
+ // Smooth scrolling for navigation
549
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
550
+ anchor.addEventListener('click', function (e) {
551
+ e.preventDefault();
552
+
553
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
554
+ behavior: 'smooth'
555
+ });
556
+ });
557
+ });
558
+
559
+ // Mobile menu toggle (would need additional implementation)
560
+ const mobileMenuButton = document.querySelector('.md\\:hidden button');
561
+ mobileMenuButton.addEventListener('click', function() {
562
+ // This would toggle a mobile menu (not implemented in this example)
563
+ console.log('Mobile menu clicked');
564
+ });
565
+ </script>
566
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=SengTak/deepsite-aisummit25" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
567
+ </html>