-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
569 lines (552 loc) · 25.9 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
<!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>Feature App</title>
<link rel="stylesheet" href="./css/global.css" />
<link rel="stylesheet" href="./css/main.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous" />
<link rel="stylesheet" href="./vendors/owl-carousel/owl.carousel.min.css" />
<link rel="stylesheet" href="./vendors/owl-carousel/owl.theme.default.css" />
</head>
<body>
<header class="header">
<nav class="navbar">
<a href="#" class="nav-logo"><img src="./images/logo-transparent.png" alt="" /></a>
<ul class="nav-menu">
<li class="nav-item">
<a href="#" class="nav-link">What is Feature <i class="fas fa-chevron-down"></i></a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Feature For Artists <i class="fas fa-chevron-down"></i></a>
</li>
<li class="nav-item">
<a href="#" class="nav-link btn">DOWNLOAD FEATURE</a>
</li>
</ul>
<div class="menu__drawer">
<ul class="nav-menu--mobile">
<li class="nav-item">
<a href="#" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="./pages/meetgreet.html" class="nav-link">Meet & Greet</a>
</li>
<li class="nav-item">
<a href="./pages/artist.html" class="nav-link">Artist</a>
</li>
<div class="desktop-hidden">
<li class="nav-item">
<a href="#" class="nav-link">What is Feature <i class="fas fa-chevron-down"></i></a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Feature For Artists <i class="fas fa-chevron-down"></i></a>
</li>
<li class="nav-item">
<a href="#" class="nav-link btn">DOWNLOAD FEATURE</a>
</li>
</div>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
</header>
<main>
<section class="hero top-hero">
<div class="hero-wrapper">
<div class="hero__content">
<h1 class="hero--title">
<span class="desktop-show"> Feature is <br /></span>
<span class="desktop-hide"
><img src="./images/logo-hero.png" alt="" /><br />
is</span
>
<span class="text-orange">Revolutionary |</span>
</h1>
<p class="hero--text">Whether it's booking a personal live performance from your favorite band, watching a live stream, or buying show tickets, Feature connects the entertainers directly to the fans.</p>
<div class="flex social-btns">
<a class="app-btn blu flex vert" href="http:apple.com">
<i class="fab fa-apple"></i>
<p>
<span> Download on the </span>
<br />
<span class="big-txt">App Store</span>
</p>
</a>
<a class="app-btn blu flex vert" href="http:google.com">
<i class="fab fa-google-play"></i>
<p>
Get app on <br />
<span class="big-txt">Google Play</span>
</p>
</a>
</div>
</div>
<div class="hero__image">
<img src="./images/Live Enterntainment Your Way.png" alt="" />
</div>
</div>
</section>
<section class="live-entertainment">
<h1 class="section__title desktop-show">Live Entertainment Your Way</h1>
<h1 class="section__title desktop-hidden">
Live <br />
Entertainment <br />
Your Way
</h1>
<p class="section__text">Feature is the first app to use your prefrences and current location to deliver a never-ending streatm of experiences you’ll love — online, offline, or both.</p>
<div class="tabs__wrapper">
<ul class="tabs--title">
<li>
<a href="javascript:rudrSwitchTab('tb_1', 'content_1');" id="tb_1" class="tabmenu active"
>Interactive <br />
Livestream</a
>
</li>
<li>
<a href="javascript:rudrSwitchTab('tb_2', 'content_2');" id="tb_2" class="tabmenu"
>Virtual Meet <br />
and Greet</a
>
</li>
<li>
<a href="javascript:rudrSwitchTab('tb_3', 'content_3');" id="tb_3" class="tabmenu active"
>Find Local <br />
Events</a
>
</li>
<li>
<a href="javascript:rudrSwitchTab('tb_4', 'content_4');" id="tb_4" class="tabmenu"
>Private Talent <br />
Booking</a
>
</li>
</ul>
<div id="content_1" class="tabcontent">
<div class="tabcontent__wrapper">
<div class="tabcontent__text">
<h2>Interactive Livestream</h2>
<p>Feature showcases the newest technology in the entire digital social marketplace. By building a platform where your biggest idols in the entertainment industry are just a tap away, fans and entertainers have never been more connected. Whether it's booking a personal live performance from your favorite band, watching a live stream, or buying show tickets, Feature connects the entertainers directly to the fan.</p>
<div class="flex social-btns">
<a class="app-btn blu flex vert" href="http:apple.com">
<i class="fab fa-apple"></i>
<p>
Download on the <br />
<span class="big-txt">App Store</span>
</p>
</a>
<a class="app-btn blu flex vert" href="http:google.com">
<i class="fab fa-google-play"></i>
<p>
Get app on <br />
<span class="big-txt">Google Play</span>
</p>
</a>
</div>
</div>
<div class="tabcontent__image text-center">
<img src="./images/Crowd.png" alt="" height="380" />
</div>
</div>
</div>
<!-- Tab 2-->
<div id="content_2" class="tabcontent" style="display: none">
<div class="tabcontent__wrapper">
<div class="tabcontent__text">
<h2>Virtual Meet and Greet</h2>
<p>With virtual meet and greets, fans simply purchase a session time from an entertainers event page, then have a time to talk with their favorite artists and celebrities. Virtual Meet & Greet opportunities, create a space where super fans can express their gratitude towards the celebrity and vice versa. You no longer have to worry if you're ever going to meet your favorite celebrity Feature makes it possible with just a couple of clicks.</p>
</div>
<div class="tabcontent__image bg-orange text-center">
<img src="./images/Meet-n-Greet.png" alt="" height="350" />
</div>
</div>
</div>
<!-- Tab 3-->
<div id="content_3" class="tabcontent" style="display: none">
<div class="tabcontent__wrapper">
<div class="tabcontent__text">
<h2>Connect Online & Offline</h2>
<p>With virtual meet and greets, fans simply purchase a session time from an entertainers event page, then have a time to talk with their favorite artists and celebrities. Virtual Meet & Greet opportunities, create a space where super fans can express their gratitude towards the celebrity and vice versa. You no longer have to worry if you're ever going to meet your favorite celebrity Feature makes it possible with just a couple of clicks.</p>
</div>
<div class="tabcontent__image flex">
<img class="w-50" src="./images/Video PNGs 2.png" alt="" />
<img class="w-50" src="./images/Video PNGs 1.png" alt="" />
</div>
</div>
</div>
<!-- Tab 4-->
<div id="content_4" class="tabcontent" style="display: none">
<div class="tabcontent__wrapper">
<div class="tabcontent__text">
<h2>Private Talent Booking</h2>
<p>BOOK YOUR FAVORITE ARTIST</p>
</div>
<div class="tabcontent__image bg-orange text-center">
<img src="./images/Meet-n-Greet.png" height="350" alt="" />
</div>
</div>
</div>
</div>
<!-- Carousel Cards -->
<div class="cards-slider__wrapper">
<div class="cards-slider owl-carousel owl-carousel-1 owl-theme" id="owl-carousel">
<div class="item">
<div class="card">
<img src="./images/slide-1.png" alt="" />
<div class="card-content">
<h2>Interactive Livestream</h2>
<p>Whether it's booking a personal live performance from your favorite band, watching a live stream, or buying show tickets, Feature connects the entertainers directly to the fan.</p>
<div class="flex social-btns">
<a class="app-btn blu flex vert" href="http:apple.com">
<i class="fab fa-apple"></i>
<p>
Download on the <br />
<span class="big-txt">App Store</span>
</p>
</a>
<a class="app-btn blu flex vert" href="http:google.com">
<i class="fab fa-google-play"></i>
<p>
Get app on <br />
<span class="big-txt">Google Play</span>
</p>
</a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="card">
<img src="./images/slide-2.png" alt="" />
<div class="card-content">
<h2>Virtual Meet and Greet</h2>
<p>With virtual meet and greets, fans simply purchase a session time from an entertainers event page, then have a time to talk with their favorite artists and celebrities.</p>
<div class="flex social-btns">
<a class="app-btn blu flex vert" href="http:apple.com">
<i class="fab fa-apple"></i>
<p>
Download on the <br />
<span class="big-txt">App Store</span>
</p>
</a>
<a class="app-btn blu flex vert" href="http:google.com">
<i class="fab fa-google-play"></i>
<p>
Get app on <br />
<span class="big-txt">Google Play</span>
</p>
</a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="card">
<img src="./images/slide-3.png" alt="" />
<div class="card-content">
<h2>Find Local Events</h2>
<p>Feature will change the way you decide what to do EVERY night of the week. Real connection through immersive live broadcasts and enjoy local talent across different industries curated to you.</p>
<div class="flex social-btns">
<a class="app-btn blu flex vert" href="http:apple.com">
<i class="fab fa-apple"></i>
<p>
Download on the <br />
<span class="big-txt">App Store</span>
</p>
</a>
<a class="app-btn blu flex vert" href="http:google.com">
<i class="fab fa-google-play"></i>
<p>
Get app on <br />
<span class="big-txt">Google Play</span>
</p>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="personalized-conn">
<div class="personalized-conn__wrapper">
<h1 class="section__title">Personalized Connections</h1>
<p class="section__text">Virtual Meet & Greet opporunitites, could be a scrolling set that varies through a lot of local talent across different industries that the user can request.</p>
<div class="owl-carousel owl-carousel-2 owl-theme gallery">
<div class="item"><img src="./images/video-3.png" alt="" /></div>
<div class="item"><img src="./images/video-1.png" alt="" /></div>
<div class="item"><img src="./images/video-2.png" alt="" /></div>
</div>
</div>
</section>
<div class="dropdown banner__wrapper">
<h2 onclick="myFunction(1)" class="dropbtn banner virtual__meet" id="dropbtn">
<span class="desktop-hidden mb-0"
>Virtual Meet <br />
and Greet</span
>
<span class="desktop-show"> Virtual Meet and Greet </span>
<i class="fas fa-lg fa-caret-up hide-mb"></i>
</h2>
<p class="virtual-meetgreet desktop-hidden">Find out more on how you can use Feature to connect on another level through Virtual Meet and Greet opportunitites with artists and local talent</p>
<div id="myDropdown" class="dropdown-content banner">
<p>
Find out more on how you can use Feature to connect on another level through <br />
Virtual Meet and Greet opportunitites with artists and local talent
</p>
<a href="#">LEARN MORE</a>
</div>
</div>
<section class="desktop-hidden">
<div class="pt-2"><img class="" src="./images/news-mobile.png" alt="" /></div>
<div class="owl-carousel owl-carousel-3 owl-theme gallery">
<div class="item"><img src="./images/video-3.png" alt="" /></div>
<div class="item"><img src="./images/video-1.png" alt="" /></div>
<div class="item"><img src="./images/video-2.png" alt="" /></div>
</div>
</section>
<section class="desktop-hidden">
<h2 class="section__title">Meet and Connect with Entertainers</h2>
<p class="section__text">Search for Local Events and Live Broadcasts of your favorite artists’ content, Connect on another level through One-on-One Virtual Meet and Greet opportunitites. Explore end to end streams and the capability to book local talent and artists for private events.</p>
</section>
<section class="immersive">
<h1 class="section__title">Immersive Live Experiences</h1>
<p class="section__text">Search for Local Events and Live Broadcasts of your favorite artists’ content, Connect on another level through One-on-One Virtual Meet and Greet opportunitites with artists and local talent. Explore end to end streams and the capability to book local talent and artists for private events.</p>
<div class="immersive__image flex">
<img class="img-1" src="./images/before-img.png" alt="" />
<img class="img-2" src="./images/Phone Mock.png" alt="" />
<img class="img-3" src="./images/after-img.png" alt="" />
</div>
</section>
<section class="feature-playing">
<h2 class="section__title">A <span class="text-orange">Feature</span> that’s playing out all across the world</h2>
<div class="desktop-hide">
<div class="owl-carousel owl-carousel-3 owl-theme gallery">
<div class="item"><img src="./images/video-3.png" alt="" /></div>
<div class="item"><img src="./images/video-1.png" alt="" /></div>
<div class="item"><img src="./images/video-2.png" alt="" /></div>
</div>
</div>
<div class="feature-playing__image">
<img src="./images/entertainment-1.png" alt="" />
</div>
</section>
<div class="dropdown banner__wrapper desktop-show">
<h2 onclick="myFunction(2)" class="dropbtn banner" id="dropbtn">Explore What You Love <i class="fas fa-lg fa-caret-up"></i></h2>
<div id="myDropdown" class="dropdown-content banner">
<p>
Find out more on how you can search for Local Events and Live Broadcasts of your <br />
favorite artists’ content, get a tailored experience just for you.
</p>
</div>
</div>
<section class="banner__wrapper desktop-hidden">
<div class="banner">
<div class="dropdown">
<button class="dropbtn">
Find Your <br />
Favorite Events
</button>
<p>Find out more on how you can search for Local Events and Live Broadcasts of your favorite artists’ content, get a tailored experience just for you.</p>
<div class="dropdown-content"></div>
</div>
</div>
</section>
<section class="make-feature">
<h2 class="section__title">MAKE <span class="text-orange">FEATURE</span> MOMENTS</h2>
<p class="section__text">
...get access to authentic immersive live content and encounter a world where every viewer gets a front row experience. <br />
- Matt Bravo, Founder & CEO
</p>
<div class="flex social-btns">
<a class="app-btn blu flex vert" href="http:apple.com">
<i class="fab fa-apple"></i>
<p>
Download on the <br />
<span class="big-txt">App Store</span>
</p>
</a>
<a class="app-btn blu flex vert" href="http:google.com">
<i class="fab fa-google-play"></i>
<p>
Get app on <br />
<span class="big-txt">Google Play</span>
</p>
</a>
</div>
<div class="feature-playing__image">
<img src="./images/Phone Mock.png" alt="" />
</div>
</section>
<section class="desktop-hidden booking__entertainer">
<h2 class="section__title desktop-show">Booking Your Favorite Entertainer</h2>
<h2 class="section__title desktop-hidden">
Booking <br />
Your Favorite <br />
Entertainer
</h2>
<p class="section__text">Virtual Meet & Bridge the gap between entertainers and fans by easily requesting/booking artists and local talent for virtual and in-person private events.</p>
<div class="owl-carousel owl-carousel-3 owl-theme gallery">
<div class="item"><img src="./images/5f23b5c7f0f41918560df192.jpeg" alt="" /></div>
<div class="item"><img src="./images/5f23b5c7f0f41918560df192.jpeg" alt="" /></div>
<div class="item"><img src="./images/5f23b5c7f0f41918560df192.jpeg" alt="" /></div>
</div>
</section>
<section class="events__booking">
<h2 class="section__title">
Booking for <br />
Private Events
</h2>
<p class="section__text">Bridge the gap between entertainers and fans by easily requesting/booking artists and local talent for virtual and in-person private events.</p>
<div class="parents">
<img src="./images/booking-events.png" alt="" />
</div>
</section>
<div class="dropdown banner__wrapper desktop-show">
<h2 onclick="myFunction(3)" class="dropbtn banner" id="dropbtn">Booking for Private Events <i class="fas fa-lg fa-caret-up"></i></h2>
<div id="myDropdown" class="dropdown-content banner">
<p>
Find out more on how you can request your favorite artists and local talent to<br />
attend and cater content for private events in-person or virtual.
</p>
<a href="#">LEARN MORE</a>
</div>
</div>
<div class="dropdown banner__wrapper desktop-hidden">
<h2 onclick="myFunction(3)" class="dropbtn banner" id="dropbtn">
Booking for <br />
Private Events
</h2>
<p class="banner dropdown-content" style="display: block; padding: 0px 32px 32px 32px">Find out more on how you can request your favorite artists and local talent to attend and cater content for private events in-person or virtual.</p>
<div id="myDropdown" class="dropdown-content banner">
<p>
Find out more on how you can request your favorite artists and local talent to <br />
attend and cater content for private events in-person or virtual.
</p>
<a href="#">LEARN MORE</a>
</div>
</div>
<section class="find-events">
<h2 class="section__title pt-2"><span class="desktop-hidden mb-0">Discover</span> <span class="desktop-show">Find</span> Local Events</h2>
<p class="section__text">Search for Local Events and Live Broadcasts of your favorite artists’ content, Connect on another level through One-on-One Virtual Meet and Greet opportunitites with artists and local talent. Explore end to end streams and the capability to book local talent and artists for private events.</p>
<div class="w-50 flex find-events__images bg-gray">
<img class="w-60" src="./images/concert-1.png" alt="" />
<div class="w-50 text-center"><img src="./images/Phone Mock.png" alt="" class="w-75" /></div>
</div>
</section>
<section class="hero footer-hero">
<div class="hero-wrapper">
<div class="hero__content">
<h1 class="hero--title">
SOCIAL MEDIA <br />
<span class="text-orange">BUILT</span> FOR LIVE <br />
ENTERTAINMENT
</h1>
<p class="hero--text">Download Feature now to gain access to a never-ending stream of immersive live experiences, curated authentic interactions between entertainers and fans.</p>
<div class="flex social-btns">
<a class="app-btn blu flex vert" href="http:apple.com">
<i class="fab fa-apple"></i>
<p>
Download on the <br />
<span class="big-txt">App Store</span>
</p>
</a>
<a class="app-btn blu flex vert" href="http:google.com">
<i class="fab fa-google-play"></i>
<p>
Get app on <br />
<span class="big-txt">Google Play</span>
</p>
</a>
</div>
</div>
<div class="hero__image">
<img class="desktop-show" src="./images/phone-mock-1.png" alt="" />
<img class="desktop-hidden m-auto pb-2" src="./images/news-mobile.png" alt="" />
<img class="desktop-hidden w-100" src="./images/AdobeStock_137686564.jpeg" alt="" />
</div>
</div>
</section>
</main>
<footer>
<div class="footer__wrapper">
<div class="col">
<div class="footer-logo">
<img src="./images/logo-transparent.png" alt="" width="250" />
</div>
<p>
Feature is redefning the live <br />
entertainment economy by <br />
empowering fans and artists to <br />
connect front and center in one <br />
platform.
</p>
</div>
<div class="col desktop-hidden mb-0">
<h4>ABOUT</h4>
<h4>FOR ARTISTS</h4>
<h4>CONTACT US</h4>
</div>
<div class="col desktop-show">
<h4>COMMUNITY</h4>
<p><a href="#">About</a></p>
<p><a href="">For Artists</a></p>
</div>
<div class="col desktop-show">
<h4>GET THE APP</h4>
<p><a href="#">App Store</a></p>
<p><a href="">For Android</a></p>
</div>
<div class="col desktop-hidden">
<div class="flex social-btns">
<a class="app-btn blu flex vert" href="http:apple.com">
<i class="fab fa-apple"></i>
<p>
Download on the <br />
<span class="big-txt">App Store</span>
</p>
</a>
<a class="app-btn blu flex vert" href="http:google.com">
<i class="fab fa-google-play"></i>
<p>
Get app on <br />
<span class="big-txt">Google Play</span>
</p>
</a>
</div>
</div>
<div class="col desktop-show">
<h4>CONTACT US</h4>
<p><a href="mailto:[email protected]">E: [email protected]</a></p>
<p><a href="">For Android</a></p>
<div class="flex social-btns">
<a class="app-btn blu flex vert" href="http:apple.com">
<i class="fab fa-apple"></i>
<p>
Download on the <br />
<span class="big-txt">App Store</span>
</p>
</a>
<a class="app-btn blu flex vert" href="http:google.com">
<i class="fab fa-google-play"></i>
<p>
Get app on <br />
<span class="big-txt">Google Play</span>
</p>
</a>
</div>
</div>
</div>
</footer>
<script src="./vendors/owl-carousel/jquery-min.js"></script>
<script src="./vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="./js/main.js"></script>
<script src="./js/index.js"></script>
</body>
</html>