-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
404 lines (387 loc) · 19.8 KB
/
index.html
File metadata and controls
404 lines (387 loc) · 19.8 KB
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
<!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="icon" type="image/png" href="https://storage.googleapis.com/lumen5-site-images/favicon/favicon.ico">
<title>Lumen5 - Video Maker | Create Video </title>
<link rel="stylesheet" href="https://cdn.plyr.io/3.7.2/plyr.css" />
<link rel="stylesheet" href="./styles/index.css">
<link rel="stylesheet" href="./styles/footer.css">
<link rel="stylesheet" href="./styles/navbar.css">
<!-- <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600" rel="stylesheet"> -->
</head>
<body>
<!-- navbar start -->
<div id="navbar"></div>
<!-- navbar end -->
<!-- page1 start -->
<div id="page1">
<div id="page1a">
<h1>Video maker built to <br>
supercharge your <br>
content strategy
</h1>
<p>Easily make videos for <br>
<b>content marketing,</b> <br>
<b>thought leadership,</b> and <br>
<b>brand awareness</b> in a snap.
</p>
<button>Sign up free</button>
</div>
<div>
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-hero.png" alt="">
</div>
</div>
<!-- page1 end -->
<!-- page 2 start -->
<div id="page2">
<div id="page2a">
<p>Over 6 million videos created by thousands of businesses</p>
</div>
<div id="page2b">
<div><img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-salesforce-color.png" alt=""></div>
<div><img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-pwc-color.png" alt=""></div>
<div><img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-siemens-color1.png" alt=""></div>
<div><img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-kpmg-color.png" alt=""></div>
<div><img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-merk-color.png" alt=""></div>
<div><img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-sap-color.png" alt=""></div>
<div><img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-mitsubishi-color.png" alt=""></div>
<div><img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-cisco-color.png" alt=""></div>
</div>
</div>
<!-- page 2 end -->
<!-- page 3 end -->
<div id="page3">
<div id="page3a">
<h1>Captivating video templates</h1>
<p>Drag and drop. No experience required.</p>
</div>
<div id="video">
<div>
<video class="player" playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/prev_tracer.mp4" type="video/mp4" />
</video>
</div>
<div>
<video class="player" playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/prev_billow.mp4" type="video/mp4" />
</video>
</div>
<div>
<video class="player" playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/prev_vertex.mp4" type="video/mp4" />
</video>
</div>
<div>
<video class="player" playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/prev_circuit.mp4" type="video/mp4" />
</video>
</div>
<div>
<video class="player" playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/prev_vault.mp4" type="video/mp4" />
</video>
</div>
<div>
<video class="player" playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/prev_notice.mp4" type="video/mp4" />
</video>
</div>
<div>
<video class="player" playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/flux_prev.mp4" type="video/mp4" />
</video>
</div>
<div>
<video class="player" playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/unity_prev.mp4" type="video/mp4" />
</video>
</div>
<div>
<video class="player" playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/looper_prev.mp4" type="video/mp4" />
</video>
</div>
</div>
</div>
<!-- page 3 end -->
<!-- page 4 start -->
<div id="page4">
<div id="page4a">
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-content.png" alt="">
</div>
<div id="page4b">
<h1>Transform blog posts <br>
into videos with A.I.
</h1>
<p>Starting from a blank page is hard — and <br> with Lumen5, you don’t have to. Our AI- <br> powered technology helps you storyboard <br> your ideas,
fit your content to a layout, and <br> find music and visuals that enhance your message.
</p>
<p><a href="https://lumen5.com/auth/signup/">Get started for free</a></p>
<hr>
<p>“Lumen5 has enabled us to create more videos and drive more traffic, while having more time to invest in other projects.”</p>
<div class="page4b">
<div class="page4b1">
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-drew-s.jpg" alt="">
</div>
<div class="page4b2">
<p><b>Drew Sykes</b>, Social Media Director</p>
<div id="univer"><img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-nc-red.png" alt=""></div>
</div>
</div>
</div>
</div>
<!-- page 4 end -->
<!-- page 5 start -->
<div id="page5">
<div id="page5b">
<h1>Content library with <br> millions of stock <br> photos & videos
</h1>
<p>The Lumen5 media library gives you <br> easy access to millions of photos, <br> video clips, and audio files, so you
<br> always have the elements you need <br> to create the perfect video.
</p>
<p><a href="https://lumen5.com/pricing/">Get started for free</a></p>
<hr>
<p class="para">“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 class="page5b">
<div class="page5b1">
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-julia-o.jpg" alt="">
</div>
<div class="page5b2">
<p><b>Julia Olennikova,</b> Product Marketing Manager</p>
<div id="univer5"><img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-semrush.png" alt=""></div>
</div>
</div>
</div>
<div id="page5a">
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-media.png" alt="">
</div>
</div>
<!-- page 5 end -->
<!-- page 6 start -->
<div id="page6">
<div id="page6a">
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-customize.png" alt="">
</div>
<div id="page6b">
<h1>Making it easy to <br>
stay on brand
</h1>
<p>It has never been easier to stay on brand. <br> With Lumen5 templates, you can customize <br> each video with your unique logo,
<br> watermark, fonts, colors, and more.
</p>
<p><a href="https://lumen5.com/auth/signup/">Get started for free</a></p>
<hr>
<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 class="page6b">
<div class="page6b1">
<img src="https://storage.googleapis.com/lumen5-site-images/website-assets/image-promod-s.jpg" alt="">
</div>
<div class="page6b2">
<p><b>Promod Sharma,</b> Actuary & Insurance Consultant</p>
<div id="univer6"><img src="https://storage.googleapis.com/lumen5-site-images/website-assets/logo-taxevity-color.png" alt=""></div>
</div>
</div>
</div>
</div>
<!-- page 6 end -->
<div id="page7">
<div id="page7a">
<h1>Explore videos made with Lumen5</h1>
<div id="page7ab">
<p>Content Marketing</p>
<p>Communications</p>
<p>Promotional</p>
<p>People & Culture</p>
<p>Localization</p>
</div>
</div>
<div id="video7">
<div>
<video playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/siemens-content.mp4" type="video/mp4" />
poster="https://storage.googleapis.com/lumen5-site-images/carousel-mhi-bg.png"
</video>
</div>
<div>
<video playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/siemens-content.mp4" type="video/mp4" />
</video>
</div>
<div>
<video playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/Responsible%20Investment.mp4" type="video/mp4" />
</video>
</div>
<div>
<video playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/Workplace%20Evolution.mp4" type="video/mp4" />
</video>
</div>
<div>
<video playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/The%20Pandemic.mp4" type="video/mp4" />
</video>
</div>
<div>
<video playsinline controls data-poster="/path/to/poster.jpg" autoplay loop muted>
<source src="https://storage.googleapis.com/lumen5-site-images/homepage/Content%20Marketing/Supply%20Chain%20Resilience.mp4" type="video/mp4" />
</video>
</div>
</div>
</div>
<div id="custo">
<h1>Customer success stories</h1>
<p>Discover how leading brands are getting results with Lumen5.</p>
</div>
<div id="part6">
<div class="part6">
<h1 class="part6-heading">
Learn how our customers boost engagement and drive traffic with Lumen5
</h1>
<div class="part6-content">
<button class="previous" onclick="plusDivs(-1)">❮</button>
<button class="next" onclick="plusDivs(1)">❯</button>
<!-- slide1 -->
<div class="part6-slide1 class2">
<div class="pert6-slide-content">
<div class="part6-slide-text">
<img src="assets/images/usecase-dnvgl.png" alt="" />
<p>
"Lumen5 is evolving fast as a company and we have always felt
that our feedback has been considered as the platform is
optimized. It is encouraging to see that whilst Lumen5 is in a
rapid growth phase, they have remained attentive to our
needs."
</p>
<h3>Peter Lovegrove</h3>
<p style="margin-top: -5%">
Media Relations and Video Content Manager
</p>
<a href="">Read story</a>
</div>
</div>
</div>
<!-- slide2 -->
<div class="part6-slide2 class2">
<div class="pert6-slide-content">
<div class="part6-slide-text">
<img src="./assets/images/logo-mhi-grey.png" alt="" />
<p>
"I’m in love with Lumen5’s client relationship management.
Whether something is cheap or expensive, if you don't get the
support you need at the speed and accuracy you need, it
affects your work. With Lumen5, we’re never left hanging
around."
</p>
<h3>Adrian Ngo</h3>
<p style="margin-top: -5%">
Global Advertising and Sponsorships
</p>
<a href="">Read story</a>
</div>
</div>
</div>
<!-- slide3 -->
<div class="part6-slide3 class2">
<div class="pert6-slide-content">
<div class="part6-slide-text">
<img src="./assets/images/logo-nc-grey.png" alt="" />
<p>
I love how easy it is to use Lumen5 and how much time it saves
my team and me. I’m always happy with the results, knowing our
video content will resonate with our audiences. I also love
that it empowers us to be more creative
</p>
<h3>Drew Sykes</h3>
<p style="margin-top: -5%">
Media Relations and Video Content Manager
</p>
<a href="">Read story</a>
</div>
</div>
</div>
<!-- slide4 -->
<div class="part6-slide4 class2">
<div class="pert6-slide-content">
<div class="part6-slide-text">
<img src="./assets/images/logo-cms-grey.png" alt="" />
<p>
"We haven’t tried many tools because we were looking for one
that’s very easy to use. After the trial, we were easily
convinced; Lumen5 is the right one for us."
</p>
<h3>Amsal Alihodzic</h3>
<p style="margin-top: -5%">Senior Online Marketing Manager</p>
<a href="">Read story</a>
</div>
</div>
</div>
<!-- slide5 -->
<div class="part6-slide5 class2">
<div class="pert6-slide-content">
<div class="part6-slide-text">
<img src="./assets/images/logo-mondadori-grey.png" alt="" />
<p>
Lumen5 helps us with what we want to achieve on social:
engagement and reach.
</p>
<h3>Alfonso Biondi</h3>
<p style="margin-top: -5%">Social Video Specialist</p>
<a href="">Read story</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div id="slideshow"></div> -->
<div id="company">
<div><img src="https://storage.googleapis.com/lumen5-site-images/carousel-siemens.png" alt=""></div>
<div><img src="https://storage.googleapis.com/lumen5-site-images/carousel-dnv.png" alt=""></div>
<div><img src="https://storage.googleapis.com/lumen5-site-images/carousel-mitsubishi.png" alt=""></div>
<div><img src="https://storage.googleapis.com/lumen5-site-images/carousel-ncstate.png" alt=""></div>
<div><img src="https://storage.googleapis.com/lumen5-site-images/carousel-cms.png" alt=""></div>
<div><img src="https://storage.googleapis.com/lumen5-site-images/carousel-mondadori.png" alt=""></div>
<div><img src="https://storage.googleapis.com/lumen5-site-images/carousel-berkshire.png" alt=""></div>
</div>
<div id="tricks">
<div id="tricksa">
<h1>Tips and tricks for amplifying your brand with video</h1>
</div>
<div id="tricksb">
<div>
<img src="https://lumen5.com/learn/wp-content/uploads/2019/05/Video-Marketing-How-to-Get-Started.jpg" alt="">
<p>BLOG</p>
<h3>Video Marketing: How to Get Started [Step by Step]</h3>
<p><a href="https://lumen5.com/learn/video-marketing/">Read Story</a></p>
</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>
<h3>How to Increase Your Facebook Video Views [Complete Guide]</h3>
<p><a href="https://lumen5.com/learn/">Read Story</a></p>
</div>
<div>
<img src="https://lumen5.com/learn/wp-content/uploads/2018/10/photo-1518406432532-9cbef5697723.jpeg" alt="">
<p>BLOG</p>
<h3>The Importance of Video in Your Content Strategy</h3>
<p><a href="https://lumen5.com/learn/video-marketing-content-strategy/">Read Story</a></p>
</div>
</div>
</div>
<div id="lastpage">
<h1>Join 800,000+ companies that are using Lumen5 to tell their stories.</h1>
<p><b>Lumen5 is a video creation software that helps marketers, publishers, and brands create video content in a breeze, without any technical expertise.</b></p>
<button><a href="">Sign up free</a></button>
</div>
<div id="footer"></div>
</body>
</html>
<script src="./scripts/index.js" type="module">
</script>
<!-- <script src="./scripts/video.js"></script> -->
<script src="https://cdn.plyr.io/3.7.2/plyr.polyfilled.js"></script>
<script src="./scripts/sliding.js"></script>