-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.html
408 lines (359 loc) · 18.1 KB
/
features.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>EventHub Connect - Features</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<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>
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Features Section ======= -->
<section class="hero-section inner-page">
<div class="wave">
<svg width="1920px" height="265px" viewBox="0 0 1920 265" 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,667 L1017.15166,667 L0,667 L0,439.134243 Z" id="Path"></path>
</g>
</g>
</svg>
</div>
<div class="container">
<div class="row align-items-center">
<div class="col-12">
<div class="row justify-content-center">
<div class="col-md-7 text-center hero-text">
<h1 data-aos="fade-up" data-aos-delay="">EventHub Features</h1>
<p class="mb-5" data-aos="fade-up" data-aos-delay="100">
"EventHub Connect revolutionizes virtual events by offering customizable virtual spaces, intelligent networking tools, dynamic content delivery, diverse monetization options, and comprehensive analytics, ensuring a uniquely engaging and financially successful experience for every community gathering."
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section pb-0">
<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">Read More</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">Read More</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>
<section class="section pb-0">
<div class="container">
<div class="row align-items-center">
<div class="col-md-4 me-auto">
<h2 class="mb-4">Customizable Virtual Spaces</h2>
<p class="mb-4">"Craft a personalized and distinctive virtual ambiance that mirrors the identity of your community with our Customizable Virtual Spaces feature."</p>
<p><a href="#" class="btn btn-primary">Read More</a></p>
</div>
<div class="col-md-6" data-aos="fade-left">
<img src="assets/img/undraw_svg_3.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">Dynamic Content Delivery</h2>
<p class="mb-4">"Elevate your events with seamless Dynamic Content Delivery on EventHub, empowering hosts to conduct interactive presentations, workshops, and discussions that captivate and engage participants."</p>
<p><a href="#" class="btn btn-primary">Read More</a></p>
</div>
<div class="col-md-6" data-aos="fade-right">
<img src="assets/img/undraw_svg_4.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>
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>