-
Notifications
You must be signed in to change notification settings - Fork 1
/
index copy.php
594 lines (492 loc) · 23 KB
/
index copy.php
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
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
<?php include("header.php"); ?>
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container" data-aos="fade-in">
<img src="assets/img/hall.jpg" alt="Hero Imgs" data-aos="zoom-out" data-aos-delay="100">
<a href="#get-started" class="btn-get-started scrollto">Get Started</a>
<div class="btns">
<a href="#"><i class="fa fa-apple fa-3x"></i> App Store</a>
<a href="#"><i class="fa fa-play fa-3x"></i> Google Play</a>
<a href="#"><i class="fa fa-windows fa-3x"></i> windows</a>
</div>
</div>
</section><!-- End Hero Section -->
Latest
<main id="main">
<!-- ======= Get Started Section ======= -->
<section id="get-started" class="padd-section text-center">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>Seminar Hall Booking</h2>
<p class="separator">Online Booking Portal For Seminar Hall.</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="100">
<div class="feature-block">
<img src="assets/img/svg/cloud.svg" alt="img">
<h4>introducing whatsapp</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<a href="#">read more</a>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="200">
<div class="feature-block">
<img src="assets/img/svg/planet.svg" alt="img">
<h4>user friendly interface</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<a href="#">read more</a>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="300">
<div class="feature-block">
<img src="assets/img/svg/asteroid.svg" alt="img">
<h4>build the app everyone love</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<a href="#">read more</a>
</div>
</div>
</div>
</div>
</section><!-- End Get Started Section -->
<!-- ======= About Us Section ======= -->
<section id="about-us" class="about-us padd-section">
<div class="container" data-aos="fade-up">
<div class="row justify-content-center">
<div class="col-md-5 col-lg-3">
<img src="assets/img/about-img.png" alt="About" data-aos="zoom-in" data-aos-delay="100">
</div>
<div class="col-md-7 col-lg-5">
<div class="about-content" data-aos="fade-left" data-aos-delay="100">
<h2><span>eStartup</span>UI Design Mobile </h2>
<p>Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat
</p>
<ul class="list-unstyled">
<li><i class="vi bi-chevron-right"></i>Creative Design</li>
<li><i class="vi bi-chevron-right"></i>Retina Ready</li>
<li><i class="vi bi-chevron-right"></i>Easy to Use</li>
<li><i class="vi bi-chevron-right"></i>Unlimited Features</li>
<li><i class="vi bi-chevron-right"></i>Unlimited Features</li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="padd-section text-center">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>Amazing Features.</h2>
<p class="separator">Integer cursus bibendum augue ac cursus .</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/paint-palette.svg" alt="img">
<h4>creative design</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/vector.svg" alt="img">
<h4>Retina Ready</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/design-tool.svg" alt="img">
<h4>easy to use</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/asteroid.svg" alt="img">
<h4>Free Updates</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/asteroid.svg" alt="img">
<h4>Free Updates</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/cloud-computing.svg" alt="img">
<h4>App store support</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/pixel.svg" alt="img">
<h4>Perfect Pixel</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/code.svg" alt="img">
<h4>clean codes</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= Screenshots Section ======= -->
<section id="screenshots" class="padd-section text-center">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>App Gallery</h2>
<p class="separator">Integer cursus bibendum augue ac cursus .</p>
</div>
<div class="screens-slider swiper-container">
<div class="swiper-wrapper align-items-center">
<div class="swiper-slide"><img src="assets/img/screen/1.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/screen/2.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/screen/3.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/screen/4.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/screen/5.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/screen/6.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/screen/7.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/screen/8.jpg" class="img-fluid" alt=""></div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Screenshots Section -->
<!-- ======= Video Section ======= -->
<section id="video" class="text-center">
<div class="overlay">
<div class="container-fluid container-full" data-aos="zoom-in">
<div class="row">
<a href="https://www.youtube.com/watch?v=jDDaplaOz7Q&feature=emb_title" class="glightbox play-btn"></a>
</div>
</div>
</div>
</section><!-- End Video Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="padd-section text-center">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>Team Member</h2>
<p class="separator">Integer cursus bibendum augue ac cursus .</p>
</div>
<div class="row">
<div class="col-md-6 col-md-4 col-lg-3" data-aos="zoom-in" data-aos-delay="100">
<div class="team-block bottom">
<img src="assets/img/team/1.jpg" class="img-responsive" alt="img">
<div class="team-content">
<ul class="list-unstyled">
<li><a href="#"><i class="bi bi-facebook"></i></a></li>
<li><a href="#"><i class="bi bi-twitter"></i></a></li>
<li><a href="#"><i class="bi bi-linkedin"></i></a></li>
</ul>
<span>manager</span>
<h4>Kimberly Tran</h4>
</div>
</div>
</div>
<div class="col-md-6 col-md-4 col-lg-3" data-aos="zoom-in" data-aos-delay="200">
<div class="team-block bottom">
<img src="assets/img/team/2.jpg" class="img-responsive" alt="img">
<div class="team-content">
<ul class="list-unstyled">
<li><a href="#"><i class="bi bi-facebook"></i></a></li>
<li><a href="#"><i class="bi bi-twitter"></i></a></li>
<li><a href="#"><i class="bi bi-linkedin"></i></a></li>
</ul>
<span>manager</span>
<h4>Kimberly Tran</h4>
</div>
</div>
</div>
<div class="col-md-6 col-md-4 col-lg-3" data-aos="zoom-in" data-aos-delay="300">
<div class="team-block bottom">
<img src="assets/img/team/3.jpg" class="img-responsive" alt="img">
<div class="team-content">
<ul class="list-unstyled">
<li><a href="#"><i class="bi bi-facebook"></i></a></li>
<li><a href="#"><i class="bi bi-twitter"></i></a></li>
<li><a href="#"><i class="bi bi-linkedin"></i></a></li>
</ul>
<span>manager</span>
<h4>Kimberly Tran</h4>
</div>
</div>
</div>
<div class="col-md-6 col-md-4 col-lg-3" data-aos="zoom-in" data-aos-delay="400">
<div class="team-block bottom">
<img src="assets/img/team/4.jpg" class="img-responsive" alt="img">
<div class="team-content">
<ul class="list-unstyled">
<li><a href="#"><i class="bi bi-facebook"></i></a></li>
<li><a href="#"><i class="bi bi-twitter"></i></a></li>
<li><a href="#"><i class="bi bi-linkedin"></i></a></li>
</ul>
<span>manager</span>
<h4>Kimberly Tran</h4>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="padd-section text-center">
<div class="container" data-aos="fade-up">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="testimonials-content">
<div id="carousel-example-generic" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="top-top">
<h2>Our Users Speack volumes us</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type
specimen book. It has survived not only five centuries.</p>
<h4>Kimberly Tran<span>manager</span></h4>
</div>
</div>
<div class="carousel-item ">
<div class="top-top">
<h2>Our Users Speack volumes us</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type
specimen book. It has survived not only five centuries.</p>
<h4>Henderson<span>manager</span></h4>
</div>
</div>
<div class="carousel-item ">
<div class="top-top">
<h2>Our Users Speack volumes us</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type
specimen book. It has survived not only five centuries.</p>
<h4>David Spark<span>manager</span></h4>
</div>
</div>
</div>
<div class="btm-btm">
<ul class="list-unstyled carousel-indicators">
<li data-bs-target="#carousel-example-generic" data-bs-slide-to="0" class="active"></li>
<li data-bs-target="#carousel-example-generic" data-bs-slide-to="1"></li>
<li data-bs-target="#carousel-example-generic" data-bs-slide-to="2"></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Pricing Section ======= -->
<section id="pricing" class="padd-section text-cente">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>Meet With Price</h2>
<p class="separator">Integer cursus bibendum augue ac cursus .</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-md-6 col-lg-3">
<div class="block-pricing">
<div class="table">
<h4>basic</h4>
<h2>$29</h2>
<ul class="list-unstyled">
<li><b>4 GB</b> Ram</li>
<li><b>7/24</b> Tech Support</li>
<li><b>40 GB</b> SSD Cloud Storage</li>
<li>Monthly Backups</li>
<li>Palo Protection</li>
</ul>
<div class="table_btn">
<a href="#" class="btn"><i class="bi bi-cart"></i> Buy Now</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="block-pricing">
<div class="table">
<h4>PERSONAL</h4>
<h2>$29</h2>
<ul class="list-unstyled">
<li><b>4 GB</b> Ram</li>
<li><b>7/24</b> Tech Support</li>
<li><b>40 GB</b> SSD Cloud Storage</li>
<li>Monthly Backups</li>
<li>Palo Protection</li>
</ul>
<div class="table_btn">
<a href="#" class="btn"><i class="bi bi-cart"></i> Buy Now</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="block-pricing">
<div class="table">
<h4>BUSINESS</h4>
<h2>$29</h2>
<ul class="list-unstyled">
<li><b>4 GB</b> Ram</li>
<li><b>7/24</b> Tech Support</li>
<li><b>40 GB</b> SSD Cloud Storage</li>
<li>Monthly Backups</li>
<li>Palo Protection</li>
</ul>
<div class="table_btn">
<a href="#" class="btn"><i class="bi bi-cart"></i> Buy Now</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="block-pricing">
<div class="table">
<h4>profeesional</h4>
<h2>$29</h2>
<ul class="list-unstyled">
<li><b>4 GB</b> Ram</li>
<li><b>7/24</b> Tech Support</li>
<li><b>40 GB</b> SSD Cloud Storage</li>
<li>Monthly Backups</li>
<li>Palo Protection</li>
</ul>
<div class="table_btn">
<a href="#" class="btn"><i class="bi bi-cart"></i> Buy Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Pricing Section -->
<!-- ======= Blog Section ======= -->
<section id="blog" class="padd-sectio">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>Latest posts</h2>
<p class="separator">Integer cursus bibendum augue ac cursus .</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-md-6 col-lg-4">
<div class="block-blog text-left">
<a href="#"><img src="assets/img/blog/blog-image-1.jpg" alt="img"></a>
<div class="content-blog">
<h4><a href="#">whats isthe difference between good and bat typography</a></h4>
<span>05, juin 2017</span>
<a class="float-end readmore" href="#">read more</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="block-blog text-left">
<a href="#"><img src="assets/img/blog/blog-image-2.jpg" class="img-responsive" alt="img"></a>
<div class="content-blog">
<h4><a href="#">whats isthe difference between good and bat typography</a></h4>
<span>05, juin 2017</span>
<a class="float-end readmore" href="#">read more</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="block-blog text-left">
<a href="#"><img src="assets/img/blog/blog-image-3.jpg" class="img-responsive" alt="img"></a>
<div class="content-blog">
<h4><a href="#">whats isthe difference between good and bat typography</a></h4>
<span>05, juin 2017</span>
<a class="float-end readmore" href="#">read more</a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Blog Section -->
<!-- ======= Newsletter Section ======= -->
<section id="newsletter" class="newsletter text-center">
<div class="overlay padd-section">
<div class="container" data-aos="zoom-in">
<div class="row justify-content-center">
<div class="col-md-9 col-lg-6">
<form class="d-flex" method="POST" action="#">
<input type="email" class="form-control " placeholder="Email Adress" name="email">
<button type="submit" class="btn btn-default"><i class="bi bi-location-arrow"></i>Subscribe</button>
</form>
</div>
</div>
<ul class="list-unstyled">
<li><a href="#"><i class="bi bi-facebook"></i></a></li>
<li><a href="#"><i class="bi bi-twitter"></i></a></li>
<li><a href="#"><i class="bi bi-instagram"></i></a></li>
<li><a href="#"><i class="bi bi-linkedin"></i></a></li>
</ul>
</div>
</div>
</section><!-- End Newsletter Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="padd-section">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>Contact</h2>
<p class="separator">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>
</div>
<div class="row justify-content-center" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-3 col-md-4">
<div class="info">
<div>
<i class="bi bi-geo-alt"></i>
<p>A108 Adam Street<br>New York, NY 535022</p>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<p>[email protected]</p>
</div>
<div>
<i class="bi bi-phone"></i>
<p>+1 5589 55488 55s</p>
</div>
</div>
<div class="social-links">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-5 col-md-8">
<div class="form">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="form-group mt-3">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<?php include("footer.php"); ?>