hc1608 commited on
Commit
0b151f4
·
verified ·
1 Parent(s): b2788c7

Add 2 files

Browse files
Files changed (2) hide show
  1. index.html +43 -23
  2. prompts.txt +3 -1
index.html CHANGED
@@ -61,13 +61,22 @@
61
  </header>
62
 
63
  <!-- Hero Section -->
64
- <section id="home" class="hero-section pt-24 pb-32 text-white flex items-center justify-center">
65
- <div class="container mx-auto px-4 text-center">
66
- <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold mb-6">Divine Abodes of Lord Vishnu</h1>
67
- <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Explore the sacred temples dedicated to Lord Vishnu across India</p>
68
- <div class="flex justify-center space-x-4">
69
- <a href="#temples" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-full font-medium transition">View Temples</a>
70
- <a href="#festivals" class="bg-transparent border-2 border-white hover:bg-white hover:text-blue-800 text-white px-6 py-3 rounded-full font-medium transition">Upcoming Festivals</a>
 
 
 
 
 
 
 
 
 
71
  </div>
72
  </div>
73
  </section>
@@ -240,7 +249,7 @@
240
  </div>
241
 
242
  <!-- Festival Card -->
243
- <div class="bg-white rounded-xl shadow-lg overflow-hidden">
244
  <div class="md:flex">
245
  <div class="md:w-1/3">
246
  <img src="https://images.unsplash.com/photo-1521270580358-db7a25471fec?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80"
@@ -267,22 +276,28 @@
267
  </div>
268
 
269
  <div class="grid grid-cols-1 sm:grid-cols-2 gap-6 mt-8">
270
- <div class="bg-white p-6 rounded-lg shadow-sm flex items-start">
271
- <div class="mr-4 text-blue-500">
272
  <i class="fas fa-moon text-3xl"></i>
273
  </div>
274
  <div>
275
- <h4 class="font-bold text-lg text-gray-800">Rama Navami</h4>
276
- <p class="text-gray-600 mt-1">Celebrating the birth of Lord Rama, the seventh avatar of Vishnu.</p>
 
 
 
277
  </div>
278
  </div>
279
- <div class="bg-white p-6 rounded-lg shadow-sm flex items-start">
280
- <div class="mr-4 text-blue-500">
281
  <i class="fas fa-sun text-3xl"></i>
282
  </div>
283
  <div>
284
- <h4 class="font-bold text-lg text-gray-800">Krishna Janmashtami</h4>
285
- <p class="text-gray-600 mt-1">Celebrating the birth of Lord Krishna, the eighth avatar of Vishnu.</p>
 
 
 
286
  </div>
287
  </div>
288
  </div>
@@ -378,9 +393,9 @@
378
  </section>
379
 
380
  <!-- Footer -->
381
- <footer class="bg-blue-900 text-white py-8">
382
  <div class="container mx-auto px-4">
383
- <div class="flex flex-col md:flex-row justify-between items-center">
384
  <div class="mb-6 md:mb-0">
385
  <div class="flex items-center space-x-2">
386
  <i class="fas fa-om text-2xl"></i>
@@ -389,7 +404,7 @@
389
  <p class="mt-2 text-blue-300 max-w-md">Exploring the sacred abodes of Lord Vishnu across India.</p>
390
  </div>
391
 
392
- <div class="grid grid-cols-2 md:grid-cols-3 gap-8">
393
  <div>
394
  <h3 class="text-lg font-semibold mb-3">Quick Links</h3>
395
  <ul class="space-y-2">
@@ -420,8 +435,12 @@
420
  </div>
421
  </div>
422
 
423
- <div class="border-t border-blue-800 mt-8 pt-6 text-center text-blue-300">
424
- <p>&copy; 2023 Divine Vishnu. All rights reserved.</p>
 
 
 
 
425
  </div>
426
  </div>
427
  </footer>
@@ -457,8 +476,9 @@
457
 
458
  // Countdown Timer
