mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-29 07:50:08 +02:00
"what's in the download" at the beginning
This commit is contained in:
committed by
GitHub
parent
786db33861
commit
fed6f1b932
50
README.md
50
README.md
@@ -7,15 +7,34 @@
|
|||||||
|
|
||||||
Finally, everything you need to make HTML presentations, landings, and longforms in a beautiful way. Just the essentials. A new release (at least) every 8th day of the month — [https://webslides.tv/demos](https://webslides.tv/demos).
|
Finally, everything you need to make HTML presentations, landings, and longforms in a beautiful way. Just the essentials. A new release (at least) every 8th day of the month — [https://webslides.tv/demos](https://webslides.tv/demos).
|
||||||
|
|
||||||
* * *
|
|
||||||
### Download
|
|
||||||
Simply choose a demo and customize it in minutes. Latest version: [webslides.tv/webslides-latest.zip](https://webslides.tv/webslides-latest.zip).
|
|
||||||
* * *
|
|
||||||
|
|
||||||
|
|
||||||
### Why WebSlides? Productivity
|
### Why WebSlides? Productivity
|
||||||
This is about telling the story, and sharing it in a beautiful way. Just a basic knowledge of HTML and CSS is required. Designers, marketers, and journalists can now focus on the content.
|
This is about telling the story, and sharing it in a beautiful way. Just a basic knowledge of HTML and CSS is required. Designers, marketers, and journalists can now focus on the content.
|
||||||
|
|
||||||
|
* * *
|
||||||
|
### Download
|
||||||
|
Simply choose a demo and customize it in seconds. Latest version: [webslides.tv/webslides-latest.zip](https://webslides.tv/webslides-latest.zip).
|
||||||
|
* * *
|
||||||
|
|
||||||
|
|
||||||
|
### 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/
|
||||||
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Navigation (horizontal and vertical sliding): remote presenters, touchpad, keyboard shortcuts, and swipe.
|
- Navigation (horizontal and vertical sliding): remote presenters, touchpad, keyboard shortcuts, and swipe.
|
||||||
@@ -54,25 +73,6 @@ This is about telling the story, and sharing it in a beautiful way. Just a basic
|
|||||||
<article id="webslides" class="vertical">
|
<article id="webslides" class="vertical">
|
||||||
```
|
```
|
||||||
|
|
||||||
### 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 (classes)
|
### CSS Syntax (classes)
|
||||||
|
|
||||||
- Typography: `.text-landing`, `.text-data`, `.text-intro`...
|
- Typography: `.text-landing`, `.text-data`, `.text-intro`...
|
||||||
|
Reference in New Issue
Block a user