-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
287 lines (279 loc) · 11.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="Assets/styles/style.css" />
<title> Sharadiya </title>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous"/>
<link rel="shortcut icon" href="./Assets/images/favicon.png" type="image/x-icon" sizes="16x16 32x32">
</head>
<body id="body">
<!-- Modal -->
<form action="./Assets/PHP/login.php">
<div
class="modal fade"
id="exampleModal"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog ">
<div class="modal-content ">
<div class="modal-header">
<h5 class="modal-title text-center" id="exampleModalLabel">Login</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body d-flex justify-content-center align-items-center flex-column">
<form action="./Assets/PHP/login.php" method="post" class="d-flex justify-content-center align-items-center">
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Email" name="phpname" required>
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password" name="phppassword" required>
</div>
<button type="submit" class="btn btn-danger">Login</button>
</form>
</div>
</div>
</div>
</div>
</div>
</form>
<!-- ==Navbar=== -->
<section class="header">
<!-- Banner/Hero -->
<div class="hero">
<nav class="navbar navbar-expand-lg nav_design">
<div class="container-fluid">
<a class="navbar-brand" href="#"> Sharadiya</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item mx-2">
<a class="nav-link active" aria-current="page" href="./index.html">Home</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link" href="./blog.html">Blog</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link" href="./about.html">About</a>
</li>
<li class="nav-item mx-2">
<a href="register.html">
<button class="btn btn-success">Sign up</button>
</a>
</li>
<li class="nav-item mx-2">
<!-- <a href="login.html"><button class="btn btn-danger">Login</button></a> -->
<!-- Button trigger modal -->
<button
type="button"
class="btn btn-danger"
data-bs-toggle="modal"
data-bs-target="#exampleModal"
>
Login
</button>
</li>
</ul>
</div>
</div>
</nav>
<!-- Hero content -->
<div class="content">
<h1 style="color: #B31502;">Sharadiya</h1>
<p>
Anything and Everything about Durga Puja!
</p>
<div class="cta_btns">
<a href="../Sharadiya/Assets/PHP/CTA-explore.php" style="text-decoration: none;">
<button class="CTA-explore" style="border-radius: 7%;">
Explore
<div class="arrow-wrapper">
<div class="arrow"></div>
</div>
</button>
</a>
</div>
</div>
</section>
<!-- ===Features=== -->
<section class="features">
<div class="feature_banner container my-3">
<h1 class="text-center">Features</h1>
<div class="feature_text">
<h3>Feature One</h3>
<p>
Durga Puja is seen as the best instance of the public performance of religion and art, and as a thriving ground for collaborative artists and designers. During the event, the divides of class, religion and ethnicities collapse as crowds of spectators walk around to admire the installations.
</p>
</div>
<div class="feature_text2">
<h3>Features Two</h3>
<p>
Sharadiya is your online destination to visit the collection of most popular Durga Pujas. It is a platform on internet where we display the Location, Information, Photos & Videos of various Durga Pujas. It will guide people who want directions to go Pandal Hopping around the city of Kolkata, looking for the best Puja’s in town. Durga Puja is the biggest and the grandest festival celebrated.
</p>
</div>
<div class="feature_text3">
<h3>Features Three</h3>
<p>
Durga Puja is around the corner and preparations for the festival are in full swing in the country's Kolkata city,If you visit Kolkata to see the celebration of Durga Puja, you will be able to find the exact reason why it is called the City of Joy.
</p>
</div>
<img src="Assets/images/feature.jpg" alt="" class="feature_image" />
</div>
<div class="feature_banner2 container">
<img src="Assets/images/feature.jpg" alt="" class="feature_image2" />
</div>
<div class="feature_banner container my-3">
<img src="Assets/images/feature.jpg" alt="" class="feature_image3" />
</div>
</section>
<!-- Cards(opt) -->
<section class="cards">
<div class="container my-5">
<div class="explore">
<h1 class="text-center">Explore</h1>
<div
id="carouselExampleCaptions"
class="carousel slide"
data-bs-ride="false"
>
<div class="carousel-indicators">
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="1"
aria-label="Slide 2"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="2"
aria-label="Slide 3"
></button>
</div>
<div class="carousel-inner carousel_cards">
<div class="carousel-item active">
<a href="#"><img
src="Assets/images/silde1.jpg"
class="d-block w-100"
alt=""
/></a>
<div class="carousel-caption d-none d-md-block">
<h5>Top Pujas in Kolkata</h5>
<p>
<!-- Some representative placeholder content for the first slide. -->
</p>
</div>
</div>
<div class="carousel-item">
<a href="#"><img
src="Assets/images/silde2.jpg"
class="d-block w-100"
alt=""
/></a>
<div class="carousel-caption d-none d-md-block">
<h5>Explore puja in a new way</h5>
<p>
<!-- Some representative placeholder content for the second
slide. -->
</p>
</div>
</div>
<div class="carousel-item">
<a href="#"><img
src="Assets/images/slide3.jpg"
class="d-block w-100"
alt=""
/></a>
<div class="carousel-caption d-none d-md-block">
<h5>Explore puja in a new way</h5>
<p>
<!-- Some representative placeholder content for the third slide. -->
</p>
</div>
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExampleCaptions"
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="#carouselExampleCaptions"
data-bs-slide="next"
>
<span
class="carousel-control-next-icon"
aria-hidden="true">
</span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</section>
<!-- ===Footer=== -->
<section class="footer">
<div class="footer_content">
<div class="footer_head">
<h4 class="text-center">Sharadiya</h4>
</div>
<div class="footer_wrapper">
<div class="footer_desc">
<a href="#" class="nav-link">Privacy</a>
<a href="#" class="nav-link">Terms</a>
<a href="https://github.com/mirazxmondal/Sharadiya/" class="nav-link">Contribute</a>
<a href="#" class="nav-link">Contact</a>
</div>
<div class="footer_links">
<a href="#" class="nav-link"><i class='bx bxl-linkedin-square bx-md' style="color: #0A66C2;"></i></a>
<a href="https://github.com/miraz-mondal/Sharadiya" class="nav-link"><i class='bx bxl-github bx-md' ></i></a>
<a href="#" class="nav-link"><i class='bx bxl-twitter bx-md' style="color: #00acee;" ></i></a>
</div>
</div>
<div class="footer_copy">
<p> © 2022-2023 Sharadiya. All rights reserved </p>
</div>
</div>
</section>
<script src="Assets/scripts/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
</body>
</html>