-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathram.html
More file actions
94 lines (83 loc) · 6.37 KB
/
Copy pathram.html
File metadata and controls
94 lines (83 loc) · 6.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shri Ram Mandir: Divine Abode</title>
<link href="https://fonts.googleapis.com/css2?family=Philosopher:wght@700&family=Open+Sans:wght@300;400;600&display=swap" rel="stylesheet">
</head>
<body style="font-family: 'Open Sans', sans-serif; background: linear-gradient(to bottom, #0a1f2d, #1a3a4a); color: #ffd8a6; line-height: 1.8; overflow-x: hidden;">
<div class="hero" style="height: 100vh; background: linear-gradient(45deg, rgba(10,31,45,0.9), rgba(255,165,0,0.3)), url('ram_mandir_hero.jpg') center/cover fixed; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; animation: heroZoom 10s ease-in-out infinite alternate;">
<div class="hero-content" style="position: relative; z-index: 1; max-width: 800px; padding: 2rem;">
<h1 style="font-family: 'Philosopher', serif; font-size: 4.5rem; text-shadow: 0 0 30px rgba(255,165,0,0.5); animation: glow 3s ease-in-out infinite alternate; margin-bottom: 1.5rem;">Shri Ram Mandir</h1>
<p style="text-shadow: 0 0 10px rgba(255,165,0,0.5); font-size: 1.5rem;">The Eternal Home of Maryada Purushottam</p>
</div>
</div>
<section class="section" style="padding: 6rem 2rem; background: linear-gradient(15deg, #0a1f2d 0%, #1a3a4a 100%); border-bottom: 2px solid #ff9933; position: relative;">
<div class="section-header" style="text-align: center; margin-bottom: 3rem;">
<h2 style="font-family: 'Philosopher', serif; font-size: 3rem; color: #ff9933; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 1rem;">Sacred Timeline</h2>
<div class="gold-border" style="height: 4px; width: 100px; background: linear-gradient(90deg, #ff9933, #ff4500); margin: 0 auto 2rem; border-radius: 2px;"></div>
</div>
<div class="timeline" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; max-width: 1200px; margin: 0 auto;">
<div class="timeline-card" style="background: rgba(255, 255, 255, 0.05); padding: 2rem; border-radius: 15px; border-left: 5px solid #ff4500; transition: transform 0.3s, box-shadow 0.3s; position: relative; overflow: hidden;">
<h3 style="color: #ff9933;">Ancient Legacy</h3>
<p style="text-shadow: 0 0 5px rgba(255,153,51,0.3);">Mentioned in ancient scriptures including Valmiki Ramayana (6th-5th BCE) and Skanda Purana. The original temple stood here since 12th century CE</p>
</div>
<div class="timeline-card" style="background: rgba(255, 255, 255, 0.05); padding: 2rem; border-radius: 15px; border-left: 5px solid #ff4500; transition: transform 0.3s, box-shadow 0.3s; position: relative; overflow: hidden;">
<h3 style="color: #ff9933;">Architectural Marvel</h3>
<p style="text-shadow: 0 0 5px rgba(255,153,51,0.3);">Built in Nagara style with 360 carved pillars, 3-story structure covering 2.77 acres. Made without iron using traditional stone interlocking</p>
</div>
<div class="timeline-card" style="background: rgba(255, 255, 255, 0.05); padding: 2rem; border-radius: 15px; border-left: 5px solid #ff4500; transition: transform 0.3s, box-shadow 0.3s; position: relative; overflow: hidden;">
<h3 style="color: #ff9933;">Divine Sanctum</h3>
<p style="text-shadow: 0 0 5px rgba(255,153,51,0.3);">Houses the childhood form of Ram Lalla (5-year-old Shri Ram) carved from 2.5 billion-year-old black sandstone</p>
</div>
</div>
</section>
<section class="section" style="padding: 6rem 2rem; background: linear-gradient(15deg, #1a3a4a 0%, #0a1f2d 100%); border-bottom: 2px solid #ff9933; position: relative;">
<div class="section-header" style="text-align: center; margin-bottom: 3rem;">
<h2 style="font-family: 'Philosopher', serif; font-size: 3rem; color: #ff9933; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 1rem;">Architectural Splendor</h2>
<div class="gold-border" style="height: 4px; width: 100px; background: linear-gradient(90deg, #ff9933, #ff4500); margin: 0 auto 2rem; border-radius: 2px;"></div>
</div>
<div class="gallery-grid" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; max-width: 1200px; margin: 0 auto;">
<div class="gallery-item" style="position: relative; overflow: hidden; border-radius: 10px; aspect-ratio: 1; transition: transform 0.3s, box-shadow 0.3s;">
<img src="R3.webp" alt="Sanctum" style="width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s;">
</div>
<div class="gallery-item" style="position: relative; overflow: hidden; border-radius: 10px; aspect-ratio: 1; transition: transform 0.3s, box-shadow 0.3s;">
<img src="R2.webp" alt="Carving" style="width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s;">
</div>
<div class="gallery-item" style="position: relative; overflow: hidden; border-radius: 10px; aspect-ratio: 1; transition: transform 0.3s, box-shadow 0.3s;">
<img src="R4.webp" alt="Complex" style="width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s;">
</div>
</div>
</section>
<style>
@keyframes heroZoom {
0% { background-size: 100%; }
100% { background-size: 110%; }
}
@keyframes glow {
0% { text-shadow: 0 0 20px #ff9933; }
100% { text-shadow: 0 0 40px #ff4500; }
}
.timeline-card:hover {
transform: translateY(-10px);
box-shadow: 0 5px 15px rgba(255,69,0,0.2);
background: linear-gradient(45deg, rgba(255,69,0,0.1), transparent);
}
.gallery-item:hover {
transform: scale(1.05);
box-shadow: 0 0 30px rgba(255,69,0,0.3);
}
.section {
box-shadow: 0 0 20px rgba(255,69,0,0.1);
transition: box-shadow 0.3s ease;
}
.section:hover {
box-shadow: 0 0 40px rgba(255,69,0,0.2);
}
</style>
<audio controls style="display: none;">
<source src="ram_dhvani.mp3" type="audio/mpeg">
</audio>
</body>
</html>