-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
618 lines (586 loc) · 24.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
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
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>EventHub Connect - Welcome To EventHub!!!</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<!-- Favicons -->
<link rel="icon" href="assets/img/favicon.png" type="image/png" sizes="16x16"/>
<!-- <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" /> -->
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<link
href="assets/vendor/bootstrap-icons/bootstrap-icons.css"
rel="stylesheet"
/>
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex justify-content-between align-items-center">
<div class="logo">
<h1><a href="index.html">EventHub Connect</a></h1>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="blog.html">Blog</a></li>
<li class="dropdown">
<a href="#"
><span>Live Event</span> <i class="bi bi-chevron-down"></i
></a>
<ul>
<li><a href="#">Web-Dev Event</a></li>
<li class="dropdown">
<a href="#"
><span>Web3 Event</span>
<i class="bi bi-chevron-right"></i
></a>
<ul>
<li><a href="#">NFT Crypto Blockchain</a></li>
<li><a href="#">Solona web3 Event</a></li>
<li><a href="#">Artifical Intelligence</a></li>
<li><a href="#">Deep Learning</a></li>
<li><a href="#">Web3 Hackathon</a></li>
</ul>
</li>
<li><a href="#">Hackathon</a></li>
<li><a href="#">Digital Marketing Event</a></li>
<li><a href="#">Networking Event</a></li>
</ul>
</li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<!-- .navbar -->
</div>
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section class="hero-section" id="hero">
<div class="wave">
<svg
width="100%"
height="355px"
viewBox="0 0 1920 355"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<g
id="Page-1"
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
>
<g
id="Apple-TV"
transform="translate(0.000000, -402.000000)"
fill="#FFFFFF"
>
<path
d="M0,439.134243 C175.04074,464.89273 327.944386,477.771974 458.710937,477.771974 C654.860765,477.771974 870.645295,442.632362 1205.9828,410.192501 C1429.54114,388.565926 1667.54687,411.092417 1920,477.771974 L1920,757 L1017.15166,757 L0,757 L0,439.134243 Z"
id="Path"
></path>
</g>
</g>
</svg>
</div>
<div class="container">
<div class="row align-items-center">
<div class="col-12 hero-text-image">
<div class="row">
<div class="col-lg-8 text-center text-lg-start">
<h1 data-aos="fade-right">
Unlocking the Power of Virtual Networking with EventHub
Connect
</h1>
<p class="mb-5" data-aos="fade-right" data-aos-delay="100">
Empowering Networking Beyond Boundaries - Welcome to EventHub
Connect!
</p>
<p
data-aos="fade-right"
data-aos-delay="200"
data-aos-offset="-500"
>
<a href="#" class="btn btn-outline-white">Get started</a>
</p>
</div>
<div class="col-lg-4 iphone-wrap mt-3">
<img
src="assets/img/new_1.png"
alt="Image"
class="phone-1"
data-aos="fade-right"
/>
<img
src="assets/img/new_1.png"
alt="Image"
class="phone-2"
data-aos="fade-right"
data-aos-delay="200"
/>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Hero -->
<main id="main">
<!-- ======= Home Section ======= -->
<section class="section">
<div class="container">
<div class="row justify-content-center text-center mb-5">
<div class="col-md-5" data-aos="fade-up">
<h2 class="section-heading">Save your time to using EventHub</h2>
</div>
</div>
<div class="row">
<div class="col-md-4" data-aos="fade-up" data-aos-delay="">
<div class="feature-1 text-center">
<div class="wrap-icon icon-1">
<i class="bi bi-people"></i>
</div>
<h3 class="mb-3">Explore Your Team</h3>
<p class="text-justify">
Meet the passionate and dedicated team behind EventHub
Connect, where innovation meets expertise to redefine the
virtual event landscape.
</p>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="feature-1 text-center">
<div class="wrap-icon icon-1">
<i class="bi bi-brightness-high"></i>
</div>
<h3 class="mb-3">Digital Whiteboard</h3>
<p class="text-justify">
EventHub's Digital Whiteboard: Collaborate seamlessly and
sketch out your ideas in real-time, fostering creativity and
engagement in virtual events.
</p>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="200">
<div class="feature-1 text-center">
<div class="wrap-icon icon-1">
<i class="bi bi-bar-chart"></i>
</div>
<h3 class="mb-3">Design To Development</h3>
<p class="text-justify">
From innovative design concepts to seamless development, we
bring EventHub Connect to life, crafting a virtual event
platform that transcends expectations.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div
class="row justify-content-center text-center mb-5"
data-aos="fade"
>
<div class="col-md-6 mb-5">
<img
src="assets/img/undraw_svg_1.svg"
alt="Image"
class="img-fluid"
/>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="step">
<span class="number">01</span>
<h3>Sign Up</h3>
<p class="text-justify">
Join the global community of innovators and enthusiasts by
signing up on EventHub Connect!
</p>
</div>
</div>
<div class="col-md-4">
<div class="step">
<span class="number">02</span>
<h3>Create Profile</h3>
<p class="text-justify">
Your Passport to Seamless Virtual Event
Experiences, Uniting Communities and Cultivating Connections
</p>
</div>
</div>
<div class="col-md-4">
<div class="step">
<span class="number">03</span>
<h3>Enjoy the app</h3>
<p class="text-justify">
Immerse yourself in the seamless experience of EventHub
Connect – where networking meets innovation.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-4 me-auto">
<h2 class="mb-4">Seamlessly Communicate</h2>
<p class="mb-4">
"Seamlessly communicate, connect, and collaborate with EventHub
Connect — where virtual interactions transcend boundaries,
creating meaningful dialogues and fostering vibrant
communities."
</p>
<p><a href="#" class="btn btn-primary">Download Now</a></p>
</div>
<div class="col-md-6" data-aos="fade-left">
<img
src="assets/img/undraw_svg_2.svg"
alt="Image"
class="img-fluid"
/>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-4 ms-auto order-2">
<h2 class="mb-4">Gather Feedback</h2>
<p class="mb-4">
"EventHub Connect has transformed the way communities connect
virtually, offering a seamless platform that enables meaningful
interactions and fosters collaborative experiences. Users praise
its intuitive design and powerful networking tools, making every
event a success."
</p>
<p><a href="#" class="btn btn-primary">Download Now</a></p>
</div>
<div class="col-md-6" data-aos="fade-right">
<img
src="assets/img/undraw_svg_3.svg"
alt="Image"
class="img-fluid"
/>
</div>
</div>
</div>
</section>
<!-- ======= Testimonials Section ======= -->
<section class="section border-top border-bottom">
<div class="container">
<div class="row justify-content-center text-center mb-5">
<div class="col-md-4">
<h2 class="section-heading">Review From Our Users</h2>
</div>
</div>
<div class="row justify-content-center text-center">
<div class="col-md-7">
<div
class="testimonials-slider swiper"
data-aos="fade-up"
data-aos-delay="100"
>
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="review text-center">
<p class="stars">
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill muted"></span>
</p>
<h3>Excellent App!</h3>
<blockquote>
<p>
EventHub Connect has revolutionized how I organize and
host events. The customizable virtual spaces and
seamless networking tools have elevated attendee
engagement. It's a game-changer for event organizers!
</p>
</blockquote>
<p class="review-user">
<img
src="assets/img/person_1.jpg"
alt="Image"
class="img-fluid rounded-circle mb-3"
/>
<span class="d-block">
<span class="text-black">Sarah M.</span> — Event
Organizer
</span>
</p>
</div>
</div>
<!-- End testimonial item -->
<div class="swiper-slide">
<div class="review text-center">
<p class="stars">
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill muted"></span>
</p>
<h3>This App is easy to use!</h3>
<blockquote>
<p>
Being part of diverse communities, EventHub Connect is
my go-to platform. It effortlessly connects me with
like-minded individuals, and the intuitive interface
makes navigating through events a breeze. Highly
recommended!
</p>
</blockquote>
<p class="review-user">
<img
src="assets/img/person_2.jpg"
alt="Image"
class="img-fluid rounded-circle mb-3"
/>
<span class="d-block">
<span class="text-black">Alex K.</span> —
Community Enthusiast
</span>
</p>
</div>
</div>
<!-- End testimonial item -->
<div class="swiper-slide">
<div class="review text-center">
<p class="stars">
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill muted"></span>
</p>
<h3>Awesome functionality!</h3>
<blockquote>
<p>
Attending events on EventHub is a pleasure! The
variety of virtual spaces and interactive features
make each event unique. The platform's user-friendly
design ensures a smooth and enjoyable experience every
time.
</p>
</blockquote>
<p class="review-user">
<img
src="assets/img/person_3.jpg"
alt="Image"
class="img-fluid rounded-circle mb-3"
/>
<span class="d-block">
<span class="text-black">Emily P.</span> —
Attendee
</span>
</p>
</div>
</div>
<!-- End testimonial item -->
<div class="swiper-slide">
<div class="review text-center">
<p class="stars">
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill muted"></span>
</p>
<h3>Nice User Feedback and Iterative Development!</h3>
<blockquote>
<p>
As a sponsor, EventHub Connect has provided
unparalleled visibility for our brand. The virtual
exhibitor booths are a fantastic way to showcase our
products, and the analytics feature helps us measure
our impact. Great ROI!!
</p>
</blockquote>
<p class="review-user">
<img
src="assets/img/person_2.jpg"
alt="Image"
class="img-fluid rounded-circle mb-3"
/>
<span class="d-block">
<span class="text-black">John L.</span> —
Sponsor Representative
</span>
</p>
</div>
</div>
<!-- End testimonial item -->
<div class="swiper-slide">
<div class="review text-center">
<p class="stars">
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill"></span>
<span class="bi bi-star-fill muted"></span>
</p>
<h3>fantastic functionality!</h3>
<blockquote>
<p>
EventHub Connect has redefined virtual networking. The
AI-driven matchmaking is spot-on, connecting me with
professionals who share my interests. It's refreshing
to attend events where meaningful connections are at
the forefront.
</p>
</blockquote>
<p class="review-user">
<img
src="assets/img/person_3.jpg"
alt="Image"
class="img-fluid rounded-circle mb-3"
/>
<span class="d-block">
<span class="text-black">Jessica R.</span> —
Networking Enthusiast
</span>
</p>
</div>
</div>
<!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</div>
</section>
<!-- End Testimonials Section -->
<!-- ======= CTA Section ======= -->
<section class="section cta-section">
<div class="container">
<div class="row align-items-center">
<div
class="col-md-6 me-auto text-center text-md-start mb-5 mb-md-0"
>
<h2>Starts Publishing Your Apps</h2>
</div>
<div class="col-md-5 text-center text-md-end">
<p>
<a href="#" class="btn d-inline-flex align-items-center"
><i class="bx bxl-apple"></i><span>App store</span></a
>
<a href="#" class="btn d-inline-flex align-items-center"
><i class="bx bxl-play-store"></i><span>Google play</span></a
>
</p>
</div>
</div>
</div>
</section>
<!-- End CTA Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer class="footer" role="contentinfo">
<div class="container">
<div class="row">
<div class="col-md-4 mb-4 mb-md-0">
<h3>About EventHub</h3>
<p class="text-justify">
Welcome to EventHub Connect, where we redefine the virtual event
experience. Our platform is designed to bring together niche
communities, fostering collaboration, networking, and
knowledge-sharing in a dynamic online environment.
</p>
<p class="social">
<a href="#"><span class="bi bi-twitter"></span></a>
<a href="#"><span class="bi bi-facebook"></span></a>
<a href="#"><span class="bi bi-instagram"></span></a>
<a href="#"><span class="bi bi-linkedin"></span></a>
</p>
</div>
<div class="col-md-7 ms-auto">
<div class="row site-section pt-0">
<div class="col-md-4 mb-4 mb-md-0">
<h3>Navigation</h3>
<ul class="list-unstyled">
<li><a href="#">Pricing</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<h3>Services</h3>
<ul class="list-unstyled">
<li><a href="#">Team</a></li>
<li><a href="#">Collaboration</a></li>
<li><a href="#">Todos</a></li>
<li><a href="#">Events</a></li>
</ul>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<h3>Live Event</h3>
<ul class="list-unstyled">
<li><a href="#">Web-Dev Event</a></li>
<li><a href="#">Web3 Event</a></li>
<li><a href="#">Hackathon</a></li>
<li><a href="#">Digital Marketing Event</a></li>
<li><a href="#">Networking Event</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row justify-content-center text-center">
<div class="col-md-7">
<p class="copyright">
© Copyright EventHub. All Rights Reserved
</p>
<div class="credits">
</div>
</div>
</div>
</div>
</footer>
<a
href="#"
class="back-to-top d-flex align-items-center justify-content-center"
><i class="bi bi-arrow-up-short"></i
></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>