-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
327 lines (298 loc) Β· 13 KB
/
index.html
File metadata and controls
327 lines (298 loc) Β· 13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="-YDEq3kA0hlXp3Dv1gIWi-pCA2OnyovTR4IUKaPenN4" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Divine Destination β Incredible Temples of India</title>
<meta name="description" content="Explore the rich cultural heritage and diversity of Hindu temples across India." />
<meta name="google-site-verification" content="YOUR_VERIFICATION_CODE_HERE" />
<!-- Google AdSense script -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5515937608563008"
crossorigin="anonymous"></script>
<!-- CSS -->
<link rel="stylesheet" href="styl.css" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Montserrat:wght@300;400;700&display=swap" rel="stylesheet" />
</head>
<body>
<!-- Header -->
<header>
<nav class="navbar">
<div class="logo">Our Temples</div>
<ul class="nav-links">
<li><a href="d.html">Home</a></li>
<li><a href="impo.html">Importance</a></li>
<li><a href="pop.html">Popular temples</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="co.html">Contact us</a></li>
<li><a href="f.html">Feedback</a></li>
</ul>
</nav>
</header>
<section class="hero" id="home" style="
height: 100vh;
background: linear-gradient(rgba(34, 17, 0, 0.7), rgba(34, 17, 0, 0.7)), url('https://images.unsplash.com/photo-1586348943529-beaae6c28db9') center/cover fixed;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
">
<div class="hero-content" style="
text-align: center;
color: #fff5e6;
padding: 2rem;
position: relative;
z-index: 2;
">
<h1 style="
font-size: 4rem;
font-family: 'Cardo', serif;
color: #FFD700;
text-shadow: 0 0 20px rgba(255,215,0,0.6);
margin-bottom: 1.5rem;
animation: fadeInUp 1.5s ease-out;
">
Divine Sanctuaries
</h1>
<p style="
font-size: 1.7rem;
margin-bottom: 2rem;
color: #ffcc80;
text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
animation: fadeIn 2s ease-out;
">
Experience the Spiritual Essence and Timeless Beauty
</p>
<a href="location.html" class="cta-button" style="
display: inline-block;
padding: 1.2rem 2.5rem;
background: linear-gradient(45deg, #DAA520, #8B4513);
color: #fff;
text-decoration: none;
border-radius: 50px;
font-weight: 700;
font-size: 1.2rem;
transition: all 0.3s ease;
box-shadow: 0 6px 15px rgba(139, 69, 19, 0.5), 0 0 10px rgba(218, 165, 32, 0.3);
animation: pulse 2s infinite;
border: 2px solid rgba(255,255,255,0.3);
letter-spacing: 1px;
">
Begin Your Journey β
</a>
<style>
@keyframes pulse {
0% {
transform: scale(1);
box-shadow: 0 6px 15px rgba(139, 69, 19, 0.5), 0 0 10px rgba(218, 165, 32, 0.3);
}
50% {
transform: scale(1.05);
box-shadow: 0 8px 20px rgba(139, 69, 19, 0.6), 0 0 15px rgba(218, 165, 32, 0.5);
}
100% {
transform: scale(1);
box-shadow: 0 6px 15px rgba(139, 69, 19, 0.5), 0 0 10px rgba(218, 165, 32, 0.3);
}
}
</style>
</div>
<div style="
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
font-size: 3rem;
animation: float 3s ease-in-out infinite;
filter: drop-shadow(0 0 10px #FFD700);
">
πͺ
</div>
</section>
<!-- Temples Section -->
<section class="featured-section" id="featured">
<h2>Temples</h2>
<div class="featured-templates">
<!-- Temple Card -->
<div class="temple-card">
<img src="char.jpg" alt="Temple Image">
<div class="temple-info">
<h3> Chardham Yatra</h3>
<p>Located in the majestic Himalayas, dedicated to Lord Shiva. A must-visit pilgrimage site.</p>
<a href="chardham.html" class="read-more">Read More</a>
</div>
</div>
<!-- Repeat similar blocks for other temples -->
<!-- Add more temple cards as needed -->
<div class="temple-card">
<img src="21.jpg" alt="Temple Image">
<div class="temple-info">
<h3> 12 jyotirling</h3>
<p>Located in the majestic Himalayas, dedicated to Lord Shiva. A must-visit pilgrimage site.</p>
<a href="jytri.html" class="read-more">Read More</a>
</div>
</div>
<!-- Repeat similar blocks for other temples -->
<!-- Add more temple cards as needed -->
<div class="temple-card">
<img src="asta.jpeg" alt="Temple Image">
<div class="temple-info">
<h3> Ashtavinayak</h3>
<p>Located in the Maharastra, dedicated to Lord Ganesha. A must-visit pilgrimage site.</p>
<a href="astavinayal.html" class="read-more">Read More</a>
</div>
</div>
<!-- Repeat similar blocks for other temples -->
<!-- Add more temple cards as needed -->
<div class="temple-card">
<img src="11.jpeg" alt="Temple Image">
<div class="temple-info">
<h3> 11 Maruti</h3>
<p>Located Maharatsra , dedicated to Lord Hanuman. A must-visit pilgrimage site.</p>
<a href="maruti.html" class="read-more">Read More</a>
</div>
</div>
<!-- Repeat similar blocks for other temples -->
<!-- Add more temple cards as needed -->
</div>
</section>
<!-- Popular Temples Section -->
<section class="featured-section" id="featured">
<h2>Popular Temples</h2>
<div class="featured-templates">
<div class="temple-card">
<img src="T.jpg" alt="Tirupati Balaji">
<div class="temple-info">
<h3>Tirupati Balaji</h3>
<p>The divine abode of Lord Venkateswara, one of the most visited pilgrimage sites in the world.</p>
<a href="tirupti.html" class="read-more">Read More</a>
</div>
</div>
<!-- Repeat similar blocks for other temples -->
<!-- Add more temple cards as needed -->
<div class="temple-card">
<img src="M.jpg" alt="Temple Image">
<div class="temple-info">
<h3> Mahalaxmi Mandir</h3>
<p>Located in the majestic Himalayas, dedicated to Lord Shiva. A must-visit pilgrimage site.</p>
<a href="mahalaxmi.html" class="read-more">Read More</a>
</div>
</div>
<!-- Repeat similar blocks for other temples -->
<!-- Add more temple cards as needed -->
<div class="temple-card">
<img src="R.jpg" alt="Temple Image">
<div class="temple-info">
<h3> Ram Mandir</h3>
<p>Located in the majestic Himalayas, dedicated to Lord Shiva. A must-visit pilgrimage site.</p>
<a href="ram.html" class="read-more">Read More</a>
</div>
</div>
<!-- Repeat similar blocks for other temples -->
<!-- Add more temple cards as needed -->
<div class="temple-card">
<img src="TT.jpg" alt="Temple Image">
<div class="temple-info">
<h3> Tulajabhavani Mandir</h3>
<p>Located in the majestic Himalayas, dedicated to Lord Shiva. A must-visit pilgrimage site.</p>
<a href="tuljabhavi.html" class="read-more">Read More</a>
</div>
</div>
<!-- Repeat similar blocks for other temples -->
<!-- Add more temple cards as needed -->
<div class="temple-card">
<img src="datta.jpg" alt="Temple Image">
<div class="temple-info">
<h3> Girnar Datta Mandir</h3>
<p>Located in the majestic Himalayas, dedicated to Lord Shiva. A must-visit pilgrimage site.</p>
<a href="datta.html" class="read-more">Read More</a>
</div>
</div>
<!-- Repeat similar blocks for other temples -->
<!-- Add more temple cards as needed -->
<div class="temple-card">
<img src="maha.jpg" alt="Temple Image">
<div class="temple-info">
<h3> Mahakaleshwar Ujjain Mandir</h3>
<p>Located in the majestic Himalayas, dedicated to Lord Shiva. A must-visit pilgrimage site.</p>
<a href=mahakaleshwar.html class="read-more">Read More</a>
</div>
</div>
<!-- Repeat similar blocks for other temples -->
<!-- Add more temple cards as needed -->
<div class="temple-card">
<img src="dagg.jpg" alt="Temple Image">
<div class="temple-info">
<h3> Dagdusheth Ganpati</h3>
<p>Located in the majestic Himalayas, dedicated to Lord Shiva. A must-visit pilgrimage site.</p>
<a href="dag.html" class="read-more">Read More</a>
</div>
</div>
</div>
<!-- Repeat similar blocks for other temples -->
<!-- Add more temple cards as needed -->
<!-- Mystical Temples Button -->
<div style="text-align: center; margin: 50px 0;">
<a href="m.html" style="
display: inline-block;
padding: 15px 30px;
background: linear-gradient(135deg, #ffcc70, #ff8c00);
color: #fff;
text-decoration: none;
font-weight: bold;
border-radius: 50px;
box-shadow: 0 8px 20px rgba(0,0,0,0.2);
font-family: 'Montserrat', sans-serif;
font-size: 1.2rem;
transition: all 0.3s ease-in-out;
" onmouseover="this.style.transform='scale(1.05)'" onmouseout="this.style.transform='scale(1)'">
π Mystical Temples β
</a>
</div>
<div style="text-align: center; margin: 50px 0;">
<a href="ess.html" style="
display: inline-block;
padding: 15px 30px;
background: linear-gradient(135deg, #ffcc70, #ff8c00); /* Same gradient */
color: #fff; /* Same text color */
text-decoration: none; /* Same text decoration */
font-weight: bold; /* Same font weight */
border-radius: 50px; /* Same border radius */
box-shadow: 0 8px 20px rgba(0,0,0,0.2); /* Same shadow */
font-family: 'Montserrat', sans-serif; /* Same font */
font-size: 1.2rem; /* Same font size */
transition: all 0.3s ease-in-out; /* Same transition (for JS hover) */
"
onmouseover="this.style.transform='scale(1.05)'; this.style.boxShadow='0 12px 25px rgba(0,0,0,0.3)';"
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 8px 20px rgba(0,0,0,0.2)';">
ποΈ Essence of Temple β
</a>
</div>
<section id="blog-preview" style="text-align: center; padding: 60px 20px; background-color: #fff8e1;">
<h2 style="font-family: 'Cardo', serif; font-size: 2.5rem; color: #8B4513;">Latest Temple Blog</h2>
<p style="font-size: 1.2rem; color: #444; margin-bottom: 20px;">
Explore our curated list of the most divine temples in India.
</p>
<a href="top-10-temples.html" style="
display: inline-block;
padding: 15px 30px;
background: linear-gradient(135deg, #ffcc70, #ff8c00);
color: #fff;
text-decoration: none;
font-weight: bold;
border-radius: 50px;
box-shadow: 0 8px 20px rgba(0,0,0,0.2);
font-family: 'Montserrat', sans-serif;
font-size: 1.2rem;
transition: all 0.3s ease-in-out;
"
onmouseover="this.style.transform='scale(1.05)'; this.style.boxShadow='0 12px 25px rgba(0,0,0,0.3)';"
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 8px 20px rgba(0,0,0,0.2)';">
π Top 10 Temples in India β
</a>
</section>
</body>
</html>