-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
323 lines (305 loc) · 17.9 KB
/
index.html
File metadata and controls
323 lines (305 loc) · 17.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Template - 1</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/css/bootstrap.min.css" rel="stylesheet" >
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" >
<link rel="stylesheet" href="index.css" >
<link rel="icon" href="./favicon.svg">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
</head>
<body>
<header class="container-fluid p-0">
<div class="logo-container text-white d-flex justify-content-around align-items-center">
<a href="./index.html">
<img src="./images/astrology-high-resolution-logo.png" alt="company logo" class="p-2" width="150px" height="100px" />
</a>
<ul class="navbar navbar-nav p-2 flex-row">
<li class="nav-item me-2 me-lg-4">
<span class="text-warning fs-lg-4 me-2"><i class="bi bi-geo-alt-fill"></i></span>
<span class="fs-lg-5">Location, Country</span>
</li>
<li class="nav-item">
<span class="text-warning fs-lg-4 me-2"><i class="bi bi-envelope-paper"></i></span>
<span class="fs-lg-5">mail@gmail.com</span>
</li>
</ul>
</div>
<!-- live update -->
<div class="bg-white live">
<p class="text-success fw-bold fs-5 live-para p-0 m-0">Live updates goes here</p>
</div>
<!-- navbar -->
<nav class="navbar navbar-expand-lg header-nav p-0">
<div class="container-fluid">
<button class="navbar-toggler border-dark" type="button" data-bs-target="#menu" data-bs-toggle="collapse" aria-controls="menu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="phone bg-warning">
<span class="fs-5 me-2"><i class="bi bi-telephone-plus-fill"></i></span>
<span class="fs-5">+91 993344552</span>
</div>
<div class="collapse navbar-collapse" id="menu">
<ul class="navbar-nav text-center">
<li class="nav-item me-4 mb-2 mb-lg-0">
<a href="./index.html" class="nav-link fs-5 text-white fw-semibold">Home</a>
</li>
<li class="nav-item me-4 mb-2 mb-lg-0">
<a href="./about.html" class="nav-link fs-5 text-white fw-semibold">About</a>
</li>
<li class="nav-item me-4 mb-2 mb-lg-0">
<a href="./contact.html" class="nav-link fs-5 text-white fw-semibold">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<!-- carousel section -->
<section id="imageCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="backdrop"></div>
<div class="carousel-item active">
<img src="./images/dario-bronnimann-Kq4HnWQiSDk-unsplash.jpg" alt="img1" class="d-block w-100" height="600px"/>
<div class="hero-content text-center text-white d-block">
<h2>CHOOSE THE RIGHT</h2>
<h2 class="text-warning">ASTROLOGER</h2>
<p>
World famous Astrologer in City, country and gives permenant solution with best results.
Our Pandit can follows the planet moments and makes your life be a peaceful.
</p>
<button class="btn btn-warning text-white fw-semibold px-3 py-2">Read More</button>
</div>
</div>
<div class="carousel-item">
<img src="./images/jorge-gardner-96HGASDzrW8-unsplash.jpg" alt="img2" class="d-block w-100" height="600px"/>
<div class="hero-content text-center text-white d-block">
<h2>CHOOSE THE RIGHT</h2>
<h2 class="text-warning">ASTROLOGER</h2>
<p>
World famous Astrologer in City, country and gives permenant solution with best results.
Our Pandit can follows the planet moments and makes your life be a peaceful.
</p>
<button class="btn btn-warning text-white fw-semibold px-3 py-2">Read More</button>
</div>
</div>
<div class="carousel-item">
<img src="./images/tengyart-VgijAV-e97Y-unsplash.jpg" alt="img3" class="d-block w-100" height="600px"/>
<div class="hero-content text-center text-white d-block">
<h2>CHOOSE THE RIGHT</h2>
<h2 class="text-warning">ASTROLOGER</h2>
<p>
World famous Astrologer in City, country and gives permenant solution with best results.
Our Pandit can follows the planet moments and makes your life be a peaceful.
</p>
<button class="btn btn-warning text-white fw-semibold px-3 py-2">Read More</button>
</div>
</div>
</div>
<button class="carousel-control-prev" data-bs-target="imageCarousel" 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" data-bs-target="imageCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</section>
<!-- heading-section -->
<section class="sec-2 p-4 text-white fw-semibold">
<div class="text-center position-relative">
<h2 class="p-4">When you have a question, Worlds Best Astrology is here to you...</h2>
<button class="btn btn-warning text-white fw-semibold px-3 py-2 text-left">
Click Now
</button>
</div>
</section>
<!-- content-section-1 -->
<section class="row sec-3 position-relative">
<div class="col-12 col-lg-6">
<img src="./images/tengyart-VgijAV-e97Y-unsplash.jpg" id="index-img" alt="god picture" />
</div>
<div class="col-12 col-lg-6 p-5">
<p class="text-warning mb-0">WELCOME TO WORLDS BEST ASTROLOGY CENTER</p>
<h1 class="text-danger mt-0 mb-4 p-0">Best Astrologer For Your Future</h1>
<p class="text-white mb-5">
Pandith RaghuRam Ji is a world renowned Astrologer, Psychic and Spiritual Healer and currently resides in Melbourne, Australia. Pandith RaghuRam Ji specializes in palm reading, horoscope reading, as well as other services to resolve all of the problems in your life through providing solutions with special protective prayers, pujas, mantras and yantras.
</p>
<button class="btn btn-warning text-white fw-semibold px-3 py-2 text-left">
Read More
</button>
</div>
</section>
<!-- content-section-2 -->
<section class="sec-4 p-4 text-white text-center fw-semibold">
<div class="jarallax"></div>
<div class="container text-center">
<h1 class="m-3">Vedic Astrologer in Ciy, Country</h1>
<h5>Best vedic Astrology services and gives best solution.</h5>
</div>
</section>
<!-- services section -->
<section class="services bg-white mb-3 p-2">
<p class="text-center text-warning mt-5 mb-0">TAKE A LOOK AT</p>
<h2 class="text-center text-danger fw-bold p-0 mb-5">Our Services</h2>
<div class="row container mx-auto p-3 g-3 g-lg-5">
<div class="col-12 col-md-6 col-lg-4">
<div class="card">
<img class="card-img-top" src="./images/jorge-gardner-96HGASDzrW8-unsplash.jpg" alt="c1" >
<div class="card-body">
<h5 class="card-title">Best Indian Pychic</h5>
<p class="card-text">
Pandith RaghuRam Ji is BEST INDIAN PSYCHIC reader in Melbourne, Australia and gives best solution to your problem. ThoAustraliands of people have taken the advice of our Pandit Ji and fulfilled their life with happiness.
</p>
<a href="#">Read More -></a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="card">
<img class="card-img-top" src="./images/jorge-gardner-96HGASDzrW8-unsplash.jpg" alt="c1" >
<div class="card-body">
<h5 class="card-title">Best Indian Pychic</h5>
<p class="card-text">
Pandith RaghuRam Ji is BEST INDIAN PSYCHIC reader in Melbourne, Australia and gives best solution to your problem. ThoAustraliands of people have taken the advice of our Pandit Ji and fulfilled their life with happiness.
</p>
<a href="#">Read More -></a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="card">
<img class="card-img-top" src="./images/jorge-gardner-96HGASDzrW8-unsplash.jpg" alt="c1" >
<div class="card-body">
<h5 class="card-title">Best Indian Pychic</h5>
<p class="card-text">
Pandith RaghuRam Ji is BEST INDIAN PSYCHIC reader in Melbourne, Australia and gives best solution to your problem. ThoAustraliands of people have taken the advice of our Pandit Ji and fulfilled their life with happiness.
</p>
<a href="#">Read More -></a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="card">
<img class="card-img-top" src="./images/tengyart-VgijAV-e97Y-unsplash.jpg" alt="c1" >
<div class="card-body">
<h5 class="card-title">Best Indian Pychic</h5>
<p class="card-text">
Pandith RaghuRam Ji is BEST INDIAN PSYCHIC reader in Melbourne, Australia and gives best solution to your problem. ThoAustraliands of people have taken the advice of our Pandit Ji and fulfilled their life with happiness.
</p>
<a href="#">Read More -></a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="card">
<img class="card-img-top" src="./images/tengyart-VgijAV-e97Y-unsplash.jpg" alt="c1" >
<div class="card-body">
<h5 class="card-title">Best Indian Pychic</h5>
<p class="card-text">
Pandith RaghuRam Ji is BEST INDIAN PSYCHIC reader in Melbourne, Australia and gives best solution to your problem. ThoAustraliands of people have taken the advice of our Pandit Ji and fulfilled their life with happiness.
</p>
<a href="#">Read More -></a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="card">
<img class="card-img-top" src="./images/tengyart-VgijAV-e97Y-unsplash.jpg" alt="c1" >
<div class="card-body">
<h5 class="card-title">Best Indian Pychic</h5>
<p class="card-text">
Pandith RaghuRam Ji is BEST INDIAN PSYCHIC reader in Melbourne, Australia and gives best solution to your problem. ThoAustraliands of people have taken the advice of our Pandit Ji and fulfilled their life with happiness.
</p>
<a href="#">Read More -></a>
</div>
</div>
</div>
</div>
</section>
<!-- subscription section -->
<section class="sec-4 p-4 text-white text-center fw-semibold">
<div class="jarallax"></div>
<div class="container text-center">
<h2 class="mb-4">Subscribe to our newsletter</h2>
<div class="input-group mb-3 mx-auto">
<input type="text" class="form-control" placeholder="email" aria-label="email" aria-describedby="email-subscription" />
<span class="input-group-text bg-warning text-white">Subscribe</span>
</div>
<small>For knowing of astrology and psychicreading subscribe us</small>
</div>
</section>
</main>
<!-- footer -->
<footer class="p-4">
<div class="container row mx-auto">
<div class="col-md-3 col-lg-4 text-white me-md-4">
<h5 class="text-warning mb-4">ABOUT US</h5>
<p>
Pandith RaghuRam Ji is a world renowned Astrologer, Psychic and Spiritual Healer and currently resides in Melbourne, Australia. Pandith RaghuRam Ji specializes in palm reading, horoscope reading, as well as other services to resolve all of the problems in your life
</p>
</div>
<div class="col-md-3 col-lg-4 text-warning me-md-4">
<h5>QUICK LINKS</h5>
<ul class="row">
<div class="col-lg-5 me-2 me-md-4">
<li class="mb-2"><a href="#" class="text-decoration-none text-white">Best Indian Psychic</a></li>
<li class="mb-2"><a href="#" class="text-decoration-none text-white">Business Problems</a></li>
<li class="mb-2"><a href="#" class="text-decoration-none text-white">Marriage Problem Solutions</a></li>
<li class="mb-2"><a href="#" class="text-decoration-none text-white">Family Relationship Problems</a></li>
<li class="mb-2"><a href="#" class="text-decoration-none text-white">Palm Reader</a></li>
</div>
<div class="col-lg-5">
<li class="mb-2"><a href="#" class="text-decoration-none text-white">Best Indian Psychic</a></li>
<li class="mb-2"><a href="#" class="text-decoration-none text-white">Business Problems</a></li>
<li class="mb-2"><a href="#" class="text-decoration-none text-white">Marriage Problem Solutions</a></li>
<li class="mb-2"><a href="#" class="text-decoration-none text-white">Family Relationship Problems</a></li>
<li class="mb-2"><a href="#" class="text-decoration-none text-white">Palm Reader</a></li>
</div>
</ul>
</div>
<div class="col-md-3 col-lg-3 me-md-4">
<h5 class="text-warning">ADDRESS</h5>
<ul>
<li class="d-flex align-items-center">
<div class="icon me-3 text-white"><i class="bi bi-geo-alt-fill"></i></div>
<div>
<p class="text-white mb-0">City, Country</p>
<p class="text-white">Country</p>
</div>
</li>
<li class="d-flex align-items-center">
<div class="icon me-3 text-white"><i class="bi bi-telephone-plus-fill"></i></div>
<div>
<p class="text-white mb-0">City, Country</p>
<p class="text-white">Country</p>
</div>
</li>
<li class="d-flex align-items-center">
<div class="icon me-3 text-white"><i class="bi bi-envelope-paper"></i></div>
<div>
<p class="text-white mb-0">City, Country</p>
<p class="text-white">Country</p>
</div>
</li>
</ul>
</div>
</div>
<hr />
<div class="text-center text-white">
<small class="m-0">Copywrite © 2024 by Astro Man</small>
<div class="container mt-2">
<ul class="social-links d-flex mx-auto justify-content-around" style="list-style: none; width: 200px">
<li><a href='#'><i class="bi bi-facebook"></i></a></li>
<li><a href='#'><i class="bi bi-whatsapp"></i></a></li>
<li><a href='#'><i class="bi bi-envelope"></i></a></li>
<li><a href='#'><i class="bi bi-twitter"></i></a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>