-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
413 lines (377 loc) · 14.8 KB
/
index.html
File metadata and controls
413 lines (377 loc) · 14.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Map of Indian Culture | Indian Folklore Portal</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
}
#main-content {
flex: 1;
}
.state {
fill: #e2e8f0;
stroke: #64748b;
stroke-width: 1;
transition: all 0.3s ease;
cursor: pointer;
}
.state:hover {
fill: #f59e0b;
filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.5));
}
#tooltip {
position: fixed;
display: none;
background: rgba(255, 255, 255, 0.95);
border: 1px solid #d1d5db;
padding: 12px;
border-radius: 8px;
pointer-events: none;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
z-index: 50;
max-width: 250px;
}
.fade-exit {
transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.page-transition {
opacity: 0;
transform: scale(0.95);
}
.play-link {
text-decoration: none;
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100px;
height: 100px;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
margin: 0 auto 2rem;
}
.play-icon {
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 15px 26px;
border-color: transparent transparent transparent #ffffff;
margin-left: 6px;
filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}
.play-link:hover {
transform: scale(1.15);
background: rgba(255, 255, 255, 0.2);
border-color: #ff4757;
box-shadow: 0 0 20px #ff4757;
}
.play-link:hover .play-icon {
border-color: transparent transparent transparent #ff4757;
}
.play-link::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
background: #ff4757;
opacity: 0.2;
z-index: -1;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { transform: scale(1); opacity: 0.4; }
100% { transform: scale(1.6); opacity: 0; }
}
</style>
</head>
<body class="bg-slate-50 font-sans text-slate-800">
<div id="main-content" class="fade-exit">
<header class="p-6 flex justify-between items-center bg-white shadow-sm">
<h1 class="text-3xl font-bold text-orange-600">Map of Indian Culture</h1>
<a href="/Map_of_Indian_Culture/files/index.html" class="bg-orange-500 hover:bg-orange-600 text-white px-6 py-2 rounded-full font-semibold transition shadow-md">
Enter Full Experience →
</a>
</header>
<main class="container mx-auto px-6 py-12">
<div class="flex flex-col items-center justify-center mb-8">
<a href="/Map_of_Indian_Culture/files/index.html" class="play-link">
<div class="play-icon"></div>
</a>
</div>
<div class="space-y-6 max-w-2xl mx-auto">
<h2 class="text-4xl font-extrabold text-slate-900 leading-tight text-center">
The Tapestry of <span class="text-orange-500">Indian Lore</span>
</h2>
<p class="text-lg text-slate-600 leading-relaxed text-center">
India's culture is not a single thread, but a vibrant weave of thousands of local legends, deities, and oral traditions. From the snow-capped myths of the Himalayas to the maritime fables of the Indian Ocean, every state carries a unique soul.
</p>
<p class="text-lg text-slate-600 leading-relaxed text-center">
CLICK THE "PLAY" BUTTON ABOVE TO DIVE INTO THE CULTURE AND FOLKLORE OF INDIA
</p>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8">
<div class="p-4 bg-orange-50 border-l-4 border-orange-400">
<h4 class="font-bold">Oral Traditions</h4>
<p class="text-sm">Vedas and Puranas passed down through generations.</p>
</div>
<div class="p-4 bg-blue-50 border-l-4 border-blue-400">
<h4 class="font-bold">Diverse Festivals</h4>
<p class="text-sm">Every harvest and moon cycle has a story to tell.</p>
</div>
<div class="p-4 bg-yellow-50 border-l-4 border-yellow-400">
<h4 class="font-bold">Traditional Clothing</h4>
<p class="text-sm">State specific "Paushakh" meaning outfit.</p>
</div>
<div class="p-4 bg-pink-50 border-l-4 border-pink-400">
<h4 class="font-bold">Folk Dance</h4>
<p class="text-sm">Unique Folkdance of different states</p>
</div>
</div>
</div>
</main>
</div>
<div class="bg-white py-8 border-t border-slate-200 text-center">
<p class="text-slate-600">Created by <span class="font-semibold text-orange-600">Team HELIX</span></p>
</div>
<div class="bg-white py-8 border-t border-slate-200 text-center">
<p class="text-slate-600">Team HELIX Members: <span class="font-semibold text-orange-600">Vedant Alone, Piyush Malewar, Shreyak Indane</span></p>
</div>
<footer class="bg-slate-900 text-slate-300 py-12">
<div class="container mx-auto px-6">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-8">
<div>
<h3 class="text-orange-500 font-bold text-lg mb-4">About</h3>
<p class="text-sm leading-relaxed">Explore the rich tapestry of Indian folklore and cultural traditions across all states.</p>
</div>
<div>
<h3 class="text-orange-500 font-bold text-lg mb-4">Quick Links</h3>
<ul class="text-sm space-y-2">
<li><a href="#" class="hover:text-orange-500 transition">Home</a></li>
<li><a href="#" class="hover:text-orange-500 transition">Explore States</a></li>
<li><a href="#" class="hover:text-orange-500 transition">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-orange-500 font-bold text-lg mb-4">Follow Us</h3>
<div class="flex space-x-4 text-sm">
<a href="#" class="hover:text-orange-500 transition">Twitter</a>
<a href="#" class="hover:text-orange-500 transition">Facebook</a>
<a href="#" class="hover:text-orange-500 transition">Instagram</a>
</div>
</div>
</div>
<div class="border-t border-slate-700 pt-8 text-center text-sm">
<p>© 2024 Map of Indian Culture. All rights reserved.</p>
</div>
</div>
</footer>
<script>
</script>
</body>
</html>
<!-- <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Map of Indian Culture | Indian Folklore Portal</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
.state {
fill: #e2e8f0;
stroke: #64748b;
stroke-width: 1;
transition: all 0.3s ease;
cursor: pointer;
}
.state:hover {
fill: #f59e0b;
filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.5));
}
#tooltip {
position: fixed;
display: none;
background: rgba(255, 255, 255, 0.95);
border: 1px solid #d1d5db;
padding: 12px;
border-radius: 8px;
pointer-events: none;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
z-index: 50;
max-width: 250px;
}
.fade-exit {
transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.page-transition {
opacity: 0;
transform: scale(0.95);
}
:root {
--primary-color: #ff4757; /* Vibrant coral/red */
--glass-bg: rgba(255, 255, 255, 0.1);
}
body {
background: #0f0c29; /* Dark background to make glass effect pop */
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.play-link {
text-decoration: none;
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100px;
height: 100px;
background: var(--glass-bg);
backdrop-filter: blur(10px); /* The "Frosted" effect */
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* The Triangle Icon */
.play-icon {
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 15px 26px;
border-color: transparent transparent transparent #ffffff;
margin-left: 6px; /* Visual centering */
filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}
/* Hover & Animation Effects */
.play-link:hover {
transform: scale(1.15);
background: rgba(255, 255, 255, 0.2);
border-color: var(--primary-color);
box-shadow: 0 0 20px var(--primary-color);
}
.play-link:hover .play-icon {
border-color: transparent transparent transparent var(--primary-color);
}
/* Pulsing glow ring */
.play-link::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
background: var(--primary-color);
opacity: 0.2;
z-index: -1;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { transform: scale(1); opacity: 0.4; }
100% { transform: scale(1.6); opacity: 0; }
}
</style>
</head>
<body class="bg-slate-50 font-sans text-slate-800">
<div id="main-content" class="fade-exit">
<header class="p-6 flex justify-between items-center bg-white shadow-sm">
<h1 class="text-3xl font-bold text-orange-600">Map of Indian Culture</h1>
<a href="/files/index.html" class="bg-orange-500 hover:bg-orange-600 text-white px-6 py-2 rounded-full font-semibold transition shadow-md">
Enter Full Experience →
</a>
</header>
<a href="/files/index.html" class="play-link">
<div class="play-icon"></div>
</a>
<main class="container mx-auto px-6 py-12 grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div class="space-y-6">
<h2 class="text-4xl font-extrabold text-slate-900 leading-tight">
The Tapestry of <span class="text-orange-500">Indian Lore</span>
</h2>
<p class="text-lg text-slate-600 leading-relaxed">
India’s culture is not a single thread, but a vibrant weave of thousands of local legends, deities, and oral traditions. From the snow-capped myths of the Himalayas to the maritime fables of the Indian Ocean, every state carries a unique soul.
</p>
<p class="text-lg text-slate-600 leading-relaxed">
CLICK THE ""PLAY"" button beside to dive into the Culture and Folklore of INDIA
</p>
<div class="grid grid-cols-2 gap-4">
<div class="p-4 bg-orange-50 border-l-4 border-orange-400">
<h4 class="font-bold">Oral Traditions</h4>
<p class="text-sm">Vedas and Puranas passed down through generations.</p>
</div>
<div class="p-4 bg-blue-50 border-l-4 border-blue-400">
<h4 class="font-bold">Diverse Festivals</h4>
<p class="text-sm">Every harvest and moon cycle has a story to tell.</p>
</div>
</div>
<div class="grid grid-cols-2 gap-4">
<div class="p-4 bg-yellow-50 border-l-4 border-yellow-400">
<h4 class="font-bold">Traditional Clothing</h4>
<p class="text-sm">State specific "Paushakh" meaning outfit.</p>
</div>
<div class="p-4 bg-pink-50 border-l-4 border-pink-400">
<h4 class="font-bold">Folk Dance</h4>
<p class="text-sm">Unique Folkdance of different states</p>
</div>
</div>
</div>
</main>
</div>
<div class="bg-white py-8 border-t border-slate-200">
<div class="container mx-auto px-6 text-center">
<p class="text-slate-600">Created by <span class="font-semibold text-orange-600">Team HELIX</span></p>
</div>
</div>
<div class="bg-white py-8 border-t border-slate-200">
<div class="container mx-auto px-6 text-center">
<p class="text-slate-600">Team HELIX Members: <span class="font-semibold text-orange-600">Vedant Alone, Piyush Malewar, Shreyak Indane</span></p>
</div>
</div>
<footer class="bg-slate-900 text-slate-300 py-12 mt-20">
<div class="container mx-auto px-6">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-8">
<div>
<h3 class="text-orange-500 font-bold text-lg mb-4">About</h3>
<p class="text-sm leading-relaxed">Explore the rich tapestry of Indian folklore and cultural traditions across all states.</p>
</div>
<div>
<h3 class="text-orange-500 font-bold text-lg mb-4">Quick Links</h3>
<ul class="text-sm space-y-2">
<li><a href="#" class="hover:text-orange-500 transition">Home</a></li>
<li><a href="#" class="hover:text-orange-500 transition">Explore States</a></li>
<li><a href="#" class="hover:text-orange-500 transition">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-orange-500 font-bold text-lg mb-4">Follow Us</h3>
<div class="flex space-x-4 text-sm">
<a href="#" class="hover:text-orange-500 transition">Twitter</a>
<a href="#" class="hover:text-orange-500 transition">Facebook</a>
<a href="#" class="hover:text-orange-500 transition">Instagram</a>
</div>
</div>
</div>
<div class="border-t border-slate-700 pt-8 text-center text-sm">
<p>© 2024 Map of Indian Culture. All rights reserved.</p>
</div>
</div>
</footer>
<script>
</script>
</body>
</html> -->