-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
382 lines (333 loc) · 20.2 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
<!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>www.GalaxyConventionCenter.com</title>
<!--Google font link-->
<link href="https://fonts.googleapis.com/css2?family=Poppins&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,500&display=swap" rel="stylesheet">
<!--CSS link-->
<link rel="stylesheet" href="style.css">
<!--Font awsome cdn link-->
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" data-auto-replace-svg="nest"></script>
<!--Bootstrap CDN link-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-md">
<a class="navbar-brand h1" href="#"> Galaxy Convention Center</a>
</div>
</nav>
<!--Image slide start-->
<div id="carouselExampleCaptions" class="carousel slide img-fluid" 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>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/slide1.png" class="d-block w-100" alt="" width="1440px" height="584px">
<div class="carousel-caption d-md-block">
<h5>The perfect venue for your
next event</h5>
<p>We have affiliation with the best this industry has to offer from photo shoots, floral arrangements, ambience decorations and entertainment we have all the right people standing next to us. So leave all your worry with us, because we will facilitate the realization of your dream, yes it will come true! A hearty memorable experience for you and your guests, with only delightful surprises.</p>
<a class="btn btn-primary" target="_blank" href="https://www.linkedin.com/in/shuva-chakraborty-7aa59818a/">Book Now <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="carousel-item">
<img src="images/slide2.jpg" class="d-block w-100" alt="" width="1440px" height="584px">
<div class="carousel-caption d-md-block">
<h5>Event Photography</h5>
<p>Event photography is the professional art of snapping high-quality images during a wide variety of important occasions, from personal events like weddings or birthday parties to large public gatherings like corporate events, galas, award ceremonies, and music festivals.We are also here to serve event photography at affordable prices.</p>
<a class="btn btn-primary" target="_blank" href="https://www.linkedin.com/in/shuva-chakraborty-7aa59818a/">Book Now <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="carousel-item">
<img src="images/slide3.jpg" class="d-block w-100" alt="" width="1440px" height="584px">
<div class="carousel-caption d-md-block">
<h5>10000 square feet hall room</h5>
<p>We have enough space .We are ready to host you.</p>
<a class="btn btn-primary" target="_blank" href="https://www.linkedin.com/in/shuva-chakraborty-7aa59818a/">Book Now <i class="fas fa-arrow-right"></i></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>
</header>
<main>
<!-- start Our package section-->
<section class="Ourpackages">
<div class="container my-6">
<div class="mt-5 mb-5 text-center">
<p class="h1">Our package</p>
</div>
<!--card start-->
<div class="row row-cols-1 row-cols-md-4 g-4">
<div class="col">
<div class="card h-100">
<div class="card-body ">
<p class="h1">$400</p>
<h5 class="card-title">Business fair</h5>
<p class="card-text">For most businesses event
like book fair, craft fair.</p>
<!--check mark 1 start-->
<div class="d-flex flex-column ">
<a><i class=" far fa-check-circle"></i> Limited space access</a>
<a><i class=" far fa-check-circle"></i> Secuirty facility</a> <a><i class=" far fa-check-circle"></i> Event support</a>
<a><i class=" far fa-check-circle"></i> Decoration design</a>
<a><i class=" far fa-check-circle"></i> Per day bill</a>
</div>
<!--Check mark end-->
</div>
<button type="button" class="btn mb-2 btn-primary
rounded-pill">Choose plan</button>
</div>
</div>
<div class="col">
<div class="card h-100">
<div class="card-body">
<p class="h1">$500</p>
<h5 class="card-title">wedding basic</h5>
<p class="card-text">For weddings with basic plan
and limited item.</p>
<!--check mark start-->
<div class="d-flex flex-column ">
<a><i class=" far fa-check-circle"></i> Full space access</a>
<a><i class=" far fa-check-circle"></i> Food arrangement</a>
<a><i class=" far fa-check-circle"></i> Mangement support</a>
<a><i class=" far fa-check-circle"></i> Decoration design</a>
<a><i class=" far fa-check-circle"></i> Billed as shift</a>
</div>
<!--check mark end-->
</div>
<button type="button" class="btn btn-primary
rounded-pill mb-2">Choose plan</button>
</div>
</div>
<div class="col ">
<div class="card crd3 h-100">
<div class="card-body ">
<span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger">
Hot
</span>
<p class="h1">$800</p>
<h5 class="card-title">Wedding plus</h5>
<p class="card-text">For most weddings with premium plans.</p>
<!--check mark start-->
<div class="d-flex flex-column ">
<a><i class=" far fa-check-circle"></i> Full space access</a>
<a><i class=" far fa-check-circle"></i> Dedicated team</a>
<a><i class=" far fa-check-circle"></i> Buffet food</a>
<a><i class=" far fa-check-circle"></i> Premium Decoration</a>
<a><i class=" far fa-check-circle"></i> Pay as plan</a>
</div>
<!--check mark end-->
</div>
<button type="button" class="btn btn-primary
rounded-pill mb-2">Choose plan</button>
</div>
</div>
<div class="col">
<div class="card h-100">
<div class="card-body">
<p class="h1">$1200</p>
<h5 class="card-title"> Corporate event</h5>
<p class="card-text">For most corporate business
events.</p>
<!--check mark start-->
<div class="d-flex flex-column ">
<a><i class=" far fa-check-circle"></i> Full space access</a>
<a><i class=" far fa-check-circle"></i> Dedicated team</a>
<a><i class=" far fa-check-circle"></i> Buffet food</a>
<a><i class=" far fa-check-circle"></i> Premium Decoration</a>
<a><i class=" far fa-check-circle"></i> Pay as plan</a>
</div>
<!--check mark end-->
</div>
<button type="button" class="btn btn-primary
rounded-pill mb-2 ">Choose plan</button>
</div>
</div>
</div>
<!--card end-->
</div>
</section>
<!--end our package section-->
<section class=" Frq-Akd-Q">
<div class="container my-5">
<p class="h1 pb-4 text-center">Frequently Asked Questions</p>
<div class="imgflex row row-cols-1 row-cols-md-2 justify-content-evenly ">
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
What’s the difference between event design and event planning?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
Event design encompasses the more creative side of event management. While a planner focuses on organization, we focus on the decor of the event. From draping to lighting, furniture, and centerpieces, it is our job to ensure your event is truly stunning.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
How early do we need to start planning an event?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
Planning an event can take from weeks to months, it really depends on the size and the details that the event involves. Having enough time allows you to comfortably cover different areas and prepare yourself for potential scenarios that might happen so you can consider various options prior the date. You always need more time than you think!
With our experience, planning private and corporate events requires a shorter period of time because guests usually have already confirmed their attendance and no details are needed to be released to the public.
</div>
</div>
</div>
<!---->
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
What is your refund and cancellation policy?
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
Cancellation and refund policies differ according to the payment term.
If you purchased your subscription through a third party, please refer to any terms and conditions provided to you in connection with purchase.
</div>
</div>
</div>
<!---->
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
How do you keep budgets on track?
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
1.Check your account statements.<br>
2.Categorize your expenses. <br>
3.Use a budgeting or expense-tracking app.<br>
4. Explore other expense trackers.<br>
5. Identify room for change.
</div>
</div>
</div>
</div>
<!--img-->
<div class="faq ">
<img src="images/faq.jpg" class="img-thumbnail img-fluid" alt="..." width="546px" height="364px">
</div>
</div>
</div>
</section>
<!--bonous item-->
<section class="bonusitem">
<div class="contact container shadow-none p-3 mb-5 bg-light rounded mb-4">
<p class="h1 my-5 mt-5 text-center" >Contact Us</p>
<div class="alert text-white w-50 bg-primary alert-warning alert-dismissible fade show " role="alert" >
<i class="fas fa-gift "></i> <strong>20% off</strong> on next booking.
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
<div class=" row row-cols-1 row-cols-md-2 justify-content-evenly gap-2">
<form class="row g-3">
<div class="col-md-5">
<label for="inputEmail4" class="form-label">Email</label>
<input type="email" class="form-control" id="inputEmail4">
</div>
<div class="col-md-5">
<label for="inputPassword4" class="form-label">Password</label>
<input type="password" class="form-control" id="inputPassword4">
</div>
<div class="col-5">
<label for="inputAddress" class="form-label">Address</label>
<input type="text" class="form-control" id="inputAddress" placeholder="1234 Main St">
</div>
<div class="col-5">
<label for="inputAddress2" class="form-label">Address 2</label>
<input type="text" class="form-control" id="inputAddress2" placeholder="Apartment, studio, or floor">
</div>
<div class="col-md-6">
<label for="inputCity" class="form-label">City</label>
<input type="text" class="form-control" id="inputCity">
</div>
<div class="col-md-2">
<label for="inputState" class="form-label">State</label>
<select id="inputState" class="form-select">
<option selected>Choose</option>
<option>Dhaka</option>
<option>Chandpur</option>
<option>Shylet</option>
<option>Cummila</option>
</select>
</div>
<div class="col-md-2">
<label for="inputZip" class="form-label">Zip</label>
<input type="text" class="form-control" id="inputZip">
</div>
<div class="col-12">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="gridCheck">
<label class="form-check-label" for="gridCheck">
Check me out
</label>
</div>
</div>
<div class="col-12">
<button type="submit" class="btn btn-primary">Sign in</button>
</div>
</form>
<div class="card " style="width: 18rem;">
<div class="card-header">
<p class="h4">Information</p>
</div>
<div class="card-body">
<div class="d-flex flex-column ">
<a><i class="fas fa-envelope-open"></i>Email: </a>
<a>Chakrabortyshuva216@gmail.com</a>
<a> <i class="fas fa-phone-alt"></i>Phone No: </a>
<a>01872451678</a>
<a><i class="fab fa-facebook-f"></i> Facebook Page:</a>
<a>facebook.com/galaxyconvantaioncenter</a>
<a><i class="fas fa-mobile-alt"></i></i> Hot Line</a>
<a> 98956453</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!--Footer part start-->
<footer class="bg-dark text-white ">
<div class="fot1 pt-5 pb-3 row row-cols-1 row-cols-md-2 justify-content-evenly">
<div class="fot2">
<p class=" text-center " >©2020,All rights reserved by Shuva Chakraborty</p>
</div>
<div class="fot3 flex-column gap-5 ">
<p class="h3 ">Get the App</p>
<a class="btn " target="_blank" href="https://www.apple.com/app-store/">
<img src="images/logo1.png" class="img-thumbnail img-fluid" alt="..." width="160px" height="140px" > </a>
<br>
<a class="btn " target="_blank" href="https://play.google.com/store/apps">
<img src="images/logo2.png" class="img-thumbnail img-fluid" alt="..." width="160px" height="140px" > </a>
</div>
</div>
</footer >
<!--Bootstrap script link-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>