-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
896 lines (759 loc) · 29.2 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
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
<!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>Lumen5 - Video Maker | Create Videos Online in Minutes</title>
<link rel="icon" href="images/lumen5 icon.avif" type="image/x-icon">
<link rel="stylesheet" href="navbar.css" />
<link rel="stylesheet" href="footer.css" />
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
#master {
/* border: solid red; */
width: 70%;
margin: auto;
}
/* division 1 started ************************************************************************************** */
#div1 {
/* border: solid green; */
width: 80%;
margin: auto;
display: flex;
justify-content: space-between;
padding: 30px;
gap: 30px;
margin-bottom: 100px;
}
#div1>div:first-child {
/* height: 80%; */
/* border: solid yellow; */
padding: 30px;
width: 35%;
padding-top: 0px;
}
#div1>div:first-child>h1 {
font-family: 'Poppins', sans-serif;
font-size: 37px;
line-height: 50px;
}
#div1>div:first-child>p {
font-size: 21px;
margin-bottom: 50px;
margin-right: 50px;
font-family: 'Poppins', sans-serif;
}
#div1>div:last-child>img {
width: 100%;
}
#butn1 {
font-size: 18px;
background-color: rgb(88, 70, 246);
color: white;
border-radius: 50px;
padding: 15px;
border: 1px solid rgb(88, 70, 246);
}
#butn1:hover {
background-color: #4527a0;
cursor: pointer;
}
/* division 2 started ***************************************************************************************/
#div2 {
width: 90%;
margin: auto;
/* border: solid green; */
text-align: center;
margin-bottom: 100px;
}
#div2>div {
/* border: solid blue; */
display: flex;
justify-content: space-evenly;
margin: auto;
}
#div2>p {
font-size: 21px;
}
/* division 3 started ***************************************************************************************/
#div3 {
/* border: solid green; */
text-align: center;
margin-bottom: 100px;
}
#div3>div:first-child>p {
font-family: 'Poppins', sans-serif;
font-size: 21px;
}
#div3>div:first-child>h1 {
font-size: 37px;
font-family: 'Poppins', sans-serif;
}
#div3>div:last-child {
width: 90%;
margin: auto;
/* border: solid blue; */
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, auto);
gap: 30px;
padding: 30px;
}
.videos {
border-radius: 20px;
overflow: hidden;
object-fit: cover;
/* border: solid green */
}
.videos:hover {
cursor: pointer;
}
.clip {
width: 100%;
}
/* division 4 started ***************************************************************************************/
#div4 {
/* border: solid green; */
width: 80%;
margin: auto;
display: flex;
justify-content: space-between;
padding: 30px;
gap: 30px;
margin-bottom: 100px;
}
#div4>div {
/* border: solid yellow; */
padding: 20px;
}
#div4>div:first-child {
display: flex;
justify-content: center;
align-items: center;
}
#div4>div:first-child>img {
width: 550px;
}
#div4>div:last-child>div {
/* border: solid blue; */
display: flex;
gap: 20px;
justify-content: center;
}
.dp {
margin-top: 20px;
text-align: center;
height: 70px;
width: 20%;
overflow: hidden;
/* border: solid yellow; */
border-radius: 56px;
}
.dp>img {
width: 100%;
}
#div4>div:last-child>div>div:last-child>img {
width: 50%;
}
/* division 5 started ****************************************************************************************/
#div5 {
/* border: solid green; */
width: 90%;
margin: auto;
display: flex;
justify-content: space-between;
padding: 30px;
gap: 30px;
margin-bottom: 100px;
}
#div5>div {
/* border: solid yellow; */
padding: 20px;
}
#div5>div:last-child {
display: flex;
align-items: center;
}
#div5>div:first-child>div {
/* border: solid blue; */
display: flex;
gap: 20px;
justify-content: center;
}
#div5>div:first-child>div>div:last-child>img {
width: 50%;
}
/* division 6 started ****************************************************************************************/
#div6 {
/* border: solid green; */
width: 80%;
margin: auto;
display: flex;
justify-content: space-between;
padding: 30px;
gap: 30px;
margin-bottom: 100px;
}
#div6>div {
/* border: solid yellow; */
padding: 20px;
}
#div6>div:first-child {
display: flex;
justify-content: center;
align-items: center;
}
#div6>div:first-child>img {
width: 550px;
}
#div6>div:last-child>div {
/* border: solid blue; */
display: flex;
gap: 20px;
justify-content: center;
}
#div6>div:last-child>div>div:last-child>img {
width: 50%;
}
/* division 7 started ****************************************************************************************/
#div7 {
/* border: solid green; */
text-align: center;
margin-bottom: 100px;
}
#div7 div:first-child>div {
margin-top: 30px;
margin-bottom: 30px;
display: flex;
align-items: center;
justify-content: space-evenly;
}
#div7>div:last-child {
width: 90%;
margin: auto;
/* border: solid blue; */
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, auto);
gap: 30px;
padding: 30px;
}
.btn1 {
font-size: 18px;
background-color: transparent;
color: rgb(88, 70, 246);
border-radius: 50px;
padding: 15px;
border: 1px solid rgb(88, 70, 246);
}
.btn1:hover {
background-color: rgb(88, 70, 246);
cursor: pointer;
color: white;
}
.btn1:first-child {
font-size: 18px;
background-color: rgb(88, 70, 246);
color: white;
border-radius: 50px;
padding: 15px;
border: 1px solid rgb(88, 70, 246);
}
.btn1:first-child:hover {
background-color: #4527a0;
cursor: pointer;
}
/* division 8 started ****************************************************************************************/
#div8 {
/* border: solid green; */
text-align: center;
margin-bottom: 100px;
}
#banner {
/* border: solid blue; */
height: 550px;
width: 80%;
margin: auto;
border-radius: 20px;
overflow: hidden;
}
#banner>div {
width: 300px;
background-color: white;
opacity: 90%;
border-radius: 20px;
position: absolute;
width: 300px;
padding: 20px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#banner>img {
width: 100%;
height: 100%;
}
#div8>div:last-child {
/* border: solid blue; */
display: flex;
width: 80%;
margin: auto;
justify-content: space-around;
height: 50px;
}
/* division 9 started *************************************************************************************************/
#div9 {
width: 70%;
margin: auto;
/* border: solid green; */
padding: 30px;
text-align: center;
margin-bottom: 100px;
;
}
#div9>div {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(1, 400px);
gap: 4%;
/* border: solid blue; */
justify-content: space-evenly;
padding: 3%;
}
#div9>div>div {
/* border: solid yellow; */
height: 100%;
border-radius: 15px;
overflow: hidden;
text-align: left;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#div9>div>div>img {
width: 100%;
}
#div9>div>div>p:nth-child(3) {
font-size: 21px;
}
#div9>div>div>p {
padding-left: 20px;
}
/* division 10 started *************************************************************************************************/
#div10 {
width: 90%;
margin: auto;
color: white;
border-radius: 20px;
background-color: rgb(88, 70, 246);
/* border: solid yellow; */
padding: 2%;
margin-bottom: 100px;
;
}
#div10>div {
width: 60%;
margin: auto;
text-align: center;
/* border: solid yellow; */
padding: 2%;
}
#div10>div>p {
font-size: 22px;
text-align: center;
}
#div10>div>button {
background-color: white;
margin: auto;
}
#div10>div>button:hover {
background-color: #4527a0;
}
#butn2 {
font-size: 18px;
background-color: rgb(88, 70, 246);
color: rgb(88, 70, 246);
border-radius: 50px;
padding: 15px;
border: 1px solid rgb(88, 70, 246);
}
#butn2:hover {
background-color: #4527a0;
cursor: pointer;
color:white
}
</style>
</head>
<body>
<div id="navbar">
<div id="logo">
<img src="https://storage.googleapis.com/lumen5-site-images/L5-logo/L5-logo-header.png" alt="">
</div>
<div id="content">
<p id="create">Create</p>
<p id="pricing">Pricing</p>
<p id="enterprise">Enterprise</p>
<p id="casestudy">Case studies</p>
<p id="learn">Learn</p>
<div>
<button id="btn1">Login</button>
<button id="btn2">Sign up</button>
</div>
</div>
</div>
<div id="master">
<div id="div1">
<div>
<h1>Video maker built to supercharge your content strategy</h1>
<p>Easily make videos for <b>content marketing, thought leadership, and brand awareness</b>
in a snap.</p>
<button id="butn1"> Sign up free</button>
</div>
<div>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-hero.png" alt="">
</div>
</div>
<div id="div2">
<p>Over 6 million videos created by thousands of businesses</p>
<div>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-salesforce-color.png"
alt="">
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-pwc-color.png" alt="">
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-siemens-color1.png"
alt="">
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-kpmg-color.png" alt="">
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-merk-color.png" alt="">
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-sap-color.png" alt="">
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-mitsubishi-color.png"
alt="">
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-cisco-color.png" alt="">
</div>
</div>
<div id="div3">
<div>
<h1>Captivating video templates</h1>
<p>Drag and drop. No experience required.</p>
</div>
<div id="viddiv">
<div class="videos">
<video class="clip" muted src="https://storage.googleapis.com/lumen5-site-images/prev_tracer.mp4"
type="video/mp4" loop></video>
</div>
<div class="videos">
<video class="clip" muted src="https://storage.googleapis.com/lumen5-site-images/prev_billow.mp4"
type="video/mp4" loop></video>
</div>
<div class="videos">
<video class="clip" muted src="https://storage.googleapis.com/lumen5-site-images/prev_vertex.mp4"
type="video/mp4" loop></video>
</div>
<div class="videos">
<video class="clip" muted src="https://storage.googleapis.com/lumen5-site-images/prev_circuit.mp4"
type="video/mp4" loop></video>
</div>
<div class="videos">
<video class="clip" muted src="https://storage.googleapis.com/lumen5-site-images/prev_vault.mp4"
type="video/mp4" loop></video>
</div>
<div class="videos">
<video class="clip" muted src="https://storage.googleapis.com/lumen5-site-images/prev_notice.mp4"
type="video/mp4" loop></video>
</div>
<div class="videos">
<video class="clip" muted src="https://storage.googleapis.com/lumen5-site-images/flux_prev.mp4"
type="video/mp4" loop></video>
</div>
<div class="videos">
<video class="clip" muted src="https://storage.googleapis.com/lumen5-site-images/unity_prev.mp4"
type="video/mp4" loop></video>
</div>
<div class="videos">
<video class="clip" muted src="https://storage.googleapis.com/lumen5-site-images/looper_prev.mp4"
type="video/mp4" loop></video>
</div>
</div>
</div>
<div id="div4">
<div>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-content.png" alt="">
</div>
<div>
<img class="icon" src="" alt="">
<h1>Transform blog posts
into videos with A.I.</h1>
<p>Starting from a blank page is hard — and with Lumen5, you don’t have to. Our AI-powered technology
helps you storyboard your ideas, fit your content to a layout, and find music and visuals that
enhance your message.</p>
<p><a href="signup.html">Get started for free →</a></p><br>
<hr><br>
<p>“Lumen5 has enabled us to create more videos and drive more traffic, while having more time to invest
in other projects.”</p>
<div>
<div class="dp"><img
src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-drew-s.jpg"
alt=""></div>
<div>
<p> <b>Drew Sykes</b>, Social Media Director</p>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-nc-red.png"
alt="">
</div>
</div>
</div>
</div>
<div id="div5">
<div>
<img class="icon" src="" alt="">
<h1>Content library with
millions of stock
photos & videos</h1>
<p>The Lumen5 media library gives you easy access to millions of photos, video clips, and audio files,
so you always have the elements you need to create the perfect video.</p>
<p><a href="pricing.html">View Plans →</a></p><br>
<hr><br>
<p>“We promoted our downloadable study on top PPC skills for 2019 on social media using a short video
created in Lumen5 in just 30 minutes, and decreased cost per download by 5x!”</p>
<div>
<div class="dp"><img
src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-julia-o.jpg"
alt=""></div>
<div>
<p> <b>Julia Olennikova</b>, Product Marketing Manager</p>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-semrush.png"
alt="">
</div>
</div>
</div>
<div>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-media.png" alt="">
</div>
</div>
<div id="div6">
<div>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-customize.png" alt="">
</div>
<div>
<img class="icon" src="" alt="">
<h1>Making it easy to
stay on brand</h1>
<p>It has never been easier to stay on brand. With Lumen5 templates, you can customize each video with
your unique logo, watermark, fonts, colors, and more.</p>
<p><a href="signup.html">Get started for free →</a></p><br>
<hr><br>
<p>“Whenever I got in touch with Lumen5 I felt like my suggestions mattered and I was being listened to.
It’s like I’m co-creating in a tiny way. It’s a great feeling.”</p>
<div>
<div class="dp"><img
src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-promod-s.jpg"
alt=""></div>
<div>
<p> <b>Promod Sharma</b>, Actuary & Insurance Consultant</p>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-taxevity-color.png"
alt="">
</div>
</div>
</div>
</div>
<div id="div7">
<div>
<h1>Captivating video templates</h1>
<div id="btndiv">
<button class="btn1">Content Marketing</button>
<button class="btn1">Communications</button>
<button class="btn1">Promotional</button>
<button class="btn1">People & Culture</button>
<button class="btn1">Localization</button>
</div>
</div>
<div id="viddiv">
<div class="videos">
<video class="clip" muted
src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/Hydrogen%20Economy.mp4"
type="video/mp4" loop></video>
</div>
<div class="videos">
<video class="clip" muted
src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/siemens-content.mp4"
type="video/mp4" loop></video>
</div>
<div class="videos">
<video class="clip" muted
src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/Responsible%20Investment.mp4"
type="video/mp4" loop></video>
</div>
<div class="videos">
<video class="clip" muted
src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/Workplace%20Evolution.mp4"
type="video/mp4" loop></video>
</div>
<div class="videos">
<video class="clip" muted
src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/The%20Pandemic.mp4"
type="video/mp4" loop></video>
</div>
<div class="videos">
<video class="clip" muted
src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/Supply%20Chain%20Resilience.mp4"
type="video/mp4" loop></video>
</div>
</div>
</div>
<div id="div8">
<h1>Customer success stories</h1>
<p>Discover how leading brands are getting results with Lumen5.</p>
<div id="banner">
<div>
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-berkshire.png" alt="">
<p>“We were very attracted to Lumen5 due to the fact it was very turnkey and very simple. We could
train a team of people to assist in the production of video.”</p>
<p>
<b> Glen Wellbrock</b><br> Senior Director of Marketing
</p>
</div>
<img src="https://nhs-dynamic.secure.footprint.net/images/homes/stone57134//57415479-220510.png?encoder=freeimage&progressive=true&format=jpg&backgroundColor=white&maxwidth=966&quality=90"
alt="">
</div>
<div>
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-siemens.png" alt="">
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-dnv.png" alt="">
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-mitsubishi.png" alt="">
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-ncstate.png" alt="">
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-cms.png" alt="">
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-mondadori.png" alt="">
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-berkshire.png" alt="">
</div>
</div>
<div id="div9">
<h1>Tips and tricks for amplifying your brand with video</h1>
<div>
<div>
<img src="https://lumen5.com/learn/wp-content/uploads/2019/05/Video-Marketing-How-to-Get-Started.jpg"
alt="">
<p>BLOG</p>
<p>Video Marketing: How to Get Started [Step by Step]</p>
<p><a href="blog.html">Read Story →</a></p><br>
</div>
<div>
<img src="https://lumen5.com/learn/wp-content/uploads/2019/08/Host-an-Instagram-Takeover-in-7-Simple-Steps.jpg"
alt="">
<p>BLOG</p>
<p>How to Increase Your Facebook Video Views [Complete Guide]</p>
<p><a href="blog.html">Read Story →</a></p><br>
</div>
<div>
<img src="https://lumen5.com/learn/wp-content/uploads/2018/10/photo-1518406432532-9cbef5697723.jpeg"
alt="">
<p>BLOG</p>
<p>The Importance of Video in Your Content Strategy</p>
<p><a href="blog.html">Read Story →</a></p><br>
</div>
</div>
</div>
<div id="div10">
<div>
<h1>Join 800,000+ companies that are using Lumen5 to tell their stories.</h1>
<p>Lumen5 is a video creation software that helps marketers, publishers, and brands create video content
in
a
breeze, without any technical expertise.</p>
<button id="butn2">Sign up free</button>
</div>
</div>
</div>
<div id="footer">
<div id="first">
<div>
<img src="https://storage.googleapis.com/lumen5-site-images/L5-logo/L5-logo-white.png" alt="">
<p>Lumen5 combines powerful A.I. with a simple drag-and-drop interface to help you create professional
video content in minutes.</p>
</div>
</div>
<div id="second">
<div>
<h4>EXPLORE</h4>
<p>About</p>
<p>Features</p>
<p>Careers</p>
<p>LinkedIn</p>
<p>Support</p>
<p>Community group</p>
</div>
<div>
<h4>VIDEO TOOLS</h4>
<p>Add Text to Video</p>
<p>Cut Video</p>
<p>Merge Video</p>
<p>Compress Video</p>
<p>Resize Video</p>
<p>See all</p>
</div>
<div>
<h4>VIDEO CREATORS</h4>
<p>Video Editor</p>
<p>Photo Video Maker</p>
<p>Facebook Video Maker</p>
<p>YouTube Intro Maker</p>
<p>Instagram Video Maker</p>
<p>See all</p>
</div>
</div>
</div>
<div id="bottom">
<div>
<div>Copyright © 2022 Lumen5</div>
<div>Terms of Use & Privacy Policy</div>
</div>
</div>
</body>
</html>
<script>
document.querySelector("#logo img").addEventListener("click", logofunc)
function logofunc() {
window.location.href = "index.html"
}
document.querySelector("#create").addEventListener("click", createfunction);
function createfunction() {
window.location.href = "instavideo.html"
}
document.querySelector("#learn").addEventListener("click", learnfunction);
function learnfunction() {
window.location.href = "blog.html"
}
document.querySelector("#pricing").addEventListener("click", pricingfunction);
function pricingfunction() {
window.location.href = "pricing.html"
}
document.querySelector("#enterprise").addEventListener("click", enterprisefunction);
function enterprisefunction() {
window.location.href = "enterprise.html"
}
document.querySelector("#casestudy").addEventListener("click", casefunction);
function casefunction() {
window.location.href = "casestudy.html"
}
document.querySelector("#btn1").addEventListener("click", loginfunction);
function loginfunction() {
window.location.href = "login.html"
}
document.querySelector("#btn2").addEventListener("click", signupfunction);
function signupfunction() {
window.location.href = "signup.html"
}
const clip = document.querySelectorAll(".clip");
clip.forEach(function (el) {
el.addEventListener("mouseenter", function (e) {
el.play();
})
el.addEventListener("mouseout", function (e) {
el.pause();
})
el.addEventListener("click", function (e) {
window.location.href = el.src;
})
})
document.querySelector("#butn1").addEventListener("click", function () {
window.location.href="signup.html"
})
document.querySelector("#butn2").addEventListener("click", function () {
window.location.href="signup.html"
})
</script>