-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
339 lines (284 loc) · 14.9 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HareKrishna-Home</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<style>
.text {
color: rgb(249, 243, 112);
font-weight: bolder;
border: 0px solid white;
width: 30vw;
padding-left: 40px;
}
.join {
color: black;
border: px solid white;
font-weight: 90px;
padding-top: 20px;
}
.avisit {
color: black;
font-size: larger;
}
</style>
<!-- Favicon -->
<link href="faviconicon.png" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600&family=Nunito:wght@600;700;800&family=Pacifico&display=swap"
rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/tempusdominus/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container-xxl bg-white p-0">
<!-- Spinner Start -->
<div id="spinner"
class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner-border text-primary" style="width: 3rem; height: 3rem;" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<!-- Spinner End -->
<!-- Navbar & Hero Start -->
<div class="container-xxl position-relative p-0">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark px-4 px-lg-5 py-3 py-lg-0">
<a href="" class="navbar-brand p-0">
<h1 class="text-primary m-0"><img src="loco.png" alt="Logo"> </i>Hare Krishna</h1>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto py-0 pe-4">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="gallery.html" class="nav-item nav-link">Gallery</a>
<a href="https://www.instagram.com/_harekrishnaa___/" class="nav-item nav-link">Follow </a>
</div>
<text class="text">jīvera 'svarūpa' haya — kṛṣṇera 'nitya-dāsa' 🙇🏻♀️✨</text>
</div>
</nav>
<div class="container-xxl py-5 bg-dark hero-header mb-5">
<div class="container my-5 py-5">
<div class="row align-items-center g-5">
<div class="col-lg-6 text-center text-lg-start">
<h1 class="display-3 text-white animated slideInLeft">All glories to srila
prabhupada!!!<br></h1>
<p class="text-white animated slideInLeft mb-4 pb-2"> </p>
<a href=" https://www.instagram.com/_harekrishnaa___/ "
class="btn btn-primary py-sm-3 px-sm-5 me-3 animated slideInLeft">
<p class="join">Join us for free</p>
</a>
</div>
<div class="col-lg-6 text-center text-lg-end">
<img class="img-fluid" src="rotate.png" alt="">
</div>
</div>
</div>
</div>
<!-- Navbar & Hero End -->
<center>
<h5 class="section-title ff-secondary text-center text-primary fw-normal">Articles By Us-</h5>
<h1 class="mb-5">Most Popular Article</h1>
<h6>click to open</h6>
<br>
<br>
<br>
<div id="carouselExampleDark" class="carousel carousel-dark slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<a href="ppt11.html">
<div class="carousel-item active" data-bs-interval="2000">
<img src="ppt1.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block"></div>
</div>
</a>
<a href="ppt12.html">
<div class="carousel-item" data-bs-interval="2000">
<img src="ppt2.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block"></div>
</div>
</a>
<a href="ppt13.html">
<div class="carousel-item" data-bs-interval="2000">
<img src="ppt3.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block"></div>
</div>
</a>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleDark"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleDark"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</center>
</div>
</div>
<!-- About Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="row g-5 align-items-center">
<div class="col-lg-6">
<div class="row g-3">
<div class="col-6 text-start">
<img class="img-fluid rounded w-100 wow zoomIn" data-wow-delay="0.1s"
src="gurumahima.png ">
</div>
<div class="col-6 text-start">
<img class="img-fluid rounded w-75 wow zoomIn" data-wow-delay="0.5s" src="sarvanam.png"
style="margin-top: 25%;">
</div>
<div class="col-6 text-end">
<img class="img-fluid rounded w-75 wow zoomIn" data-wow-delay="0.7s"
src="prabhupada.png">
</div>
<div class="col-6 text-end">
<img class="img-fluid rounded w-100 wow zoomIn" data-wow-delay="0.8s"
src="gaurnitai.png">
</div>
</div>
</div>
<div class="col-lg-6">
<img src="feather.png" alt="Image" />
<h1 class="mb-4"><i class="fa fa-book text-primary me-2"></i> </h1>
<p class="mb-4">1. Guru Mahima: Reverence and glory of the spiritual master.<br>
2. Sarvanam: Deep understanding of divine listening.<br>
3. Prabhupada: Teachings of A.C. Bhaktivedanta Swami Prabhupada.<br>
4. Gaur Nitai : Devotional teachings of Lord Chaitanya and Nityananda.<br> </p>
<div class="row g-4 mb-4">
<div class="col-sm-6">
<div class="d-flex align-items-center border-start border-5 border-primary px-3">
<h1 class="flex-shrink-0 display-5 text-primary mb-0" data-toggle="">GET</h1>
<div class="ps-4">
<p class="mb-0">Free</p>
<h6 class="text-uppercase mb-0">Information</h6>
</div>
</div>
</div>
</div>
<a class="btn btn-primary py-3 px-5 mt-2" href="https://www.instagram.com/_harekrishnaa___/">From
here</a>
</div>
</div>
</div>
</div>
<!-- About End -->
<!--Connect -->
<div class="container-xxl py-5 px-0 wow fadeInUp" data-wow-delay="0.1s">
<div class="row g-0">
<div class="col-md-6">
<div class="video">
<button type="button" data-bs-toggle="modal" data-bs-target="#imageModal">
<span><img src="prabhu.jpg"></span>
</button>
</div>
</div>
<div class="col-md-6 bg-dark d-flex align-items-center">
<div class="p-5 wow fadeInUp" data-wow-delay="0.2s">
<h5 class="section-title ff-secondary text-start text-primary fw-normal">Connect With Us</h5>
<h1 class="text-white mb-4">Lets talk Together</h1>
<img src="join.jpg" width="400vw" height="400vw">
<button class="btn btn-primary w-100 py-3"><a class="avisit"
href="https://www.instagram.com/channel/AbYSNis4P9MVLZ8J/">Visit Now</a></button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="modal fade" id="videoModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content rounded-0">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Youtube Video</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<!-- 16:9 aspect ratio -->
<div class="ratio ratio-16x9">
<iframe class="embed-responsive-item" src="" id="video" allowfullscreen
allowscriptaccess="always" allow="autoplay"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- connect -->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-light footer pt-5 mt-5 wow fadeIn" data-wow-delay="0.1s">
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-3 col-md-6">
<h4 class="section-title ff-secondary text-start text-primary fw-normal mb-4">Company</h4>
<a class="btn btn-link" href="index.html">Home</a>
<a class="btn btn-link" href="gallery.html">Gallery</a>
<a class="btn btn-link" href="https://www.instagram.com/_harekrishnaa___/">Follow us</a>
</div>
<div class="col-lg-3 col-md-6">
<h4 class="section-title ff-secondary text-start text-primary fw-normal mb-4">Newsletter</h4>
<p>starting something new nearly</p>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
© <a class="border-bottom" href="index.html">Hare Krishna</a>, All Right Reserved.
Designed By <a class="border-bottom" href="https://shivang-website.vercel.app/">Shivang Bijalwan</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/tempusdominus/js/moment.min.js"></script>
<script src="lib/tempusdominus/js/moment-timezone.min.js"></script>
<script src="lib/tempusdominus/js/tempusdominus-bootstrap-4.min.js"></script>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>