-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
385 lines (353 loc) · 20.6 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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Avacus</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css">
<!-- custom css -->
<link rel="stylesheet" href="style.css">
<!-- font awsome -->
<script src="https://kit.fontawesome.com/b882eb77fc.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- header section start -->
<header class="">
<nav class="navbar navbar-expand-lg navbar-light fixed-top p-4 bg-white">
<a href="" class="navbar-brand me-0">
<span class="fw-bold fs-4">Abacus Convention Center</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#toggleMobileMenu"
aria-controls="toggleMobileMenu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="toggleMobileMenu">
<ul class="navbar-nav ms-auto text-center fw-bold">
<li class="nav-item"><a href="" class="nav-link">Home</a></li>
<li class="nav-item"><a href="" class="nav-link">About Us</a></li>
<li class="nav-item"><a href="" class="nav-link">Contract</a></li>
<li class="nav-item"><a href="" class="nav-link">Subscribe</a></li>
</ul>
</div>
</nav>
</header>
<!-- hearder section end -->
<!-- baanner section start -->
<section style="margin-top: 100px;">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<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>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="3"
aria-label="Slide 4"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="10000">
<img src="images/banner.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-flex flex-column justify-content-center align-items-center">
<h1 class="fw-bold">The perfect venue for your
next event</h1>
<p>Amet minim mollit non deserunt ullamco est sit aliqua
dolor do amet sint. Velit officia consequat duis enim velit</p>
<a href="" class="btn btn-light text-primary px-4 fw-bold">Book Now</a>
</div>
</div>
<div class="carousel-item" data-bs-interval="2000">
<img src="images/banner.png" class="d-block w-100" alt="..." style=" height: 80vh;
object-fit: cover;">
<div class="carousel-caption d-flex flex-column justify-content-center align-items-center">
<h1 class="fw-bold">The perfect venue for your
next event</h1>
<p>Amet minim mollit non deserunt ullamco est sit aliqua
dolor do amet sint. Velit officia consequat duis enim velit</p>
<a href="" class="btn btn-light text-primary px-4 fw-bold">Book Now</a>
</div>
</div>
<div class="carousel-item" data-bs-interval="2000">
<img src="images/banner.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-flex flex-column justify-content-center align-items-center">
<h1 class="fw-bold">The perfect venue for your
next event</h1>
<p>Amet minim mollit non deserunt ullamco est sit aliqua
dolor do amet sint. Velit officia consequat duis enim velit</p>
<a href="" class="btn btn-light text-primary px-4 fw-bold">Book Now</a>
</div>
</div>
<div class="carousel-item" data-bs-interval="2000">
<img src="images/banner.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-flex flex-column justify-content-center align-items-center">
<h1 class="fw-bold">The perfect venue for your
next event</h1>
<p>Amet minim mollit non deserunt ullamco est sit aliqua
dolor do amet sint. Velit officia consequat duis enim velit</p>
<a href="" class="btn btn-light text-primary px-4 fw-bold">Book Now</a>
</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>
</section>
<!-- banner section end -->
<!-- moment section start -->
<section class="container my-5">
<div class="row">
<div class="col-lg-6 col-md-6 ">
<img src="images/wedding.png" alt="" class="w-100">
</div>
<div class="col-lg-6 col-md-6 ">
<div class="d-flex flex-column align-items-start justify-content-center" style="height: 300px;">
<h2 class="fw-bold"> Every moment is Precious</h2>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Magni, odit praesentium ut iure sunt
quisquam amet nulla vero assumenda? Nihil cupiditate provident ex esse, at autem optio sint
voluptatibus sunt!</p>
<a href="" class="btn btn-primary fw-bold">Explore our album <i
class="fa-solid fa-arrow-right"></i></a>
<!-- toast -->
<div class="toast-1 position-absolute end-0 translate-middle-y p-3 bg-light" role=" alert"
aria-live="assertive" aria-atomic="true">
<div class="toast-header w-100">
<img src="./icons/Vector.svg" class="rounded me-2 mb-0" alt="...">
<span>20% of on Next Booking</span>
<button type="button" class="btn-close" data-bs-dismiss="toast-1"
aria-label="Close"></button>
</div>
</div>
<!-- toast -->
</div>
</div>
</div>
</section>
<!-- moment section end -->
<!-- package section start -->
<section class="container">
<h1 class="text-center fw-bold">Our Package</h1>
<div class="mt-5">
<div class="" style="margin-top: 100px;">
<div class="row g-3 m-0">
<div class="col-lg-3 col-md-6">
<div class="p-4 shadow p-3 mb-5 h-auto bg-body rounded rounded">
<h1> $300</h1>
<h2>Bussiness <br> fair</h2>
<p>For most business event like book fair.</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> limited space access</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> Secuirty facility</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> event support</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> Decoration design</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> Per day bill</p>
<div class="text-center pt-3">
<button class="btn btn-light text-primary fw-bold">Choose Plan</button>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="p-4 shadow p-3 mb-5 h-auto bg-body rounded">
<h1> $500</h1>
<h2>Wedding <br>basic</h2>
<p>For weddings with basic plan
and limited item</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> Full space access</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> Food arrangement</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> mangement support</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> Decoration design</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> Billed as shift</p>
<div class="text-center pt-3">
<button class="btn btn-light text-primary fw-bold">Choose Plan</button>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="p-4 rounded-3 bg-primary text-white shadow-lg h-auto" style=" margin-top: -20px;">
<div class="bg-danger rounded-pill py-2 hot-button text-center">Hot</div>
<h1> $800</h1>
<h2>Wedding <br> plus</h2>
<p>For most weddings with premium plans</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> Full space access</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> Dedicated team</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> Buffet food</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> premium Decoration</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> pay as plan</p>
<div class="text-center pt-3">
<button class="btn btn-light text-primary fw-bold">Choose Plan</button>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="p-4 shadow p-3 h-auto bg-body rounded">
<h1> $1200</h1>
<h2>Corporate <br> event</h2>
<p>For weddings with basic plan and limited item</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> Full space access</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> Dedicated team</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> Buffet food</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> premium Decoration</p>
<p class="m-0"><i class="fa-regular fa-square-check"></i> Billed as shift</p>
<div class="text-center pt-3">
<button class="btn btn-light text-primary fw-bold">Choose Plan</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- package section end -->
<!-- happy client section start -->
<section class="container my-5">
<div>
<h2 class="text-center">Happy Clients says</h2>
</div>
<div class="container text-center">
<div class="row g-3 m-0">
<div class="col-12 col-md-6 col-lg-4">
<div class="p-4 shadow bg-light">
<p>Slate helps you see how
many more days you need
to work to reach your financial
goal for the month and year.</p>
<img src="images/person 1.png" alt="" class="img-fluid py-3">
<h6>Regina Miles</h6>
<h6 class="text-secondary">Banker</h6>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="p-4 shadow bg-light">
<p>Slate helps you see how
many more days you need
to work to reach your financial
goal for the month and year.</p>
<img src="images/person 2.png" alt="" class="img-fluid py-3">
<h6>Jone Drake</h6>
<h6 class="text-secondary">Banker</h6>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="p-4 shadow bg-light">
<p>Slate helps you see how
many more days you need
to work to reach your financial
goal for the month and year.</p>
<img src="images/person 3.png" alt="" class="img-fluid py-3">
<h6>Cret Yater</h6>
<h6 class="text-secondary">Banker</h6>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- happy client section end -->
<!-- frequently asked question section start -->
<section class="container my-5">
<h2 class="text-center my-5"> Frequently Asked Questions</h2>
<!-- accordion -->
<div class="d-flex flex-column-reverse flex-md-row gap-3">
<div class="w-100">
<div class="accordion" id="accordionPanelsStayOpenExample">
<div class="accordion-item">
<h2 class="accordion-header " id="panelsStayOpen-headingOne">
<button class="accordion-button fw-bold fs-5" type="button" data-bs-toggle="collapse"
data-bs-target="#panelsStayOpen-collapseOne" aria-expanded="true"
aria-controls="panelsStayOpen-collapseOne">
What’s the difference between event design and
event planning?
</button>
</h2>
<div id="panelsStayOpen-collapseOne" class="accordion-collapse collapse show"
aria-labelledby="panelsStayOpen-headingOne">
<div class="accordion-body text-secondary">
Event design and event planning work hand in hand to deliver a
successful event.Events by Knight offer tailor made events. This
means we incorporate both event design and event planning to
create that perfect event.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="panelsStayOpen-headingTwo">
<button class="accordion-button collapsed fw-bold fs-5" type="button"
data-bs-toggle="collapse" data-bs-target="#panelsStayOpen-collapseTwo"
aria-expanded="false" aria-controls="panelsStayOpen-collapseTwo">
How early do we need to start planning an event
</button>
</h2>
<div id="panelsStayOpen-collapseTwo" class="accordion-collapse collapse"
aria-labelledby="panelsStayOpen-headingTwo">
<div class="accordion-body text-secondary">
Event design and event planning work hand in hand to deliver a
successful event.Events by Knight offer tailor made events. This
means we incorporate both event design and event planning to
create that perfect event.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="panelsStayOpen-headingThree">
<button class="accordion-button collapsed fw-bold fs-5" type="button"
data-bs-toggle="collapse" data-bs-target="#panelsStayOpen-collapseThree"
aria-expanded="false" aria-controls="panelsStayOpen-collapseThree">
What is your refund and cancellation policy?
</button>
</h2>
<div id="panelsStayOpen-collapseThree" class="accordion-collapse collapse"
aria-labelledby="panelsStayOpen-headingThree">
<div class="accordion-body text-secondary">
Event design and event planning work hand in hand to deliver a
successful event.Events by Knight offer tailor made events. This
means we incorporate both event design and event planning to
create that perfect event.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="panelsStayOpen-headingFour">
<button class="accordion-button collapsed fw-bold fs-5" type="button"
data-bs-toggle="collapse" data-bs-target="#panelsStayOpen-collapseFour"
aria-expanded="false" aria-controls="panelsStayOpen-collapseFour">
How do you keep budgets on track?
</button>
</h2>
<div id="panelsStayOpen-collapseFour" class="accordion-collapse collapse"
aria-labelledby="panelsStayOpen-headingFour">
<div class="accordion-body text-secondary">
Event design and event planning work hand in hand to deliver a
successful event.Events by Knight offer tailor made events. This
means we incorporate both event design and event planning to
create that perfect event.
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center">
<img src="images/people.png" alt="" class="w-100 ">
</div>
</div>
</section>
<!-- frequently asked question section end -->
<!-- footer start -->
<footer
class="bg-footer py-5 d-flex flex-column-reverse flex-md-row align-items-center justify-content-around gap-4">
<div class="text-light">
<p>© 2020 Developer Mohi. All rights reserved</p>
</div>
<div>
<img src="images/get .png" alt="" class="img-fluid">
</div>
</footer>
<script src=" https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>