-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
443 lines (356 loc) · 16.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
<!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">
<link rel="stylesheet" href="style.css"/>
<!-- <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> -->
<title>Lumen5 - Video Maker | Create Videos Online in Minutes</title>
<link rel="stylesheet" href="./Navbar/nav.css">
<link
rel="shortcut icon"
href="https://storage.googleapis.com/lumen5-site-images/favicon/favicon.ico"
type="image/x-icon"
/>
</head>
<body>
<!-- entry -->
<div id="navbar">
<div id="nav1">
<a href="./index.html"><img src="https://storage.googleapis.com/lumen5-site-images/L5-logo/L5-logo-header.png"></a>
</div>
<div id="nav2">
<button class="con" id="create">Create <big class="bg">ˬ</big>
</button>
<a class="con2" href="./Pricing Page - Moin Khan/pricing.html">Pricing</a>
<a class="con2" href="">Enterprise</a>
<a class="con2" href="">Case studies</a>
<button id="learn" class="con">Learn <big class="bg">ˬ</big>
</button>
<a class="sin" href="./login.html">Login</a>
<a class="sin" href="./signup.html">Signup</a>
</div>
</div>
<div id="learn_div">
<table>
<tr>
<td> <a href="">Resources</a></td>
</tr>
<tr>
<td><a href="">Blog</a></td>
</tr>
</table>
</div>
<div id="create_div">
<table>
<tr>
<ol><a href=""></a></ol>
</tr>
</table>
</div>
<table id="create_list" >
<tr>
<td><a href="./Photo video maker 1/photo1.html">Photo Video Maker</a></td>
<td><a href="">Linked Video Maker</a></td>
</tr>
<tr>
<td><a href="./facebook video maker1/face1.html">Facebook Video Maker</a></td>
<td><a href="">Business Video Maker</a></td>
</tr>
<tr>
<td><a href="">Youtube intro Maker</a></td>
<td><a href="">Ecommerce Video Maker</a></td>
</tr>
<tr>
<td><a href="">Instagram Video Maker</a></td>
<td><a href="">Explainer Video Maker</a></td>
</tr>
<tr>
<td><a href="">Instagram Story Maker</a></td>
<td><a href="">Slide Show Maker</a></td>
</tr>
<tr>
<td><a href="">Promo Video Maker</a></td>
<td><a href="">Education Video Maker</a></td>
</tr>
<tr>
<td><a href="">Video Ad Maker</a></td>
<td><a href="">Video Editor</a></td>
</tr>
<tr>
<td><a href="">Making Video Maker</a></td>
<td><a href="">Voiceover</a></td>
</tr>
</table>
<!-- exit -->
<div id="main1">
<div id="leftside">
<h1 id="para1">Video maker built to
supercharge your
content strategy</h1>
<p id="para2">
Easily make videos for <strong>content marketing,</strong>
<strong>thought leadership</strong>,
and <strong>brand awareness</strong>
in a snap.
</p>
<button id="signbtn"><a href="./signup.html" >Sign up Free</a></button>
</div>
<div id="right1">
<img id="rig" src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-hero.png"/>
</div>
</div>
<!-- -------------------------------------------------------------------------------------------------------------------- -->
<p id="centrep">Over 6 million videos created by thousands of businesses</p>
<div id="logos">
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-salesforce-color.png"/>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-pwc-color.png"/>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-siemens-color1.png"/>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-kpmg-color.png"/>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-merk-color.png"/>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-sap-color.png"/>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-mitsubishi-color.png"/>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-cisco-color.png"/>
</div>
<h1 id="templates">Captivating video templates</h1>
<h3 id="centrep1">Drag and drop. No experience required.</h3>
<div id="gridvedios">
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/prev_tracer.mp4" type="video/mp4">
</video>
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/prev_billow.mp4" type="video/mp4">
</video>
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/prev_vertex.mp4" type="video/mp4">
</video>
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/prev_circuit.mp4" type="video/mp4">
</video>
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/prev_vault.mp4" type="video/mp4">
</video>
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/prev_notice.mp4" type="video/mp4">
</video>
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/flux_prev.mp4" type="video/mp4">
</video>
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/unity_prev.mp4" type="video/mp4">
</video>
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/looper_prev.mp4" type="video/mp4">
</video>
</div>
<!-- --------------------------------------------------------------------------------------------------------------------- -->
<div id="main2">
<div id="leftside1">
<img id="rig1" src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-content.png"/>
</div>
<div id="rightside1">
<h1 id="para4">Transform blog posts
into videos with A.I.</h1>
<p id="para3">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>
<button id="bot"><a href="signup.html">Get Started For Free -></a></button>
<hr width="100%">
<p id="very_small">“Lumen5 has enabled us to create more videos and drive more traffic, while having more time to invest in other projects.”</p>
<div id="mentor">
<img id="small_img" src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-drew-s.jpg"/>
<p id="mennam"><strong>Drew Sykes,</strong> Social Media Director <br>
<img height="50px" src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-nc-red.png"/>
</p>
</div>
</div>
</div>
<!-- --------------------------------------------------------------------------------------------------------- -->
<div id="main1">
<div id="leftside2">
<h1 id="para5" >
Content library with millions of stock photos & videos
</h1>
<p id="para6">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>
<button class="hero_hai"><a href="./Pricing Page - Moin Khan/pricing.html">Views Plans-></a></button>
<p id="very_small">“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 id="mentor">
<img id="small_img" src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-julia-o.jpg"/>
<p id="shift"><strong>Julia Olennikova,</strong>Product Marketing<br> Manager<br>
<img height="13px" src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-semrush.png"/>
</p>
</div>
</div id="right2">
<img id="rig2" src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-media.png"/>
</div>
<!-- ------------------------------------------------------------------------------------------------------------------- -->
<div id="main2">
<img id="lef3" src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-customize.png"/>
<div id="rightside">
<h1 id="para7">Making it easy to
stay on brand</h1>
<p id="para8">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"></a></p> -->
<a href="./signup.html">Get Started For Free -></a>
<p id="very_small">“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 id="mentor">
<img id="small_img" src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-promod-s.jpg"/>
<p id="shift" ><strong>Promod Sharma,</strong> Actuary & Insurance Consultant <br>
<img height="15px" src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-taxevity-color.png"/>
</p>
</div>
</div>
</div>
<!-- --------------------------------------------------------------- ------------------------------------------------------>
<h1 id="templates">Explore videos made with Lumen5</h1>
<div id="centrebtn">
<button class="centrebutton">Content Marketing</button>
<button class="centrebutton">Communications</button>
<button class="centrebutton">Promotional</button>
<button class="centrebutton">People & Culture</button>
<button class="centrebutton">Localization</button>
</div>
<div id="gridvedios1">
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/Hydrogen%20Economy.mp4" type="video/mp4">
</video>
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/siemens-content.mp4" type="video/mp4">
</video>
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/Responsible%20Investment.mp4" type="video/mp4">
</video>
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/Workplace%20Evolution.mp4" type="video/mp4">
</video>
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/The%20Pandemic.mp4" type="video/mp4">
</video>
<video width="350" controls>
<source src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/Supply%20Chain%20Resilience.mp4" type="video/mp4">
</video>
</div>
<h1 id="templates">Customer success stories</h1>
<h3 id="centrep5">Discover how leading brands are getting results with Lumen5.</h3>
<!-- --------------------------------------------------------------------------------------------------------------------- -->
<div class="w3-content w3-display-container">
<img class="mySlides" src="https://storage.googleapis.com/lumen5-site-images/carousel-siemens-bg.png" style="width:70%">
<img class="mySlides" src="https://storage.googleapis.com/lumen5-site-images/carousel-dnv-bg.png" style="width:70%">
<img class="mySlides" src="https://storage.googleapis.com/lumen5-site-images/carousel-mhi-bg.png" style="width:70%">
<img class="mySlides" src="https://storage.googleapis.com/lumen5-site-images/carousel-ncstate-bg.png" style="width:70%">
<img class="mySlides" src="https://storage.googleapis.com/lumen5-site-images/carousel-cms-bg.png" style="width:70%">
<img class="mySlides" src="https://storage.googleapis.com/lumen5-site-images/carousel-mondadori-bg.png" style="width:70%">
<img class="mySlides" src="https://storage.googleapis.com/lumen5-site-images/carousel-berkshire-bg.png" style="width:70%">
<button id="w3btn" class="w3-button w3-black w3-display-left" onclick="plusDivs(-1)">❮</button>
<button id="w3btn1" class="w3-button w3-black w3-display-right" onclick="plusDivs(1)">❯</button>
</div>
<!-- ------------------------------------------------------------------------------------------------------------------- -->
<div class="typeofnav">
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-siemens.png"/>
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-dnv.png"/>
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-mitsubishi.png"/>
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-ncstate.png"/>
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-cms.png"/>
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-mondadori.png"/>
<img src="https://storage.googleapis.com/lumen5-site-images/carousel-berkshire.png"/>
</div>
<h1 class="last">Tips and tricks for amplifying
your brand with video</h1>
<!-- ----------------------------------------------------------------------------------------------------------- -->
<div id="dabba">
<div>
<img src="https://lumen5.com/learn/wp-content/uploads/2019/05/Video-Marketing-How-to-Get-Started.jpg">
<p>BLOG</p>
<h2>Video Marketing: How to Get Started [Step by Step]</h2>
<a class="dabba1" href="signup.html">Read story</a>
</div>
<div>
<img src="https://lumen5.com/learn/wp-content/uploads/2019/08/Host-an-Instagram-Takeover-in-7-Simple-Steps.jpg"/>
<p>BLOG</p>
<h2>How to Increase Your Facebook Video Views [Complete Guide]</h2>
<a class="dabba2" href="signup.html">Read story</a>
</div>
<div>
<img src="https://lumen5.com/learn/wp-content/uploads/2018/10/photo-1518406432532-9cbef5697723.jpeg"/>
<p>BLOG</p>
<h2>The Importance of Video in Your Content Strategy</h2>
<a class="dabba3" href="signup.html">Read story</a>
</div>
</div>
<!-- footer start -->
<div id="foot">
<div class="foot2">
<div class="footlog">
<img src="https://storage.googleapis.com/lumen5-site-images/L5-logo/L5-logo-white.png">
<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 class="foot2">
<table>
<tr>
<th>EXPLORE</th>
<th>VIDEO TOOL</th>
<th>VIDEO CREATORS</th>
</tr>
<tr>
<td>About</td>
<td>Add Text to Video</td>
<td>Video Editor</td>
</tr>
<tr>
<td>Features</td>
<td>Cut Video</td>
<td>Photo Video Maker</td>
</tr>
<tr>
<td>Careers</td>
<td>Merge Video</td>
<td>Facebook Video Maker</td>
</tr>
<tr>
<td>Linkedin</td>
<td>Compress Video</td>
<td>Youtube Intro Maker</td>
</tr>
<tr>
<td>Support</td>
<td>Resize Video</td>
<td>Instagram Video Maker</td>
</tr>
<tr>
<td>Product Updating</td>
<td>See all</td>
<td>See all</td>
</tr>
</table>
</div>
</div>
<div id="coppiright">
<p>Copyright © 2022 Lumen5</p>
<p>Terms of Use & Privacy Policy</p>
</div>
<!-- footer end -->
</body>
</html>
<script>
let button=document.querySelector(".centrebutton")
button.onclick=()=>{
window.location.href="signup.html";
}
// -------------------------------------------------------------------------------------------------------------
var slideIndex = 1;
showDivs(slideIndex);
function plusDivs(n) {
showDivs(slideIndex += n);
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName("mySlides");
if (n > x.length) {slideIndex = 1}
if (n < 1) {slideIndex = x.length}
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
x[slideIndex-1].style.display = "block";
}
</script>
<script src="./Navbar/navbar.js"></script>