2 <html lang=
"en" prefix=
"og: http://ogp.me/ns#">
5 <meta name=
"viewport" content=
"width=device-width, initial-scale=1">
7 <!-- CLEAN MARKUP = GOOD KARMA.
10 you're a curious person and a fast learner ;)
11 Let's make something beautiful together. Contribute on Github:
12 https://github.com/webslides/webslides
18 <title>WebSlides Tutorial: Classes
</title>
19 <meta name=
"description" content=
"WebSlides Cheat Sheet. A quick reference guide for beginners. This tutorial contains hundreds of HTML/CSS examples.">
21 <!-- URL CANONICAL -->
22 <!-- <link rel="canonical" href="http://your-url.com/permalink"> -->
25 <link href=
"https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i%7CMaitree:200,300,400,600,700&subset=latin-ext" rel=
"stylesheet">
28 <link rel=
"stylesheet" type='text/css' media='all'
href=
"../static/css/webslides.css">
30 <!-- Optional - CSS SVG Icons (Font Awesome) -->
31 <link rel=
"stylesheet" type=
"text/css" media=
"all" href=
"../static/css/svg-icons.css">
33 <!-- SOCIAL CARDS (ADD YOUR INFO) -->
36 <meta property=
"og:url" content=
"http://your-url.com/permalink" /> <!-- YOUR URL/PERMALINK -->
37 <meta property=
"og:type" content=
"article" />
38 <meta property=
"og:title" content=
"WebSlides Documentation: Classes" /> <!-- EDIT -->
39 <meta property=
"og:description" content=
"A quick reference guide. This tutorial contains hundreds of HTML/CSS examples."> <!-- EDIT -->
40 <meta property=
"og:updated_time" content=
"2017-01-04T17:23:46"> <!-- EDIT -->
41 <meta property=
"og:image" content=
"../static/images/share-webslides.jpg" > <!-- EDIT -->
44 <meta name=
"twitter:card" content=
"summary_large_image">
45 <meta name=
"twitter:site" content=
"@webslides"> <!-- EDIT -->
46 <meta name=
"twitter:creator" content=
"@jlantunez"> <!-- EDIT -->
47 <meta name=
"twitter:title" content=
"WebSlides Documentation: Classes"> <!-- EDIT -->
48 <meta name=
"twitter:description" content=
"WebSlides Cheat Sheet.This tutorial contains hundreds of HTML/CSS examples."> <!-- EDIT -->
49 <meta name=
"twitter:image" content=
"../static/images/share-webslides.jpg"> <!-- EDIT -->
52 <link rel=
"shortcut icon" sizes=
"16x16" href=
"../static/images/favicons/favicon.png">
53 <link rel=
"shortcut icon" sizes=
"32x32" href=
"../static/images/favicons/favicon-32.png">
54 <link rel=
"apple-touch-icon icon" sizes=
"76x76" href=
"../static/images/favicons/favicon-76.png">
55 <link rel=
"apple-touch-icon icon" sizes=
"120x120" href=
"../static/images/favicons/favicon-120.png">
56 <link rel=
"apple-touch-icon icon" sizes=
"152x152" href=
"../static/images/favicons/favicon-152.png">
57 <link rel=
"apple-touch-icon icon" sizes=
"180x180" href=
"../static/images/favicons/favicon-180.png">
58 <link rel=
"apple-touch-icon icon" sizes=
"192x192" href=
"../static/images/favicons/favicon-192.png">
61 <meta name=
"mobile-web-app-capable" content=
"yes">
62 <meta name=
"theme-color" content=
"#333333">
65 <header role=
"banner">
66 <nav role=
"navigation">
67 <p class=
"logo"><a href=
"../index.html" title=
"WebSlides">WebSlides
</a></p>
70 <a rel=
"external" href=
"https://github.com/webslides/webslides" title=
"Github">
71 <svg class=
"fa-github">
72 <use xlink:
href=
"#fa-github"></use>
78 <a rel=
"external" href=
"https://twitter.com/webslides" title=
"Twitter">
79 <svg class=
"fa-twitter">
80 <use xlink:
href=
"#fa-twitter"></use>
85 <!-- <li class="dribbble"><a rel="external" href="http://dribbble.com/webslides" title="Dribbble"><svg class="fa-dribbble"><use xlink:href="#fa-dribbble"></use></svg> <em>webslides</em></a></li> -->
91 <article id=
"webslides">
94 - Each parent <section> in the <article id="webslides"> element is an individual slide.
95 - Vertical sliding = <article id="webslides" class="vertical">
96 - <div class="wrap"> = container 90% / <div class="wrap size-50"> = 45%;
99 <section class=
"bg-black-blue aligncenter">
100 <span class=
"background dark" style=
"background-image:url('https://source.unsplash.com/6njoEbtarec/')"></span>
101 <!--.wrap = container (width: 90%) with fadein animation -->
103 <p class=
"text-subtitle">WebSlides Tutorial
</p>
104 <h1 class=
"text-landing">Classes
</h1>
105 <p class=
"text-symbols">* * *
</p>
107 <a class=
"button ghost" href=
"https://github.com/webslides/webslides" title=
"Download WebSlides">
108 <svg class=
"fa-github">
109 <use xlink:
href=
"#fa-github"></use>
117 <section class=
"aligncenter">
118 <!--.wrap = container (width: 90%) with fadein animation -->
120 <h2><strong>WebSlides Classes
</strong></h2>
121 <p class=
"text-intro">Friendly naming conventions.
</p>
122 <ul class=
"flexblock border">
124 <!--div required = padding li or li>a-->
126 <h3><a target=_blank
href=
"#slide=3">Layout
</a></h3>
128 <li><a target=
"_blank" href=
"#slide=4">CSS Syntax
</a></li>
129 <li><a target=
"_blank" href=
"#slide=6">.alignleft
</a></li>
130 <li><a target=
"_blank" href=
"#slide=7">.alignright
</a></li>
131 <li><a target=
"_blank" href=
"#slide=8">.aligncenter
</a></li>
132 <li><a target=
"_blank" href=
"#slide=9">.slide-top
</a></li>
133 <li><a target=
"_blank" href=
"#slide=12">.content- (left, center, right)
</a></li>
134 <li><a target=
"_blank" href=
"#slide=15">.slide-bottom
</a></li>
135 <li><a target=
"_blank" href=
"#slide=18">.grid
> .column
</a></li>
136 <li><a target=
"_blank" href=
"#slide=19">.grid.vertical-align
</a></li>
137 <li><a target=
"_blank" href=
"#slide=23">.card- (
50,
60,
70...)
</a></li>
142 <!--div required = padding li or li>a-->
144 <h3><a target=
"_blank" href=
"#slide=26">Backgrounds
</a></h3>
146 <li><a target=
"_blank" href=
"#slide=27">.bg-primary...(Corp Colors)
</a></li>
147 <li><a target=
"_blank" href=
"#slide=28">.bg-black...(General Colors)
</a></li>
148 <li><a target=
"_blank" href=
"#slide=29">.bg-gradient-(position)
</a></li>
149 <li><a target=
"_blank" href=
"#slide=33">.background-video
</a></li>
151 <a target=
"_blank" href=
"#slide=36">Background Images:
</a>
153 <li><a target=
"_blank" href=
"#slide=36">.background (fullscreen)
</a></li>
154 <li><a target=
"_blank" href=
"#slide=37">.background-(position)
</a></li>
155 <li><a target=
"_blank" href=
"#slide=38">.background.dark
</a></li>
156 <li><a target=
"_blank" href=
"#slide=39">.background.light
</a></li>
157 <li><a target=
"_blank" href=
"#slide=40">.background.anim
</a></li>
164 <!--div required = padding li or li>a-->
166 <h3><a target=
"_blank" href=
"#slide=41">Flexible Blocks
</a></h3>
168 <li><a target=
"_blank" href=
"#slide=42">.flexblock
</a></li>
169 <li><a target=
"_blank" href=
"#slide=45">.flexblock.clients
</a></li>
170 <li><a target=
"_blank" href=
"#slide=47">.flexblock.features
</a></li>
171 <li><a target=
"_blank" href=
"#slide=48">.flexblock.gallery
</a></li>
172 <li><a target=
"_blank" href=
"#slide=50">.flexblock.metrics
</a></li>
173 <li><a target=
"_blank" href=
"#slide=52">.flexblock.plans
</a></li>
174 <li><a target=
"_blank" href=
"#slide=54">.flexblock.specs
</a></li>
175 <li><a target=
"_blank" href=
"#slide=55">.flexblock.reasons
</a></li>
176 <li><a target=
"_blank" href=
"#slide=56">.flexblock.steps
</a></li>
177 <li><a target=
"_blank" href=
"#slide=57">.flexblock.activity
</a></li>
182 <!--div required = padding li or li>a-->
184 <h3><a target=
"_blank" href=
"#slide=58">Typography (Roboto)
</a></h3>
186 <li><a target=
"_blank" href=
"#slide=59">.text-landing
</a></li>
187 <li><a target=
"_blank" href=
"#slide=60">.text-intro
</a></li>
188 <li><a target=
"_blank" href=
"#slide=61">.text-subtitle
</a></li>
189 <li><a target=
"_blank" href=
"#slide=62">.text-shadow
</a></li>
190 <li><a target=
"_blank" href=
"#slide=63">.text-data
</a></li>
191 <li><a target=
"_blank" href=
"#slide=64">.text-context
</a></li>
192 <li><a target=
"_blank" href=
"#slide=65">.text-cols
</a></li>
193 <li><a target=
"_blank" href=
"#slide=66">.text-label
</a></li>
194 <li><a target=
"_blank" href=
"#slide=67">.text-serif (Maitree)
</a></li>
195 <li><a target=
"_blank" href=
"#slide=69">.text-pull (-right/-left)
</a></li>
204 <div class=
"wrap size-50">
206 <svg class=
"fa-heart-o">
207 <use xlink:
href=
"#fa-heart-o"></use>
211 <p class=
"text-intro">WebSlides is so easy to understand and love. Baseline:
8.
</p>
213 <ul class=
"description">
214 <li><span class=
"text-label">Typography:
</span> .text-landing, .text-subtitle, .text-data, .text-intro...
</li>
215 <li><span class=
"text-label">BG Colors:
</span> .bg-primary, .bg-blue,.bg-apple...
</li>
216 <li><span class=
"text-label">BG Images:
</span> .background, .background-center-bottom...
</li>
217 <li><span class=
"text-label">Cards:
</span> .card-
60, .card-
50, .card-
40...
</li>
218 <li><span class=
"text-label">Sizes:
</span> .size-
50, .size-
40...
</li>
219 <li><span class=
"text-label">Flex Blocks:
</span> .flexblock.clients, .flexblock.gallery, .flexblock.metrics...
</li>
225 <!--.wrap = container (width: 90%) -->
227 <div class=
"grid vertical-align">
229 <h3><strong>WebSlides is really easy
</strong></h3>
230 <p class=
"text-intro">Each parent
<code><section
></code> in the #webslides element is an individual slide.
</p>
231 <p>Code is neat, scalable, and well documented. It uses
<strong>intuitive markup with popular naming conventions
</strong>. There's no need to overuse classes or nesting.
<strong>Based on
<a href=
"https://github.com/jennschiffer/SimpleSlides">SimpleSlides
</a>, by
<a href=
"http://jennmoney.biz">Jenn Schiffer
</a></strong> :)
</p>
233 <!-- .end .column -->
235 <pre><article
id="webslides"
>
236 <span class=
"code-comment"><!-- Slide
1 --
></span>
238 <h1
>Design for trust
</h1
>
240 <span class=
"code-comment"><!-- Slide
2 --
></span>
241 <section
class="bg-primary"
>
242 <div
class="wrap"
>
243 <h2
>.wrap = container (width:
90%) with fadein
</h2
>
249 <!-- .end .column -->
253 <p class=
"aligncenter">Vertical sliding?
<code><article
id="webslides"
class="vertical"
></code></p>
259 <!--.wrap or <nav> = container 1200px -->
261 <p>Header (logo)
<span class=
"alignright">.alignright
</span></p>
264 <div class=
"aligncenter">
265 <h2>Simple CSS Alignments
</h2>
266 <p>Put content wherever you want.
</p>
271 <span class=
"alignleft">
272 Footer: logo, credits... (.alignleft)
274 <span class=
"alignright">
275 <a href=
"#" title=
"Twitter">
276 <svg class=
"fa-twitter">
277 <use xlink:
href=
"#fa-twitter"></use>
279 @username .alignright
288 <img class=
"alignleft size-50" src=
"../static/images/iphone.png" alt=
"iPhone">
289 <h2>img.alignleft
</h2>
290 <p><code>img.alignleft.size-
50</code></p>
291 <p>Jobs unveiled the iPhone to the public on January
9,
2007, at the Macworld
2007 convention at the Moscone Center in San Francisco. Apple sold
6.1 million first generation iPhone units over five quarters.
</p>
292 <p><strong>Image size recommended
</strong>:
<br> 800x600px /
600x450px.
</p>
298 <img class=
"alignright size-50" src=
"../static/images/iphone.png" alt=
"iPhone">
299 <h2>img.alignright
</h2>
300 <p><code>img.alignright.size-
50</code></p>
301 <p>Jobs unveiled the iPhone to the public on January
9,
2007, at the Macworld
2007 convention at the Moscone Center in San Francisco. Apple sold
6.1 million first generation iPhone units over five quarters.
</p>
302 <p><strong>Image size recommended
</strong>:
<br> 800x600px /
600x450px.
</p>
308 <img class=
"aligncenter size-40" src=
"../static/images/iphone.png" alt=
"iPhone">
309 <p class=
"aligncenter"><code>img.aligncenter.size-
40</code></p>
313 <section class=
"slide-top">
315 <div class=
"content-left">
316 <h3>1/
9 left top
</h3>
317 <p>Put content wherever you want. Have less. Do more. Create beautiful solutions.
</p>
318 <p><code>.slide-top and .content-left
</code></p>
323 <section class=
"slide-top">
325 <div class=
"content-center">
326 <h3>2/
9 center top
</h3>
327 <p>In a village of La Mancha, the name of which I have no desire to call to mind,
</p>
328 <p><code>.slide-top and .content-center
</code></p>
333 <section class=
"slide-top">
335 <div class=
"content-right">
336 <h3>3/
9 right top
</h3>
337 <p>there lived not long since one of those gentlemen that keep a lance in the lance-rack, an old buckler, a lean hack, and a greyhound for coursing.
</p>
338 <p><code>.slide-top and .content-right
</code></p>
345 <div class=
"content-left">
346 <h3>4/
9 left center
</h3>
347 <p>An olla of rather more beef than mutton, a salad on most nights, scraps on Saturdays,
</p>
348 <p><code>.content-left
</code></p>
355 <div class=
"content-center">
357 <p>lentils on Fridays, and a pigeon or so extra on Sundays, made away with three-quarters of his income.
</p>
358 <p><code>.content-center
</code></p>
365 <div class=
"content-right">
366 <h3>6/
9 right center
</h3>
367 <p>he rest of it went in a doublet of fine cloth and velvet breeches and shoes to match for holidays,
</p>
368 <p><code>.content-right
</code></p>
373 <section class=
"slide-bottom">
375 <div class=
"content-left">
376 <h3>7/
9 left bottom
</h3>
377 <p>while on week-days he made a brave figure in his best homespun.
</p>
378 <p><code>.slide-bottom
</code> and
<code>.content-left
</code></p>
383 <section class=
"slide-bottom">
385 <div class=
"content-center">
386 <h3>8/
9 center bottom
</h3>
387 <p>He had in his house a housekeeper past forty, a niece under twenty, and a lad for the field and market-place,
</p>
388 <p><code>.slide-bottom
</code> and
<code>.content-center
</code></p>
393 <section class=
"slide-bottom">
395 <div class=
"content-right">
396 <h3>9/
9 right bottom
</h3>
397 <p>who used to saddle the hack as well as handle the bill-hook.
</p>
398 <p><code>.slide-bottom
</code> and
<code>.content-right
</code></p>
403 <section class=
"aligncenter">
404 <!--.wrap = container (width: 90%) with fadein animation -->
406 <h2>.grid + .column
</h2>
407 <p class=
"text-intro">Basic Grid (auto-fill and equal height).
</p>
410 <h6>Why WebSlides?
</h6>
411 <p>There're excellent presentation tools out there. WebSlides is about good karma and sharing content. Hypertext, clean code, and beauty as narrative elements.
</p>
412 <p class=
"text-symbols">* * *
</p>
416 <figure><img class=
"aligncenter" src=
"../static/images/setup.png" alt=
"WebSlides Files"></figure>
420 <h6>How easy is WebSlides?
</h6>
421 <p>You can create your own presentation instantly. Just a basic knowledge of HTML and CSS is required. Simply choose a demo and customize it.
</p>
422 <p class=
"text-symbols">* * *
</p>
430 <section class=
"aligncenter">
431 <!--.wrap = container (width: 90%) with fadein animation -->
433 <h2>.grid.
<strong>vertical-align
</strong> + .column
</h2>
434 <p class=
"text-intro">Basic Grid (auto-fill and equal height).
</p>
435 <div class=
"grid vertical-align">
437 <h6>Why WebSlides?
</h6>
438 <p>There're excellent presentation tools out there. WebSlides is about good karma and sharing content. Hypertext, clean code, and beauty as narrative elements.
</p>
439 <p class=
"text-symbols">* * *
</p>
443 <figure><img class=
"aligncenter" src=
"../static/images/setup.png" alt=
"WebSlides Files"></figure>
447 <h6>How easy is WebSlides?
</h6>
448 <p>You can create your own presentation instantly. Just a basic knowledge of HTML and CSS is required. Simply choose a demo and customize it.
</p>
449 <p class=
"text-symbols">* * *
</p>
459 <h2>.grid.
<strong>sm
</strong> (sidebar + main)
</h2>
461 <div class=
"grid sm">
464 <p>Stendhal syndrome is a psychosomatic disorder that causes rapid heartbeat, dizziness, fainting, confusion and even hallucinations when an individual is exposed to an experience of great personal significance, particularly viewing art.
</p>
468 <p>The illness is named after the
19th-century French author Stendhal (pseudonym of Marie-Henri Beyle), who described his experience with the phenomenon during his
1817 visit to Florence in his book Naples and Florence: A Journey from Milan to Reggio.
</p>
469 <p>When he visited the Basilica of Santa Croce, where Niccolò Machiavelli, Michelangelo and Galileo Galilei are buried, he saw Giotto's frescoes for the first time and was overcome with emotion.
</p>
478 <h2>.grid.
<strong>ms
</strong> (main + sidebar)
</h2>
480 <div class=
"grid ms">
483 <p>Beauty is a characteristic of an animal, idea, object, person or place that provides a perceptual experience of pleasure or satisfaction. Beauty is studied as part of aesthetics, culture, social psychology and sociology.
</p>
484 <p>An "ideal beauty" is an entity which is admired, or possesses features widely attributed to beauty in a particular culture, for perfection.
</p>
488 <p>The experience of "beauty" often involves an interpretation of some entity as being in balance and harmony with nature, which may lead to feelings of attraction and emotional well-being.
</p>
497 <h2>.grid.
<strong>sms
</strong> (sidebar + main + sidebar)
</h2>
499 <div class=
"grid sms">
502 <p>Information architecture is considered to have been founded by Richard Saul Wurman.
</p>
506 <p>Information architecture (IA) is the structural design of shared information environments; the art and science of organizing and labelling websites, intranets, online communities and software to support usability and findability; and an emerging community of practice focused on bringing principles of design and architecture to the digital landscape.
</p>
510 <p>The difficulty in establishing a common definition for "information architecture" arises partly from the term's existence in multiple fields.
</p>
519 <div class=
"card-50 bg-white">
520 <div class=
"flex-content">
523 <p>.card-
50.bg-white
</p>
524 <p class=
"text-intro"><a href=
"http://unsplash.com">Unsplash
</a> is a really cool resource. It is a collection of Creative Commons Zero licensed photos that are really great.
526 <ul class=
"description">
528 <strong class=
"text-label">Role:
</strong> Frontend
530 <li><strong class=
"text-label">Client:
</strong> Acme
</li>
531 <li><strong class=
"text-label">Year:
</strong> 2018</li>
534 <!-- end .flex-content-->
536 <img src=
"https://source.unsplash.com/rCOWMC8qf8A/" alt=
"Apple Watch">
538 <a href=
"https://unsplash.com/@crew" title=
"Crew">
539 <svg class=
"fa-camera">
540 <use xlink:
href=
"#fa-camera"></use>
548 <!-- .end .card-50 -->
554 <div class=
"card-50 bg-white">
556 <iframe src=
"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1241.8442158987712!2d-0.1268272!3d51.5005848!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x487604c38c8cd1d9%3A0xb78f2474b9a45aa9!2sBig+Ben!5e0!3m2!1ses!2ses!4v1491497625579" width=
"800" height=
"600" allowfullscreen
></iframe>
558 <a href=
"https://maps.google.com" title=
"Google Maps">
559 <svg class=
"fa-maps">
560 <use xlink:
href=
"#fa-maps"></use>
567 <div class=
"flex-content">
571 <p>.card-
50.bg-white
</p>
572 <ul class=
"description">
574 <strong title=
"Density">Density:
</strong> 5,
518/km
<sup>2</sup>
576 <li><strong title=
"Population">Population:
</strong> 8,
673,
713</li>
577 <li><strong title=
"Website">Website:
</strong> <a href=
"http://www.visitlondon.com/">visitlondon.com
</a></li>
580 There are many reasons to visit London. London has a diverse range of people and cultures, and more than
300 languages are spoken in the region.
583 <!-- end .flex-content-->
589 <section class=
"fullscreen">
590 <div class=
"card-50">
592 <img src=
"https://source.unsplash.com/8lODM_TYmkI/800x600" alt=
"Yosemite National Park">
594 <a href=
"https://unsplash.com/@chadmadden" title=
"Chad Madden">
595 <svg class=
"fa-camera">
596 <use xlink:
href=
"#fa-camera"></use>
598 Chad Madden (Unsplash)
603 <div class=
"flex-content">
608 In Greek thought, inspiration meant that the poet or artist would go into ecstasy or furor poeticus, the divine frenzy or poetic madness. The Muses are the inspirational goddesses of literature, science, and the arts in Greek mythology.
611 <!-- end .flex-content-->
615 <section class=
"bg-apple aligncenter">
617 <p><section
class="bg-apple"
></p>
621 <h3>Corporate Backgrounds
</h3>
622 <ul class=
"flexblock">
623 <li class=
"bg-primary">
627 <li class=
"bg-secondary">
628 <h2>.bg-secondary
</h2>
631 <li class=
"bg-light">
641 <h3>General Colors
</h3>
642 <ul class=
"flexblock">
643 <li class=
"bg-black">
647 <li class=
"bg-black-blue">
648 <h2>.bg-black-blue
</h2>
655 <li class=
"bg-white">
665 <ul class=
"flexblock">
670 <li class=
"bg-green">
678 <li class=
"bg-purple">
684 <h3>Transparent Backgrounds
</h3>
685 <ul class=
"flexblock">
686 <li class=
"bg-trans-dark">
687 <h2>.bg-trans-dark
</h2>
690 <li class=
"bg-trans-light">
691 <h2>.bg-trans-light
</h2>
692 rgba(
255,
255,
255 ,
0.2)
698 <section class=
"bg-gradient-h">
701 <ul class=
"flexblock border">
702 <li>Horizontal
<code>.bg-gradient-h
</code></li>
703 <li>Radial
<code>.bg-gradient-r
</code></li>
704 <li>Vertical
<code>.bg-gradient-v
</code></li>
709 <section class=
"bg-gradient-h aligncenter">
710 <!--.wrap = container (width: 90%) with fadein animation -->
712 <h1>Horizontal Gradient
</h1>
713 <p><code>section.bg-gradient-h
</code></p>
717 <section class=
"bg-gradient-r aligncenter">
719 <h1>Radial Gradient
</h1>
720 <p><code>section.bg-gradient-r
</code></p>
724 <section class=
"bg-gradient-v aligncenter">
725 <!--.wrap = container (width: 90%) with fadein animation -->
727 <h1>Vertical Gradient
</h1>
728 <p><code>section.bg-gradient-v
</code></p>
733 <div class=
"wrap size-60">
734 <h3>Background Videos
</h3>
735 <pre><video
class="background-video" autoplay muted loop
poster="image.jpg"
>
736 <source
src="video.mp4"
type="video/mp4"
>
738 <p><code>.background-video
</code></p>
742 <section class=
"bg-black">
743 <video class=
"background-video" autoplay muted loop
poster=
"https://webslides.tv/static/images/working.jpg">
744 <source src=
"https://webslides.tv/static/videos/working.mp4" type=
"video/mp4">
747 <p><code>.background-video
</code></p>
748 <h2><strong>WebSlides is the easiest way to make HTML presentations. Inspire and engage.
</strong></h2>
752 <section class=
"bg-blue aligncenter">
753 <video class=
"background-video dark" autoplay muted loop
poster=
"https://webslides.tv/static/images/working.jpg">
754 <source src=
"https://webslides.tv/static/videos/working.mp4" type=
"video/mp4">
757 <h2 class=
"text-landing">BG Video with Overlay
</h2>
758 <p><code>section.bg-blue
> .background-video.dark
</code> or .light
</p>
764 <div class=
"content-left">
765 <h3>Fullscreen Background Images
</h3>
767 <span
<strong>class="background"
</strong> style="background-image:url('https://source.unsplash.com/UJbHNoVPZW0/')"
></span
>
768 <div
class="wrap"
>
769 <h1
>Slide
</h1
>
771 </section
></pre>
772 <p>How to
<a href=
"https://source.unsplash.com/">embed Unsplash photos
</a>?
</p>
774 <div class=
"content-left">
775 <h3>16 Different Backgrounds
</h3>
776 <ul class=
"text-cols">
777 <li><strong>.background
</strong> (cover)
</li>
778 <li>.background-top (cover)
</li>
779 <li>.background-bottom (cover)
</li>
780 <li>.background.light (opacity)
</li>
781 <li>.background.dark (opacity)
</li>
782 <li>.background-center
</li>
783 <li>.background-center-top
</li>
784 <li>.background-center-bottom
</li>
785 <li>.background-left
</li>
786 <li>.background-left-top
</li>
787 <li>.background-left-bottom
</li>
788 <li>.background-right
</li>
789 <li>.background-right-top
</li>
790 <li>.background-right-bottom
</li>
791 <li>.background-anim (animated)
</li>
792 <li>.
<strong>background-video
</strong> (fullscreen)
</li>
799 <span class=
"background-right-bottom" style=
"background-image:url('../static/images/iphone-hand.png')"></span>
801 <div class=
"content-left">
802 <h3>.background-(position)
</h3>
803 <p><code>.background-right-bottom
</code></p>
804 <ul class=
"flexblock specs">
807 <svg class=
"fa-wifi">
808 <use xlink:
href=
"#fa-wifi"></use>
810 <h2>Ultra-Fast WiFi
</h2>
811 Simple and secure file sharing.
816 <svg class=
"fa-battery-full">
817 <use xlink:
href=
"#fa-battery-full"></use>
819 <h2>All day battery life
</h2>
820 Your battery worries may be over.
825 <svg class=
"fa-life-ring">
826 <use xlink:
href=
"#fa-life-ring"></use>
828 <h2>Lifetime Warranty
</h2>
829 We'll fix it or if we can't, we'll replace it.
837 <section class=
"bg-black aligncenter">
838 <!-- Overlay/Opacity: [class*="bg-"] > .background.dark or .light -->
839 <span class=
"background dark" style=
"background-image:url('https://source.unsplash.com/UJbHNoVPZW0/')"></span>
841 <h1 class=
"text-landing text-shadow">Iceland
</h1>
842 <p><code>section[class*="bg-"]
> .background.dark
</code></p>
845 <section class=
"bg-black aligncenter">
846 <!-- Overlay/Opacity: [class*="bg-"] > .background.dark or .light -->
847 <span class=
"background light" style=
"background-image:url('https://source.unsplash.com/UJbHNoVPZW0/')"></span>
849 <h1 class=
"text-landing text-shadow">Iceland
</h1>
850 <p><code>section[class*="bg-"]
> .background.light
</code></p>
853 <section class=
"aligncenter bg-black">
854 <span class=
"background anim" style=
"background-image:url('https://source.unsplash.com/n9WPPWiPPJw/')"></span>
855 <!--.wrap = container (width: 90%) with fadein animation -->
857 <h2>.background.anim
</h2>
861 <section class=
"aligncenter">
863 <h2><strong>Flexible blocks
</strong></h2>
864 <p><code>ul.flexblock
</code> = Flexible blocks with auto-fill and equal height.
</p>
866 <ul class=
"flexblock">
869 <svg class=
"fa-bar-chart">
870 <use xlink:
href=
"#fa-bar-chart"></use>
874 Multipurpose: services, features, specs...
878 <svg class=
"fa-balance-scale">
879 <use xlink:
href=
"#fa-balance-scale"></use>
883 Multipurpose: benefits, clients, work...
888 <use xlink:
href=
"#fa-cog"></use>
892 Multipurpose: news, metrics, plans...
900 <div class=
"content-left">
901 <h3>Flexible Block =
<strong>.flexblock
</strong></h3>
902 <p>Auto-fill & Equal height columns:
</p>
903 <pre><ul
class="flexblock"
>
918 <div class=
"content-left">
919 <h3>Block Link = .flexblock.
<strong>blink
</strong></h3>
920 <p>Make the whole block clickable:
</p>
921 <pre><ul
class="flexblock blink"
>
939 <h3>ul.flexblock
</h3>
940 <ul class=
"flexblock">
943 <svg class=
"fa-bar-chart">
944 <use xlink:
href=
"#fa-bar-chart"></use>
948 Businesses that people love
952 <svg class=
"fa-balance-scale">
953 <use xlink:
href=
"#fa-balance-scale"></use>
957 Ethics of openness and good taste
962 <use xlink:
href=
"#fa-cog"></use>
966 Useful
→ Easy
→ Fast
→ Beautiful
970 <h3>ul.flexblock.blink
</h3>
971 <ul class=
"flexblock blink">
975 <svg class=
"fa-bar-chart">
976 <use xlink:
href=
"#fa-bar-chart"></use>
980 Businesses that people love
986 <svg class=
"fa-balance-scale">
987 <use xlink:
href=
"#fa-balance-scale"></use>
991 Ethics of openness and good taste
998 <use xlink:
href=
"#fa-cog"></use>
1002 Useful
→ Easy
→ Fast
→ Beautiful
1011 <h3>ul.flexblock.blink.border
</h3>
1012 <ul class=
"flexblock border blink">
1019 <li><a href=
""><strong>Facebook
</strong> 2016.- F8 Conference
</a></li>
1020 <li><a href=
""><strong>Airbnb
</strong>2015.- Creative Direction
</a></li>
1021 <li><a href=
""><strong>Microsoft
</strong> 2015.- Content Strategy
</a></li>
1022 <li><a href=
""><strong>The New York Times
</strong>2015.- Recruitment
</a></li>
1023 <li><a href=
""><strong>Netflix
</strong> 2014.- Mobile Apps
</a></li>
1024 <li><a href=
""><strong>Instagram
</strong>2014.- Identity
</a></li>
1025 <li><a href=
""><strong>Spotify
</strong> 2013.- TV Commercials
</a></li>
1033 <p><code>ul.flexblock.clients
</code></p>
1034 <ul class=
"flexblock clients">
1036 <a href=
"#" title=
"Client">
1038 <img class=
"blacklogo" src=
"../static/images/logos/google.svg" alt=
"Google">
1041 <p>Collaboration with the Acme team to design their mobile apps.
<code>img.blacklogo
</code></p>
1047 <a href=
"#" title=
"Client">
1049 <img class=
"blacklogo" src=
"../static/images/logos/microsoft.svg" alt=
"Microsoft">
1052 <p>Collaboration with the Acme team to design their mobile apps.
<code>img.blacklogo
</code></p>
1058 <a href=
"#" title=
"Client">
1060 <img class=
"blacklogo" src=
"../static/images/logos/instagram.svg" alt=
"Instagram">
1063 <p>Collaboration with the Acme team to design their mobile apps.
<code>img.blacklogo
</code></p>
1069 <a href=
"#" title=
"Client">
1071 <img class=
"blacklogo" src=
"../static/images/logos/netflix.svg" alt=
"Netflix">
1074 <p>Collaboration with the Acme team to design their mobile apps.
<code>img.blacklogo
</code></p>
1086 <p><code>ul.flexblock.clients.border
</code></p>
1087 <ul class=
"flexblock clients border">
1089 <a href=
"#" title=
"Client">
1091 <img class=
"blacklogo" src=
"../static/images/logos/google.svg" alt=
"Google">
1094 <p>Collaboration with the Acme team to design their mobile apps.
<code>img.blacklogo
</code></p>
1100 <a href=
"#" title=
"Client">
1102 <img class=
"blacklogo" src=
"../static/images/logos/microsoft.svg" alt=
"Microsoft">
1105 <p>Collaboration with the Acme team to design their mobile apps.
<code>img.blacklogo
</code></p>
1111 <a href=
"#" title=
"Client">
1113 <img class=
"blacklogo" src=
"../static/images/logos/instagram.svg" alt=
"Instagram">
1116 <p>Collaboration with the Acme team to design their mobile apps.
<code>img.blacklogo
</code></p>
1122 <a href=
"#" title=
"Client">
1124 <img class=
"blacklogo" src=
"../static/images/logos/netflix.svg" alt=
"Netflix">
1127 <p>Collaboration with the Acme team to design their mobile apps.
<code>img.blacklogo
</code></p>
1138 <h3>ul.flexblock.features
</h3>
1139 <ul class=
"flexblock features">
1142 <h2> <span>100<sup>%
</sup></span> customizable
</h2>
1148 <span><sup>$
</sup>48</span>
1149 <h2>Extra virgin olive oil
</h2>
1156 <svg class=
"fa-wifi">
1157 <use xlink:
href=
"#fa-wifi"></use>
1161 Simple file sharing.
1166 <h3>ul.flexblock.features.blink
</h3>
1167 <ul class=
"flexblock features blink">
1171 <span><sup>$
</sup>48</span>
1172 <h2>Extra virgin olive oil
</h2>
1181 <svg class=
"fa-wifi">
1182 <use xlink:
href=
"#fa-wifi"></use>
1186 Simple and secure file sharing.
1194 <section class=
"bg-primary">
1196 <h3>ul.flexblock.gallery
</h3>
1197 <ul class=
"flexblock gallery">
1201 <img alt=
"Thumbnail" src=
"https://source.unsplash.com/vCF5sB7QecM/800x600">
1212 <img alt=
"Thumbnail " src=
"https://source.unsplash.com/yvx7LSZSzeo/800x600">
1214 <h2>Ellen Daniels
</h2>
1223 <img alt=
"Thumbnail" src=
"https://source.unsplash.com/-sQ4FsomXEs/800x600">
1237 <h3>ul.flexblock.gallery + .overlay
</h3>
1238 <ul class=
"flexblock gallery">
1241 <div class=
"overlay">
1245 <img alt=
"Thumbnail " src=
"https://source.unsplash.com/-sQ4FsomXEs/800x600">
1250 <div class=
"overlay">
1252 <time datetime=
"2017-12-17T21:23:34-05:00">December
2017</time>
1254 <img alt=
"Thumbnail" src=
"https://source.unsplash.com/vCF5sB7QecM/800x600">
1259 <div class=
"overlay">
1260 <h2>Ellen Daniels
</h2>
1263 <img alt=
"Thumbnail" src=
"https://source.unsplash.com/yvx7LSZSzeo/800x600">
1272 <h3>ul.flexblock.metrics
</h3>
1273 <!-- li>a? Add blink = <ul class="flexblock metrics blink">-->
1274 <ul class=
"flexblock metrics">
1280 <svg class=
"fa-users">
1281 <use xlink:
href=
"#fa-users"></use>
1288 <svg class=
"fa-line-chart">
1289 <use xlink:
href=
"#fa-line-chart"></use>
1300 <svg class=
"fa-building-o">
1301 <use xlink:
href=
"#fa-building-o"></use>
1308 <svg class=
"fa-smile-o">
1309 <use xlink:
href=
"#fa-smile-o"></use>
1316 <svg class=
"fa-usd">
1317 <use xlink:
href=
"#fa-usd"></use>
1324 <svg class=
"fa-university">
1325 <use xlink:
href=
"#fa-university"></use>
1336 <h3>ul.flexblock.metrics.border
</h3>
1337 <!-- li>a? Add blink = <ul class="flexblock metrics blink">-->
1338 <ul class=
"flexblock metrics border">
1344 <svg class=
"fa-users">
1345 <use xlink:
href=
"#fa-users"></use>
1352 <svg class=
"fa-line-chart">
1353 <use xlink:
href=
"#fa-line-chart"></use>
1364 <svg class=
"fa-building-o">
1365 <use xlink:
href=
"#fa-building-o"></use>
1372 <svg class=
"fa-smile-o">
1373 <use xlink:
href=
"#fa-smile-o"></use>
1380 <svg class=
"fa-usd">
1381 <use xlink:
href=
"#fa-usd"></use>
1388 <svg class=
"fa-university">
1389 <use xlink:
href=
"#fa-university"></use>
1400 <h2 class=
"aligncenter">.flexblock.plans.blink
</h2>
1401 <p class=
"aligncenter">All content is for demo purposes only.
</p>
1402 <ul class=
"flexblock plans blink">
1404 <a href=
"#" title=
"Purchase">
1407 <span class=
"price">Free
</span>
1408 <p>Good karma. Just the essential features.
100% customizable. Make it yours.
</p>
1409 <span class=
"button">Select
</span>
1414 <a href=
"#" title=
"Purchase">
1417 <span class=
"price"><sup>$
</sup>4,
99 <sup>/month
</sup></span>
1418 <p>Clean markup with popular naming conventions. Minimum effort.
</p>
1419 <span class=
"button">Buy Now
</span>
1424 <a href=
"#" title=
"Purchase">
1425 <h2>Premium
<sup>(save
20%)
</sup></h2>
1427 <span class=
"price"><sup>$
</sup>40 <sup>/year
</sup></span>
1428 <p>Prototype faster. Create landings and portfolios. Unlimited projects.
</p>
1429 <span class=
"button">Select
</span>
1437 <section class=
"bg-purple">
1438 <div class=
"wrap size-50">
1439 <ul class=
"flexblock plans blink">
1441 <a href=
"#" title=
"Register">
1444 <span class=
"price">Free
</span>
1447 <svg class=
"fa-check">
1448 <use xlink:
href=
"#fa-check"></use>
1450 <strong>Free
</strong> forever
1453 <svg class=
"fa-check">
1454 <use xlink:
href=
"#fa-check"></use>
1456 <strong>Eternal
</strong> sunshine
1459 <svg class=
"fa-check">
1460 <use xlink:
href=
"#fa-check"></use>
1462 <strong>Ads
</strong>
1465 <span class=
"button ghost">Select
</span>
1470 <a href=
"#" title=
"Purchase">
1473 <span class=
"price"><sup>$
</sup>40 <sup>/year
</sup></span>
1476 <svg class=
"fa-check">
1477 <use xlink:
href=
"#fa-check"></use>
1479 <strong>Exclusive
</strong> content
1482 <svg class=
"fa-check">
1483 <use xlink:
href=
"#fa-check"></use>
1485 <strong>Unlimited
</strong> projects
1488 <svg class=
"fa-check">
1489 <use xlink:
href=
"#fa-check"></use>
1491 <strong>Unlimited
</strong> users
1494 <span class=
"button">Select
</span>
1503 <div class=
"card-50">
1504 <div class=
"flex-content">
1505 <h3>ul.flexblock.specs
</h3>
1506 <ul class=
"flexblock specs">
1509 <svg class=
"fa-wifi">
1510 <use xlink:
href=
"#fa-wifi"></use>
1512 <h2>Ultra-Fast WiFi
</h2>
1513 Simple and secure file sharing.
1518 <svg class=
"fa-battery-full">
1519 <use xlink:
href=
"#fa-battery-full"></use>
1521 <h2>All day battery life
</h2>
1522 Your battery worries may be over.
1527 <svg class=
"fa-life-ring">
1528 <use xlink:
href=
"#fa-life-ring"></use>
1530 <h2>Lifetime Warranty
</h2>
1531 We'll fix it or if we can't, we'll replace it.
1536 <!-- end .flex-content-->
1538 <img class=
"aligncenter" src=
"../static/images/android.png" alt=
"Pixel Phone">
1541 <!-- .end card-50 -->
1543 <section class=
"bg-gradient-gray">
1544 <!--.wrap = container (width: 90%) -->
1545 <div class=
"wrap size-50">
1546 <h3>.flexblock.reasons
</h3>
1548 <div class=
"bg-white shadow">
1549 <ul class=
"flexblock reasons">
1551 <h2>Why WebSlides? Work better, faster.
</h2>
1552 <p>Designers and marketers can now focus on the content. Simply
<a href=
"../demos" title=
"WebSlides Demos">choose a demo
</a> and customize it in minutes. Be memorable!
</p>
1555 <h2> Good karma. Just the essentials and using lovely CSS.
</h2>
1556 <p>WebSlides is about telling the story, and sharing it in a beautiful way. Hypertext and clean code as narrative elements.
</p>
1560 <!-- .end bg-white.shadow -->
1566 <h3>ul.flexblock.steps
</h3>
1567 <ul class=
"flexblock steps">
1568 <!-- li>a? Add blink = <ul class="flexblock steps blink">-->
1571 <svg class=
"fa-heartbeat">
1572 <use xlink:
href=
"#fa-heartbeat"></use>
1575 <h2>01. Passion
</h2>
1576 <p>When you're really passionate about your job, you can change the world.
</p>
1579 <div class=
"process step-2"></div>
1581 <svg class=
"fa-magic">
1582 <use xlink:
href=
"#fa-magic"></use>
1585 <h2>02. Purpose
</h2>
1586 <p>Why does this business exist? How are you different? Why matters?
</p>
1589 <div class=
"process step-3"></div>
1591 <svg class=
"fa-balance-scale">
1592 <use xlink:
href=
"#fa-balance-scale"></use>
1595 <h2>03. Principles
</h2>
1596 <p>Leadership through usefulness, openness, empathy, and good taste.
</p>
1599 <div class=
"process step-4"></div>
1601 <svg class=
"fa-cog">
1602 <use xlink:
href=
"#fa-cog"></use>
1605 <h2>04. Process
</h2>
1619 <h3>ul.flexblock.activity
</h3>
1620 <ul class=
"flexblock activity">
1622 <a href=
"#" title=
"UX Designer at ACME">
1631 This is a job description for the UX Designer role at ACME. Be concise. Content like a tweet:
2-
3 lines recommended.
1637 <a href=
"#" title=
"14 world famous buildings to inspire you">
1642 14 world famous buildings to inspire you
1645 From the Colosseum to the Chrysler building, get a dose of inspiration from
14 of the world's most famous buildings.
1650 <a href=
"#" title=
"Co-Founder of GAMMA">
1658 The culture within an organization is an essential part for success. This is a job description. Be concise.
2-
3 lines recommended.
1669 <div class=
"number">
1670 <p><span>Ag
</span></p>
1673 <div class=
"benefit">
1674 <p class=
"text-subtitle">Roboto in
<a target=
"_blank" href=
"https://www.google.com/fonts#QuickUsePlace:quickUse/Family:Roboto:400,700,700italic,400italic,300,300italic">Google Fonts
</a>.
</p>
1675 <h3><strong>The quick brown fox jumps over the lazy dog
</strong>.
</h3>
1676 <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ
</p>
1677 <p>abcdefghijklmnopqrstuvwxyz
</p>
1678 <p>1234567890(,.;:?!$&*)
</p>
1680 <!--end .benefit -->
1686 <section class=
"aligncenter">
1688 <h1 class=
"text-landing">Landings
</h1>
1689 <p><code>.text-landing
</code></p>
1693 <section class=
"aligncenter">
1695 <h1 class=
"text-landing">Landings
</h1>
1696 <p class=
"text-intro">Create a simple web presence.
</p>
1697 <p><code>.text-intro
</code> </p>
1701 <section class=
"aligncenter">
1703 <p class=
"text-subtitle">Powered by
<a href=
"https://twitter.com/search?f=tweets&vertical=default&q=%23WebSlides&src=typd">#WebSlides
</a> <code>.text-subtitle
</code></p>
1704 <h1 class=
"text-landing">Landings
</h1>
1705 <p class=
"text-intro">Create a simple web presence.
</p>
1709 <section class=
"bg-black aligncenter">
1710 <span class=
"background" style=
"background-image:url('https://source.unsplash.com/C1HhAQrbykQ/')"></span>
1712 <h1 class=
"text-landing text-shadow"><strong>Landings
</strong></h1>
1713 <p class=
"text-intro"><code>.text-shadow
</code></p>
1717 <section class=
"bg-apple aligncenter">
1718 <h2 class=
"text-data">4,
235,
678</h2>
1719 <p><code>.text-data
</code></p>
1722 <!--.wrap = container (width: 90%) with fadein animation -->
1724 <p class=
"text-context">Why WebSlides? .text-context
</p>
1725 <h2>WebSlides is incredibly easy and versatile. The easiest way to make HTML presentations.
</h2>
1731 <p><code>.text-cols (
2 columns)
</code></p>
1732 <div class=
"text-cols">
1733 <p><strong>Why WebSlides?
</strong> There are excellent presentation tools out there. WebSlides is about sharing content, essential features, and clean markup.
<strong>Each parent
<section
></strong> in the #webslides element is an individual slide.
</p>
1734 <p><strong>WebSlides help you build a culture of innovation and excellence
</strong>. When you're really passionate about your job, you can change the world. How to manage a design-driven organization? Leadership through usefulness, openness, empathy, and good taste.
</p>
1736 <ul class=
"flexblock metrics">
1739 <svg class=
"fa-phone">
1740 <use xlink:
href=
"#fa-phone"></use>
1742 Call us at
555.345.6789
1747 <svg class=
"fa-twitter">
1748 <use xlink:
href=
"#fa-twitter"></use>
1755 <svg class=
"fa-envelope">
1756 <use xlink:
href=
"#fa-envelope"></use>
1767 <div class=
"grid vertical-align">
1768 <div class=
"column">
1772 <p class=
"text-intro">Pixel's camera lets you take brilliant photos in low light, bright light or any light.
</p>
1773 <ul class=
"description">
1775 <span class=
"text-label">
1781 <span class=
"text-label">
1787 <span class=
"text-label">
1790 <a href=
"https://madeby.google.com/phone/">madeby.google.com/phone/
</a>
1795 <div class=
"column">
1797 <img src=
"../static/images/android.png" alt=
"Pixel Phone">
1808 <div class=
"cta text-serif">
1809 <div class=
"number">
1810 <p><span>Ag
</span></p>
1813 <div class=
"benefit">
1814 <p class=
"text-subtitle">Maitree in
<a target=
"_blank" href=
"https://fonts.google.com/specimen/Maitree">Google Fonts
</a>.
</p>
1815 <h3><strong>The quick brown fox jumps over the lazy dog
</strong>.
</h3>
1816 <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ
</p>
1817 <p>abcdefghijklmnopqrstuvwxyz
</p>
1818 <p>1234567890(,.;:?!$&*)
</p>
1820 <!--end .benefit -->
1826 <section class=
"aligncenter text-serif">
1827 <!--.wrap = container (width: 90%) with fadein animation -->
1829 <div class=
"content-left">
1830 <h2>WebSlides is incredibly easy and versatile.
</h2>
1831 <p><code>.text-serif
</code> (Maitree)
</p>
1833 <div class=
"content-left">
1834 <p>Each parent
<section
> in the #webslides element is an individual slide.
</p>
1835 <p>Clean markup with popular naming conventions. Minimum effort. Just focus on your content.
</p>
1841 <div class=
"wrap size-50">
1842 <h3><strong>What is Stendhal Syndrome?
</strong></h3>
1843 <p class=
"text-intro">Beauty overdose.
<code>.text-pull-right
</code></p>
1844 <p>Imagine that you are in Florence. If you suddenly start to feel that you literally cannot breathe, you may be experiencing Stendhal Syndrome.
</p>
1845 <p class=
"text-pull-right">Psychiatrists have long debated whether it really exists.
</p>
1846 <p>The syndrome is not only associated with viewing a beautiful place, but also good art.
</p>
1847 <p>The beauty of Italian art has a concentrated perfection and transcendent sensuality that is incredibly addictive.
</p>
1848 <p class=
"text-symbols">* * *
</p>
1852 <section class=
"bg-apple aligncenter">
1853 <h2>One more thing...
</h2>
1854 <p><code>.text-apple / .bg-apple
</code></p>
1856 <section class=
"aligncenter">
1858 <ul class=
"flexblock gallery">
1860 <a target=
"_blank" href=
"../demos/why-webslides.html" title=
"Why WebSlides?">
1862 <img alt=
"Thumbnail Why WebSlides?" src=
"https://webslides.tv/static/images/demos-why.png">
1864 <h2>Why WebSlides?
</h2>
1870 <a target=
"_blank" href=
"../demos/landings.html" title=
"Landings">
1872 <img alt=
"Thumbnail Landings" src=
"https://webslides.tv/static/images/demos-landings.png">
1880 <a target=
"_blank" href=
"../demos/portfolios.html" title=
"Portfolios">
1882 <img alt=
"Thumbnail Portfolios" src=
"https://webslides.tv/static/images/demos-portfolios.png">
1890 <a target=
"_blank" href=
"../demos/keynote.html" title=
"Apple Keynote">
1892 <img alt=
"Thumbnail Apple Keynote" src=
"https://webslides.tv/static/images/demos-apple.png">
1894 <h2>Apple Keynote
</h2>
1903 <section class=
"aligncenter">
1904 <!-- .wrap = container (width: 90%) -->
1906 <h2><strong>Start in seconds
</strong> </h2>
1907 <p class=
"text-intro">Create your own presentation instantly.
<br>120+ prebuilt slides ready to use.
</p>
1909 <a href=
"https://webslides.tv/webslides-latest.zip" class=
"button" title=
"Download WebSlides">
1910 <svg class=
"fa-cloud-download">
1911 <use xlink:
href=
"#fa-cloud-download"></use>
1916 <a href=
"https://www.paypal.me/jlantunez/8" title=
"Good karma :)">
1917 <svg class=
"fa-paypal">
1918 <use xlink:
href=
"#fa-paypal"></use>
1933 <script src=
"../static/js/webslides.js"></script>
1936 window.ws = new WebSlides();
1939 <!-- OPTIONAL - svg-icons.js (fontastic.me - Font Awesome as svg icons) -->
1940 <script defer
src=
"../static/js/svg-icons.js"></script>