mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-18 19:02:00 +02:00
WebSlides 0.1
This commit is contained in:
committed by
GitHub
parent
7df5ad66f1
commit
db73f4932a
85
README.md
Normal file
85
README.md
Normal file
@@ -0,0 +1,85 @@
|
|||||||
|
# WebSlides = Good Karma
|
||||||
|
Finally, everything you need to make HTML presentations in a beautiful way. Just the essentials and using lovely CSS. You can create your own presentation instantly. Simply choose a demo and customize it in minutes — [https://webslides.tv/demos](https://webslides.tv/demos)
|
||||||
|
|
||||||
|
### Why it's so cool?
|
||||||
|
WebSlides is really fast, versatile, and inspiring. Just a basic knowledge of HTML and CSS is required.
|
||||||
|
|
||||||
|
### Features
|
||||||
|
Version 0.1 (Jan 8, 2017):
|
||||||
|
|
||||||
|
- Navigation (horizontal and vertical sliding): trackpad, keyboard shorcuts, and swipe.
|
||||||
|
- Slide counter.
|
||||||
|
- Permalinks: go to a specific slide.
|
||||||
|
- Simple CSS alignments. Put content wherever you want (vertical centering...)
|
||||||
|
- 40+ components: background images/videos, quotes, cards, covers...
|
||||||
|
- Flexible blocks with auto-fill and equal height.
|
||||||
|
- Fonts: Roboto, Maitree (Serif), and San Francisco.
|
||||||
|
- Vertical rhythm (use multiples of 8).
|
||||||
|
|
||||||
|
### Markup
|
||||||
|
|
||||||
|
- Code is clean and scalable. It uses intuitive markup with popular naming conventions. There's no need to overuse classes or nesting.
|
||||||
|
- Each parent <code><section></code> in the #webslides element is an individual slide.
|
||||||
|
|
||||||
|
<pre><article id="webslides">
|
||||||
|
<section>
|
||||||
|
<h1>Slide 1</h1>
|
||||||
|
</section>
|
||||||
|
<section class="bg-black aligncenter">
|
||||||
|
<span class="code-comment"><!-- .wrap = container 1200px --></span>
|
||||||
|
<div class="wrap">
|
||||||
|
<h1>Slide 2</h1>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</article></pre>
|
||||||
|
|
||||||
|
#### Vertical Sliding
|
||||||
|
|
||||||
|
<pre><article id="webslides" class="vertical"></pre>
|
||||||
|
|
||||||
|
### What's in the download?
|
||||||
|
|
||||||
|
The download includes demos and images (devices and logos).
|
||||||
|
All content is for demo purposes only. Images are property of their respective owners.
|
||||||
|
|
||||||
|
```
|
||||||
|
webslides/
|
||||||
|
├── index.html
|
||||||
|
├── css/
|
||||||
|
│ ├── base.css
|
||||||
|
│ └── colors.css
|
||||||
|
│ └── svg-icons.css (optional)
|
||||||
|
├── js/
|
||||||
|
│ ├── webslides.js
|
||||||
|
│ └── svg-icons.js (optional)
|
||||||
|
└── demos/
|
||||||
|
└── images/
|
||||||
|
```
|
||||||
|
|
||||||
|
### CSS Syntax
|
||||||
|
|
||||||
|
- Typography Classes: .text-landing, .text-data, .text-intro...
|
||||||
|
- Background Colors: .bg-primary, .bg-apple, .bg-blue...
|
||||||
|
- Background Images: .background,.background-center-bottom...
|
||||||
|
- Cards: .card-50, .card-40...
|
||||||
|
- Flexible Blocks: .flexblock.clients, .flexblock.metrics...
|
||||||
|
|
||||||
|
|
||||||
|
### Extensions
|
||||||
|
|
||||||
|
You can add:
|
||||||
|
- [Unsplash](https://unsplash.com) photos
|
||||||
|
- [animate.css](https://daneden.github.io/animate.css)
|
||||||
|
- [particles.js](github.com/VincentGarreau/particles.js)
|
||||||
|
- [pt](http://williamngan.github.io/pt/)
|
||||||
|
|
||||||
|
### License
|
||||||
|
|
||||||
|
WebSlides is licensed under the [MIT License](https://opensource.org/licenses/MIT).
|
||||||
|
Use it to make something cool.
|
||||||
|
|
||||||
|
### Credits
|
||||||
|
|
||||||
|
- WebSlides was created by [@jlantunez](https://twitter.com/jlantunez) using [Cactus](http://cactusformac.com/).
|
||||||
|
- Thanks [@LuisSacristan](https://twitter.com/luissacristan) for the javascript code :)
|
||||||
|
- Based on [SimpleSlides](https://github.com/jennschiffer/SimpleSlides), by [@JennSchiffer](https://twitter.com/jennschiffer).
|
Reference in New Issue
Block a user