-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
509 lines (504 loc) · 29.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/custom/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css">
<link rel="stylesheet" href="css/style.css">
<title>Talk Web Page</title>
</head>
<body>
<header><!-- Header Start -->
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg navbar-light bg-white border-bottom border-light shadow-sm py-3">
<a class="navbar-brand ml-sm-3" href="index.html">
<svg width="2em" height="2em" viewBox="0 0 16 16" class="bi bi-globe d-inline-block align-top text-primary pt-2" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A7.97 7.97 0 0 0 5.145 4H7.5V1.077zM4.09 4H2.255a7.025 7.025 0 0 1 3.072-2.472 6.7 6.7 0 0 0-.597.933c-.247.464-.462.98-.64 1.539zm-.582 3.5h-2.49c.062-.89.291-1.733.656-2.5H3.82a13.652 13.652 0 0 0-.312 2.5zM4.847 5H7.5v2.5H4.51A12.5 12.5 0 0 1 4.846 5zM8.5 5v2.5h2.99a12.495 12.495 0 0 0-.337-2.5H8.5zM4.51 8.5H7.5V11H4.847a12.5 12.5 0 0 1-.338-2.5zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5zM5.145 12H7.5v2.923c-.67-.204-1.335-.82-1.887-1.855A7.97 7.97 0 0 1 5.145 12zm.182 2.472a6.696 6.696 0 0 1-.597-.933A9.268 9.268 0 0 1 4.09 12H2.255a7.024 7.024 0 0 0 3.072 2.472zM3.82 11H1.674a6.958 6.958 0 0 1-.656-2.5h2.49c.03.877.138 1.718.312 2.5zm6.853 3.472A7.024 7.024 0 0 0 13.745 12H11.91a9.27 9.27 0 0 1-.64 1.539 6.688 6.688 0 0 1-.597.933zM8.5 12h2.355a7.967 7.967 0 0 1-.468 1.068c-.552 1.035-1.218 1.65-1.887 1.855V12zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.65 13.65 0 0 1-.312 2.5zm2.802-3.5h-2.49A13.65 13.65 0 0 0 12.18 5h2.146c.365.767.594 1.61.656 2.5zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7.024 7.024 0 0 0-3.072-2.472c.218.284.418.598.597.933zM10.855 4H8.5V1.077c.67.204 1.335.82 1.887 1.855.173.324.33.682.468 1.068z"/>
</svg>
<span class="h1 mb-5">TALK</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ml-auto">
<a class="nav-item nav-link text-uppercase font-weight-bolder text-primary active mr-5" href="index.html">Home <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link text-uppercase font-weight-bolder mr-sm-4" href="#about">About</a>
<a class="nav-item nav-link text-uppercase font-weight-bolder mr-sm-4" href="#speakers">Speakers</a>
<a class="nav-item nav-link text-uppercase font-weight-bolder mr-sm-4" href="#schedule">Schedule</a>
<a class="nav-item nav-link text-uppercase font-weight-bolder mr-sm-4" href="#venue">Venue</a>
<a class="nav-item nav-link text-uppercase font-weight-bolder mr-sm-4" href="#hotels">Hotels</a>
<a class="nav-item nav-link text-uppercase font-weight-bolder mr-sm-4" href="#tickets">Tickets</a>
<a class="nav-item nav-link text-uppercase font-weight-bolder mr-sm-4" href="#faqs">Faqs</a>
<a class="nav-item nav-link text-uppercase font-weight-bolder mr-sm-4" href="#contact">Contact</a>
<a class="nav-item nav-link text-uppercase font-weight-bolder mr-sm-4" href="blog.html">Blog</a>
<button type="button" class="nav-item nav-link btn btn-primary text-uppercase font-weight-bolder mr-sm-5 text-white">
Buy Tickets
</button>
</div>
</div>
</nav>
<!-- Navbar End -->
<header>
<div class="container">
<div class="row mt-sm-5 mb-5">
<div class="col-sm-7 ml-sm-auto mt-5 ml-sm-5 mb-3 order-first">
<p class="text-lowercase h3 text-white">
Lorem ipsum dolor sit amet <span class="text-uppercase text-primary h2">saepe</span> adipisicingelit.
Libero perferendis <span class="text-uppercase text-primary h2">sed, similique</span> esse adipisci
quibusdam sapient neque <span class="text-uppercase text-primary h2">epossimus?</span>
</p>
<a href="#" class="text-white text-uppercase font-weight-bolder h2 underline card-link border-bottom">Learn More</a>
</div>
<div class="col-sm-7 bg-primary mr-sm-5 py-2 jumbotron pl-3 order-last">
<p class="text-uppercase h2 font-weight-lighter">
Welcome to the
</p>
<h1 class="display-5 text-uppercase font-weight-bolder">
1st Traditional Lorem Conference.
</h1>
<span class="text-uppercase h3 font-weight-lighter">
Hosted by <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-globe d-inline-block align-top pt-1" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A7.97 7.97 0 0 0 5.145 4H7.5V1.077zM4.09 4H2.255a7.025 7.025 0 0 1 3.072-2.472 6.7 6.7 0 0 0-.597.933c-.247.464-.462.98-.64 1.539zm-.582 3.5h-2.49c.062-.89.291-1.733.656-2.5H3.82a13.652 13.652 0 0 0-.312 2.5zM4.847 5H7.5v2.5H4.51A12.5 12.5 0 0 1 4.846 5zM8.5 5v2.5h2.99a12.495 12.495 0 0 0-.337-2.5H8.5zM4.51 8.5H7.5V11H4.847a12.5 12.5 0 0 1-.338-2.5zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5zM5.145 12H7.5v2.923c-.67-.204-1.335-.82-1.887-1.855A7.97 7.97 0 0 1 5.145 12zm.182 2.472a6.696 6.696 0 0 1-.597-.933A9.268 9.268 0 0 1 4.09 12H2.255a7.024 7.024 0 0 0 3.072 2.472zM3.82 11H1.674a6.958 6.958 0 0 1-.656-2.5h2.49c.03.877.138 1.718.312 2.5zm6.853 3.472A7.024 7.024 0 0 0 13.745 12H11.91a9.27 9.27 0 0 1-.64 1.539 6.688 6.688 0 0 1-.597.933zM8.5 12h2.355a7.967 7.967 0 0 1-.468 1.068c-.552 1.035-1.218 1.65-1.887 1.855V12zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.65 13.65 0 0 1-.312 2.5zm2.802-3.5h-2.49A13.65 13.65 0 0 0 12.18 5h2.146c.365.767.594 1.61.656 2.5zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7.024 7.024 0 0 0-3.072-2.472c.218.284.418.598.597.933zM10.855 4H8.5V1.077c.67.204 1.335.82 1.887 1.855.173.324.33.682.468 1.068z"/>
</svg> Talk
</span>
</div>
</div>
</div>
</main>
</header><!-- Header End -->
<section class="bg-white"><!-- Section Start -->
<div class="container">
<div class="row mt-5 mb-sm-5" id="about"><!-- About Start -->
<div class="card-deck mt-5 mb-5">
<div class="card text-center shadow-lg">
<i class="fas fa-2x fa-question text-primary mb-3 mt-3"></i>
<div class="card-body px-4 py-0 pb-4">
<h4 class="card-title text-uppercase font-weight-bold">About Conference</h5>
<p class="card-text">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Repellendus laborum ullam sit.
Lorem ipsum dolor sit amet.
</p>
</div>
</div>
<div class="card text-center shadow-lg">
<i class="fas fa-2x fa-map-marked-alt text-primary mb-3 mt-3"></i>
<div class="card-body px-4 py-0">
<h4 class="card-title text-uppercase font-weight-bold">Where</h5>
<p class="card-text">
This card has supporting text below as a natural lead-in. Lorem, ipsum. Lorem, ipsum.
Lorem ipsum dolor sit.
</p>
</div>
</div>
<div class="card text-center shadow-lg">
<i class="far fa-2x fa-calendar-alt text-primary mb-3 mt-3"></i>
<div class="card-body px-4 py-0">
<h4 class="card-title text-uppercase font-weight-bold">When</h5>
<p class="card-text">
24<sup>th</sup> November 2020 <br> to <br> 28<sup>th</sup> November 2020
</p>
</div>
</div>
</div>
</div><!-- About End -->
<div class="row mb-sm-3" id="speakers"><!-- Speakers Start -->
<div class="col-12 text-center">
<h5 class="text-primary">
Meet Our Speakers
</h5>
<h3 class="text-uppercase font-weight-bold">
Lorem ipsum dolor sit amet
</h3>
</div>
</div>
<div class="row mb-5 text-center">
<article class="col-sm-4">
<img class="mb-2 img-fluid shadow-lg" src="img/speakers/speaker-01.jpg" alt="speaker-01">
</article>
<article class="col-sm-4">
<img class="mb-2 img-fluid shadow-lg" src="img/speakers/speaker-02.jpg" alt="speaker-02">
</article>
<article class="col-sm-4">
<img class="mb-2 img-fluid shadow-lg" src="img/speakers/speaker-03.jpg" alt="speaker-03">
</article>
</div><!-- Speakers End -->
<div class="row mb-sm-3" id="schedule"><!-- Schedule Start -->
<article class="col-12 text-center">
<h5 class="text-primary">
Here is The Schedule For
</h5>
<h3 class="text-uppercase font-weight-bold">
Lorem ipsum dolor sit amet
</h3>
</article>
</div>
<div class="row mb-5 justify-content-center text-center">
<article class="col-sm-7">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<button type="button" class="btn btn-primary mb-5" data-target="#carouselExampleIndicators" data-slide-to="0" class="active">Day 1</button>
<button type="button" class="btn btn-outline-primary mb-5" data-target="#carouselExampleIndicators" data-slide-to="1">Day 2</button>
<button type="button" class="btn btn-outline-primary mb-5" data-target="#carouselExampleIndicators" data-slide-to="2">Day 3</button>
<div class="carousel-inner">
<div class="carousel-item active">
<table class="table">
<thead>
<tr>
<th scope="col">TIMINGS</th>
<th scope="col">SPEAKERS</th>
<th scope="col">TOPIC</th>
<th scope="col">REGISTER</th>
</tr>
</thead>
<tbody>
<tr>
<td>8:00 A.M. - 9:00 A.M</td>
<td><img src="img/speakers/card-speaker-03.jpg" alt="speaker-03" class="rounded-circle w-50 shadow-lg"></td>
<td>Lorem</td>
<td><a href="#" class="text-primary font-weight-bold">Tickets</a></td>
</tr>
<tr>
<td>9:00 A.M. - 10:00 A.M</td>
<td><img src="img/speakers/card-speaker-02.jpg" alt="speaker-02" class="rounded-circle w-50 shadow-lg"></td>
<td>Ipsum</td>
<td><a href="#" class="text-primary font-weight-bold">Tickets</a></td>
</tr>
<tr>
<td>10:00 A.M. - 11:00 A.M</td>
<td><img src="img/speakers/card-speaker-01.jpg" alt="speaker-01" class="rounded-circle w-50 shadow-lg mb-5"></td>
<td>Dolor</td>
<td><a href="#" class="text-primary font-weight-bold">Tickets</a></td>
</tr>
</tbody>
</table>
</div>
<div class="carousel-item">
<table class="table">
<thead>
<tr>
<th scope="col">TIMINGS</th>
<th scope="col">SPEAKERS</th>
<th scope="col">TOPIC</th>
<th scope="col">REGISTER</th>
</tr>
</thead>
<tbody>
<tr>
<td>8:00 A.M. - 9:00 A.M</td>
<td><img src="img/speakers/card-speaker-01.jpg" alt="speaker-01" class="rounded-circle w-50 shadow-lg"></td>
<td>Lorem</td>
<td><a href="#" class="text-primary font-weight-bold">Tickets</a></td>
</tr>
<tr>
<td>9:00 A.M. - 10:00 A.M</td>
<td><img src="img/speakers/card-speaker-03.jpg" alt="speaker-03" class="rounded-circle w-50 shadow-lg"></td>
<td>Ipsum</td>
<td><a href="#" class="text-primary font-weight-bold">Tickets</a></td>
</tr>
<tr>
<td>10:00 A.M. - 11:00 A.M</td>
<td><img src="img/speakers/card-speaker-02.jpg" alt="speaker-02" class="rounded-circle w-50 shadow-lg mb-5"></td>
<td>Dolor</td>
<td><a href="#" class="text-primary font-weight-bold">Tickets</a></td>
</tr>
</tbody>
</table>
</div>
<div class="carousel-item">
<table class="table">
<thead>
<tr>
<th scope="col">TIMINGS</th>
<th scope="col">SPEAKERS</th>
<th scope="col">TOPIC</th>
<th scope="col">REGISTER</th>
</tr>
</thead>
<tbody>
<tr>
<td>8:00 A.M. - 9:00 A.M</td>
<td><img src="img/speakers/card-speaker-02.jpg" alt="speaker-02" class="rounded-circle w-50 shadow-lg"></td>
<td>Lorem</td>
<td><a href="#" class="text-primary font-weight-bold">Tickets</a></td>
</tr>
<tr>
<td>9:00 A.M. - 10:00 A.M</td>
<td><img src="img/speakers/card-speaker-01.jpg" alt="speaker-01" class="rounded-circle w-50 shadow-lg"></td>
<td>Ipsum</td>
<td><a href="#" class="text-primary font-weight-bold">Tickets</a></td>
</tr>
<tr>
<td>10:00 A.M. - 11:00 A.M</td>
<td><img src="img/speakers/card-speaker-03.jpg" alt="speaker-03" class="rounded-circle w-50 shadow-lg mb-5"></td>
<td>Dolor</td>
<td><a href="#" class="text-primary font-weight-bold">Tickets</a></td>
</tr>
</tbody>
</table>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon bg-primary mr-5 mt-5" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next ml-5" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon bg-primary ml-5 mt-5" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</article>
</div><!-- Schedule End -->
<div class="row mb-5" id="venue"><!-- Venue Start -->
<article class="col-sm-7">
<iframe class="shadow-lg embed-responsive-item embed-responsive mb-5" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2861.317311410255!2d18.765404259350035!3d42.424324252191816!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x134c33063d70c91b%3A0x7a73f15e212e9306!2zS290b3IsIEthcmFkYcSf!5e0!3m2!1str!2str!4v1606179121152!5m2!1str!2str" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0">
</iframe>
</article>
<article class="col-sm-5 bg-primary jumbotron align-self-center">
<h3 class="text-uppercase font-weight-bold">
Lorem, ipsum dolor sit amet consectetur
</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex natus rerum quod, distinctio
a aliquid vitae neque consequatur delectus ut.
</p>
<a href="#hotels" class="text-uppercase text-white"><h5>View Hotel</h5></a>
</article>
</div><!-- Venue End -->
<div class="row mb-5" id="hotels"><!-- Hotels Start -->
<div class="col-12 text-center">
<h5 class="text-primary">
Take A Look At The
</h5>
<h3 class="text-uppercase font-weight-bold mb-3">
Hotels For You
</h3>
<div class="card-deck">
<div class="card shadow-lg">
<img src="img/hotels/duan.jpg" class="card-img-top" alt="duan">
<div class="card-body text-left">
<h5 class="card-title text-uppercase font-weight-bold">Hotel Duan</h5>
<i class="fas fa-star text-primary"></i>
<i class="fas fa-star text-primary"></i>
<i class="fas fa-star text-primary"></i>
<i class="fas fa-star text-primary"></i>
<i class="fas fa-star-half text-primary"></i>
</div>
</div>
<div class="card shadow-lg">
<img src="img/hotels/roosevelt.jpg" class="card-img-top" alt="roosevelt">
<div class="card-body text-left">
<h5 class="card-title text-uppercase font-weight-bold">Hotel Roosevelt</h5>
<i class="fas fa-star text-primary"></i>
<i class="fas fa-star text-primary"></i>
<i class="fas fa-star text-primary"></i>
<i class="fas fa-star text-primary"></i>
</div>
</div>
<div class="card shadow-lg">
<img src="img/hotels/vlad.jpg" class="card-img-top" alt="vlad">
<div class="card-body text-left">
<h5 class="card-title text-uppercase font-weight-bold">Hotel Vlad</h5>
<i class="fas fa-star text-primary"></i>
<i class="fas fa-star text-primary"></i>
<i class="fas fa-star text-primary"></i>
<i class="fas fa-star text-primary"></i>
</div>
</div>
</div>
</div>
</div><!-- Hotels End -->
<div class="row mb-5" id="tickets"><!-- Tickets Start -->
<div class="col-sm-12 text-center">
<h5 class="text-primary">
Take A Look At The
</h5>
<h3 class="text-uppercase font-weight-bold mb-3">
Event Tickets
</h3>
<div class="card-deck justify-content-center">
<div class="card border-primary mx-sm-5 px-sm-0 shadow-lg">
<div class="card-body px-sm-0">
<h5 class="card-title text-uppercase font-weight-bold">Standard Access</h5>
<h3 class="text-uppercase font-weight-bold mb-2">$10</h3>
<h5 class="text-primary"><i class="far fa-check-circle mr-1"></i>Lorem, ipsum</h5>
<h5 class="text-primary"><i class="far fa-check-circle mr-1"></i>Lorem, ipsum</h5>
<h5 class="text-primary"><i class="far fa-check-circle mr-1"></i>Lorem, ipsum</h5>
<h5><i class="far fa-times-circle mr-1"></i>Lorem, ipsum</h5>
<h5><i class="far fa-times-circle mr-1"></i>Lorem, ipsum</h5>
<h5><i class="far fa-times-circle mr-1"></i>Lorem, ipsum</h5>
<button type="button" class="btn btn-primary text-uppercase mt-2">Buy</button>
</div>
</div>
<div class="card border-primary mx-sm-5 px-sm-0 shadow-lg">
<div class="card-body px-sm-0">
<h5 class="card-title text-uppercase font-weight-bold">Pro Access</h5>
<h3 class="text-uppercase font-weight-bold mb-2">$20</h3>
<h5 class="text-primary"><i class="far fa-check-circle mr-1"></i>Lorem, ipsum</h5>
<h5 class="text-primary"><i class="far fa-check-circle mr-1"></i>Lorem, ipsum</h5>
<h5 class="text-primary"><i class="far fa-check-circle mr-1"></i>Lorem, ipsum</h5>
<h5 class="text-primary"><i class="far fa-check-circle mr-1"></i>Lorem, ipsum</h5>
<h5><i class="far fa-times-circle mr-1"></i>Lorem, ipsum</h5>
<h5><i class="far fa-times-circle mr-1"></i>Lorem, ipsum</h5>
<button type="button" class="btn btn-primary text-uppercase mt-2">Buy</button>
</div>
</div>
<div class="card border-primary mx-sm-5 px-sm-0 shadow-lg">
<div class="card-body px-sm-0">
<h5 class="card-title text-uppercase font-weight-bold">Premium Access</h5>
<h3 class="text-uppercase font-weight-bold mb-2">$30</h3>
<h5 class="text-primary"><i class="far fa-check-circle mr-1"></i>Lorem, ipsum</h5>
<h5 class="text-primary"><i class="far fa-check-circle mr-1"></i>Lorem, ipsum</h5>
<h5 class="text-primary"><i class="far fa-check-circle mr-1"></i>Lorem, ipsum</h5>
<h5 class="text-primary"><i class="far fa-check-circle mr-1"></i>Lorem, ipsum</h5>
<h5 class="text-primary"><i class="far fa-check-circle mr-1"></i>Lorem, ipsum</h5>
<h5 class="text-primary"><i class="far fa-check-circle mr-1"></i>Lorem, ipsum</h5>
<button type="button" class="btn btn-primary text-uppercase mt-2">Buy</button>
</div>
</div>
</div>
</div>
</div><!-- Tickets End -->
<div class="row justify-content-center" id="faqs"><!-- FAQS Start -->
<div class="col-sm-12 text-center">
<h5 class="text-primary">
Here Are The
</h5>
<h3 class="text-uppercase font-weight-bold mb-3">
Frequently Asked Questions
</h3>
</div>
<div class="col-sm-6 mb-5">
<div class="accordion shadow-lg mb-5" id="accordionExample">
<div class="card">
<div class="card-header" id="headingOne">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Lorem ipsum dolor sit amet consectetur adipisicing elit?
</button>
</h2>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionExample">
<div class="card-body">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Molestiae assumenda obcaecati odit, dignissimos
provident mollitia natus nostrum illo porro reiciendis.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left collapsed" type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Obcaecati, nemo?
</button>
</h2>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
<div class="card-body">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Dignissimos sunt voluptatem porro harum eos minus quaerat
maiores corrupti ex sapiente cupiditate, voluptates tempore accusantium modi corporis impedit eaque voluptatibus laboriosam.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left collapsed" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequuntur corrupti quisquam unde?
</button>
</h2>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordionExample">
<div class="card-body">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sequi, inventore optio error similique,
praesentium necessitatibus officiis quaerat, incidunt quae facere laborum! Vel harum blanditiis, esse
quas neque deserunt? Porro libero voluptates amet repellat odit corporis ipsa. Sunt quidem mollitia aperiam!
</div>
</div>
</div>
</div>
</div>
</div><!-- FAQS End -->
</div>
</section><!-- Section End -->
<section class="bg-primary pt-5 pb-5"><!-- Contact Form Start -->
<div class="container" id="contact">
<div class="row justify-content-center text-center">
<article class="col-12 text-center">
<h5 class="text-white">
Lorem ipsum dolor sit amet
</h5>
<h3 class="text-uppercase font-weight-bold mb-3">
Lorem, ipsum dolor
</h3>
</article>
</div>
<div class="row justify-content-center text-center">
<article class="col-sm-8">
<form>
<div class="form-row align-items-center">
<div class="form-group col-md-6">
<input type="text" class="form-control mb-4" placeholder="Your Name">
<input type="email" class="form-control" id="inputEmail4" placeholder="Your Email">
</div>
<div class="form-group col-md-6">
<textarea class="form-control" id="exampleFormControlTextarea1" rows="4" placeholder="Your Message"></textarea>
</div>
</div>
<button type="submit" class="btn btn-success text-white text-uppercase px-5">Send</button>
</form>
</article>
</div>
</div>
</section><!-- Contact Form End -->
<div class="bg-white"><!-- Footer bg -->
<footer class="container py-5"><!-- Footer Start -->
<div class="row">
<div class="col-12 col-md">
<svg width="2em" height="2em" viewBox="0 0 16 16" class="bi bi-globe d-inline-block align-top text-primary pt-0" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A7.97 7.97 0 0 0 5.145 4H7.5V1.077zM4.09 4H2.255a7.025 7.025 0 0 1 3.072-2.472 6.7 6.7 0 0 0-.597.933c-.247.464-.462.98-.64 1.539zm-.582 3.5h-2.49c.062-.89.291-1.733.656-2.5H3.82a13.652 13.652 0 0 0-.312 2.5zM4.847 5H7.5v2.5H4.51A12.5 12.5 0 0 1 4.846 5zM8.5 5v2.5h2.99a12.495 12.495 0 0 0-.337-2.5H8.5zM4.51 8.5H7.5V11H4.847a12.5 12.5 0 0 1-.338-2.5zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5zM5.145 12H7.5v2.923c-.67-.204-1.335-.82-1.887-1.855A7.97 7.97 0 0 1 5.145 12zm.182 2.472a6.696 6.696 0 0 1-.597-.933A9.268 9.268 0 0 1 4.09 12H2.255a7.024 7.024 0 0 0 3.072 2.472zM3.82 11H1.674a6.958 6.958 0 0 1-.656-2.5h2.49c.03.877.138 1.718.312 2.5zm6.853 3.472A7.024 7.024 0 0 0 13.745 12H11.91a9.27 9.27 0 0 1-.64 1.539 6.688 6.688 0 0 1-.597.933zM8.5 12h2.355a7.967 7.967 0 0 1-.468 1.068c-.552 1.035-1.218 1.65-1.887 1.855V12zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.65 13.65 0 0 1-.312 2.5zm2.802-3.5h-2.49A13.65 13.65 0 0 0 12.18 5h2.146c.365.767.594 1.61.656 2.5zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7.024 7.024 0 0 0-3.072-2.472c.218.284.418.598.597.933zM10.855 4H8.5V1.077c.67.204 1.335.82 1.887 1.855.173.324.33.682.468 1.068z"/>
</svg>
<span class="h3">TALK</span>
<p>
<small>
Design by <a class="text-info font-weight-bold" href="https://www.behance.net/gallery/108144157/UIUX-Design-for-Conference" target="_blank">Mahnoor Sohail</a>.
Coded by <a class="text-info font-weight-bold" href="https://github.com/Atugriceri" target="_blank">Alper Tugriçeri</a>. © 2020
</small>
</p>
</div>
<div class="col-6 col-md">
<h5>Home</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#about">About</a></li>
<li><a class="text-muted" href="#contact">Contact</a></li>
<li><a class="text-muted" href="#faqs">FAQS</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Event</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#speakers">Speakers</a></li>
<li><a class="text-muted" href="#schedule">Schedule</a></li>
<li><a class="text-muted" href="#venue">Venue</a></li>
<li><a class="text-muted" href="#hotels">Hotels</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Tickets</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#">Buy Tickets</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Blog</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="blog.html">Blog</a></li>
</ul>
</div>
</div>
</footer><!-- Footer End -->
</div>
<script src="js/custom/jquery-3.5.1.slim.min.js"></script>
<script src="js/custom/bootstrap.bundle.min.js"></script>
</body>
</html>