-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
314 lines (253 loc) · 14.1 KB
/
index.htm
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS CDN-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" rel="stylesheet">
<title>Chhattisgarh Stories</title>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-success">
<a class="navbar-brand" href="index.html">
<img src="images/logo1-removebg-preview.png" width="140" height="80" alt="Logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.htm">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-expanded="false">
Enhanced Description
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="Temples.HTML">Temples of Chhattisgarh</a>
<a class="dropdown-item" href="Waterfall.HTML">Waterfall Destination of Chhattisgarh</a>
<a class="dropdown-item" href="Dances.htm">Dances of Chhattisgarh</a>
<a class="dropdown-item" href="Foods.HTML">Foods of Chhattisgarh</a>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<a href="https://github.com/Talenteddolly/Chhattisgarh-Stories-Website"> <button type="button" class="btn btn-dark" type="Submit" >GitHub</button></a>   
<a href="Sign-in.htm"> <button type="button" class="btn btn-danger" type="Submit" >Sign In</button></a>   
<a href="Sign-up.HTML"><button type="button" class="btn btn-warning" type="Submit">Sign Up</button></a>
</form>
</div>
</nav>
<br>
<br><br>
<!--------------------- Slider Section Starts From Here----------------->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<!--- Slider image 1 -->
<div class="carousel-item active">
<img src="images/Slider 1.jpg" height="500px" class="d-block w-100" alt="Slider Image 1">
</div>
<!--- Slider image 2 -->
<div class="carousel-item">
<img src="images/Slider 2.jpg" height="500px" class="d-block w-100" alt="Slider Image 2">
</div>
<!--- Slider image 3 -->
<div class="carousel-item">
<img src="images/Slider 3.jpg" height="500px" class="d-block w-100" alt="Slider Image 2">
</div>
<!--- Slider image 4 -->
<div class="carousel-item">
<img src="images/Slider 4.jpg" height="500px" class="d-block w-100" alt="Slider Image 2">
</div>
</div>
<button class="carousel-control-prev" type="button" data-target="#carouselExampleIndicators" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-target="#carouselExampleIndicators" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</button>
</div>
<br>
<!--------------------- Slider Section Ends From Here----------------->
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 style="text-align:center; padding:2%" class="heading">Chhattisgarh Stories</h1>
</div>
</div>
</div>
<br>
<!--------------------- Header Section Ends From Here----------------->
<!--------------------- Product Section Starts From Here----------------->
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="card" style="width: 14rem;">
<h5 class = "heading_1" style="color: red">Foundation</h5><br>
<img src="images/Map/CG Foundation.jpeg" height="200px" class="card-img-top" alt="Book Receive">
<div class="card-body">
<h5 class="card-title heading_1" style="color:rgb(109, 167, 21)">1 November 2000</h5>
<p class="card-text heading_1">Chhattisgarh was founded on November 1, 2000, when it was carved out of Madhya Pradesh. This day is celebrated as Chhattisgarh Foundation Day, honoring its rich cultural heritage and progress.</p>
<center><a href="https://en.wikipedia.org/wiki/Chhattisgarh_Rajyotsava" class="btn btn-primary">Visit for More!</a></center>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card" style="width: 14rem;">
<h5 class = "heading_1" style="color: purple" >Political Map</h5><br>
<img src="images/Map/Chhattisgarh Image.jpg" height="200px" class="card-img-top" alt="Books Collection">
<div class="card-body">
<h5 class="card-title heading_1" style="color: salmon">Heartland of India</h5>
<p class="card-text heading_1">Chhattisgarh shares its borders with Maharashtra, Madhya Pradesh, Andhra Pradesh, and Telangana. This central Indian state is strategically located, connecting these regions as a crucial junction.</p>
<center><a href="https://en.wikipedia.org/wiki/Chhattisgarh" class="btn btn-primary">Visit for More!</a></center>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card" style="width: 14rem;">
<h5 class = "heading_1" style="color: rgb(163, 163, 16)">Physical Map</h5><br>
<img src="images/Map/Forest Map.jpg" height="200px" class="card-img-top" alt="Student-Corner">
<div class="card-body">
<h5 class="card-title heading_1" style="color: darkgreen">Greenhaven Sanctuary</h5>
<p class="card-text heading_1">Chhattisgarh's physical map showcases a tapestry of diverse landscapes,
from lush forests to meandering rivers. It embodies resilience,
reflecting the state's natural beauty.
</p>
<center><a href="https://www.mapsofindia.com/maps/chhattisgarh/chhattisgarhphysical.htm" class="btn btn-primary">Visit for More!</a></center>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card" style="width: 14rem;">
<h5 class = "heading_1" style="color: darkblue">Cultural Map</h5>
<br>
<img src="images/Map/Chhattisgarh Image-Symbolic.jpg" height="200px" class="card-img-top" alt="Extra-Books">
<div class="card-body">
<h5 class="card-title heading_1" style="color: magenta">Mehtari and Rice Bowl</h5>
<p class="card-text heading_1">Chhattisgarh, known as the "Rice Bowl of India," is celebrated for its abundant rice production. As the "Mother of India," Chhattisgarh symbolizes nurturing.
</p>
<center> <a href="https://www.cgculture.in/" class="btn btn-primary">Visit for More!</a></center>
</div>
</div>
</div>
</div>
</div>
<br>
<!--------------------- Header Section Starts From Here----------------->
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 style="text-align:center; padding:2%; color: red" class="heading">Highlights</h1>
</div>
</div>
</div>
<br>
<!--------------------- Header Section Ends From Here----------------->
<!--------------------- Product Section Starts From Here----------------->
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="card" style="width: 14rem;">
<h5 class = "heading_1" style="color: darkblue">Temple</h5>
<img src="images/danteshwari.jpg" height="200px" class="card-img-top" alt="Book Receive">
<div class="card-body">
<h5 class="card-title heading_1" style="color: gold">Danteshwari Temple</h5>
<p class="card-text heading_1">Dhanteshwari mata mandir is one of the 52 shakti peeth.It is believed that tooth of maa sati fell here. One can only enter the temple wearing dhoti.</p>
<center><a href="Temples.HTML" class="btn btn-primary">Visit for More!</a></center>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card" style="width: 14rem;">
<h5 class = "heading_1" style="color: brown">Waterfall</h5>
<img src="images/Slider 3.jpg" height="200px" class="card-img-top" alt="Books Collection">
<div class="card-body">
<h5 class="card-title heading_1" style="color: rgb(43, 174, 226)">Chitrakoot Waterfall</h5>
<p class="card-text heading_1">Because of its width and its widespread horseshoe shape during the monsoon season, it is often called the "Niagara Falls of India".</p>
<center><a href="Waterfall.HTML" class="btn btn-primary">Visit for More!</a></center>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card" style="width: 14rem;">
<h5 class = "heading_1" style="color: rgb(109, 167, 21)">Dance</h5>
<img src="images/Dances/Panthi-Dance-min.webp" height="200px" class="card-img-top" alt="Student-Corner">
<div class="card-body">
<h5 class="card-title heading_1" style="color: black">Satnami Panthi Dance</h5>
<p class="card-text heading_1">The Satnami community celebrates the anniversary
of Guru Ghasidas in Maghi Purnima. A group of men builds a pyramid.
</p>
<center>
<a href="Dances.htm" class="btn btn-primary" style="text-align: center;">Visit for More!</a>
</center>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card" style="width: 14rem;">
<h5 class = "heading_1" style="color: rgb(176, 51, 72)">Food</h5>
<img src="images/Foods/Sabudana khichdi.jpg" height="200px" class="card-img-top" alt="Extra-Books">
<div class="card-body">
<h5 class="card-title heading_1" style="color: rgb(255, 0, 179)">Sabudana Ki khichdi</h5>
<p class="card-text heading_1">Sabudana Ki Kichdi is a dish prepared with the
soaked Sabudana balls. To add the flavor to the dish various vegetables
and spices are added.
</p>
<center><a href="Foods.HTML" class="btn btn-primary">Visit for More!</a></center>
</div>
</div>
</div>
</div>
</div>
<!--------------------- Product Section Ends From Here----------------->
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script>
<br>
<section class="footer">
<div class="container">
<div class="row">
<div class="col-md-3">
<img src="images/footer.png" class="footer-logo">
<p>Amazing tour of chhattisgarh</p>
<p>Sanatani places of MAA DURGA</p>
</div>
<div class="col-md-3">
<h5>Features</h5>
<p>Devotee Review</p>
<p>Peace of mind</p>
<p>Memorable things</p>
</div>
<div class="col-md-3">
<h5>Quick Contact</h5>
<p><i class="fa fa-phone-square"></i> +91 7774568953</p>
<a href = ""><p style = 'color: white'><i class="fa fa-envelope"></i> hello@gmail.com</p></a>
<p><i class="fa fa-home"></i> xyz Road, ABC City</p>
</div>
<div class="col-md-3">
<h5>Follow us on</h5>
<a href = "#"></a><p><i class="fa fa-facebook-official"></i> Facebook</p></a>
<p><i class="fa fa-youtube-play"></i> Youtube</p>
<p><i class="fa fa-twitter"></i> Twitter</p>
</div>
</div><hr>
<p class="copyright" style = "color : white">Made with <i class="fa fa-heart"></i> <a href = "https://github.com/Talenteddolly" style = "color : white">By DOLLY SAHU</a></p>
</div>
</section>
</body>
</html>