459
  function updateCountdown() {
460
- // Set the target date (Vaikuntha Ekadashi - December 22, 2023)
461
- const targetDate = new Date('December 22, 2023 00:00:00').getTime();
 
462
  const now = new Date().getTime();
463
  const distance = targetDate - now;
464
 
 
61
  </header>
62
 
63
  <!-- Hero Section -->
64
+ <section id="home" class="hero-section pt-24 pb-32 text-white flex items-center justify-center relative overflow-hidden">
65
+ <div class="absolute inset-0 bg-blue-900/20 backdrop-blur-sm"></div>
66
+ <div class="container mx-auto px-4 text-center relative z-10">
67
+ <h1 class="text-4xl md:text-6xl lg:text-7xl font-bold mb-6 leading-tight">
68
+ <span class="text-transparent bg-clip-text bg-gradient-to-r from-blue-300 to-yellow-200">Divine Abodes</span> <br>of Lord Vishnu
69
+ </h1>
70
+ <p class="text-xl md:text-2xl mb-10 max-w-3xl mx-auto text-blue-100 drop-shadow-md">Explore the sacred temples dedicated to Lord Vishnu across India</p>
71
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
72
+ <a href="#temples" class="relative inline-flex items-center justify-center px-8 py-4 overflow-hidden font-semibold text-blue-900 transition-all duration-300 ease-in-out bg-white rounded-full hover:bg-blue-100 group">
73
+ <span class="relative group-hover:text-blue-800">View Temples</span>
74
+ <i class="fas fa-chevron-right ml-2 group-hover:translate-x-1 transition-transform"></i>
75
+ </a>
76
+ <a href="#festivals" class="relative inline-flex items-center justify-center px-8 py-4 font-semibold text-white transition-all border-2 border-white rounded-full group hover:bg-white hover:text-blue-800">
77
+ <span class="relative">Upcoming Festivals</span>
78
+ <i class="fas fa-calendar-alt ml-2 group-hover:text-blue-600 transition-colors"></i>
79
+ </a>
80
  </div>
81
  </div>
82
  </section>
 
249
  </div>
250
 
251
  <!-- Festival Card -->
252
+ <div class="bg-white rounded-2xl shadow-xl overflow-hidden transition-all duration-300 hover:shadow-2xl">
253
  <div class="md:flex">
254
  <div class="md:w-1/3">
255
  <img src="https://images.unsplash.com/photo-1521270580358-db7a25471fec?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80"
 
276
  </div>
277
 
278
  <div class="grid grid-cols-1 sm:grid-cols-2 gap-6 mt-8">
279
+ <div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition-all duration-300 flex items-start border-l-4 border-blue-500">
280
+ <div class="mr-4 text-blue-500 pt-1">
281
  <i class="fas fa-moon text-3xl"></i>
282
  </div>
283
  <div>
284
+ <h4 class="font-bold text-xl text-gray-800">Rama Navami</h4>
285
+ <p class="text-gray-600 mt-2">Celebrating the birth of Lord Rama, the seventh avatar of Vishnu.</p>
286
+ <div class="mt-3">
287
+ <span class="inline-block px-3 py-1 text-sm font-semibold bg-blue-50 text-blue-700 rounded-full">April 17, 2024</span>
288
+ </div>
289
  </div>
290
  </div>
291
+ <div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition-all duration-300 flex items-start border-l-4 border-yellow-500">
292
+ <div class="mr-4 text-yellow-500 pt-1">
293
  <i class="fas fa-sun text-3xl"></i>
294
  </div>
295
  <div>
296
+ <h4 class="font-bold text-xl text-gray-800">Krishna Janmashtami</h4>
297
+ <p class="text-gray-600 mt-2">Celebrating the birth of Lord Krishna, the eighth avatar of Vishnu.</p>
298
+ <div class="mt-3">
299
+ <span class="inline-block px-3 py-1 text-sm font-semibold bg-yellow-50 text-yellow-700 rounded-full">August 26, 2024</span>
300
+ </div>
301
  </div>
302
  </div>
303
  </div>
 
393
  </section>
394
 
395
  <!-- Footer -->
396
+ <footer class="bg-gradient-to-b from-blue-800 to-blue-900 text-white py-12">
397
  <div class="container mx-auto px-4">
398
+ <div class="flex flex-col lg:flex-row justify-between items-start gap-12">
399
  <div class="mb-6 md:mb-0">
400
  <div class="flex items-center space-x-2">
401
  <i class="fas fa-om text-2xl"></i>
 
404
  <p class="mt-2 text-blue-300 max-w-md">Exploring the sacred abodes of Lord Vishnu across India.</p>
405
  </div>
406
 
407
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-12 w-full">
408
  <div>
409
  <h3 class="text-lg font-semibold mb-3">Quick Links</h3>
410
  <ul class="space-y-2">
 
435
  </div>
436
  </div>
437
 
438
+ <div class="border-t border-blue-700 mt-12 pt-6 text-center text-blue-300">
439
+ <p class="flex flex-col sm:flex-row justify-center items-center gap-2">
440
+ <span>&copy; 2023 Divine Vishnu. All rights reserved.</span>
441
+ <span class="hidden sm:inline">•</span>
442
+ <span>Built with <i class="fas fa-heart text-red-400 mx-1"></i> for devotees</span>
443
+ </p>
444
  </div>
445
  </div>
446
  </footer>
 
476
 
477
  // Countdown Timer
478
  function updateCountdown() {
479
+ // Set the target date to today
480
+ const today = new Date();
481
+ const targetDate = new Date(today.getFullYear(), today.getMonth(), today.getDate(), 23, 59, 59).getTime();
482
  const now = new Date().getTime();
483
  const distance = targetDate - now;
484
 
prompts.txt CHANGED
@@ -1 +1,3 @@
1
- CREATE A WEBSITE FOR VARIOUS Vishnu Temples in India
 
 
 
1
+ CREATE A WEBSITE FOR VARIOUS Vishnu Temples in India
2
+ fix the date to todays date
3
+ improve the designb