Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/we-lib/yellow
A fork of the slides plugin on creativision
https://github.com/we-lib/yellow
Last synced: about 1 month ago
JSON representation
A fork of the slides plugin on creativision
- Host: GitHub
- URL: https://github.com/we-lib/yellow
- Owner: we-lib
- Created: 2014-11-18T13:08:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T13:26:19.000Z (about 10 years ago)
- Last Synced: 2024-10-12T22:16:18.383Z (3 months ago)
- Language: CSS
- Homepage: http://fritx.github.io/yellow/demo
- Size: 629 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yellow
> A fork of the slides plugin on
Demo:
## Usage
```jade
#my_slides.slides
ul.slide-pic
li
h3 Picture 1
img(src="1.png")
li
h3 Picture 2
img(src="2.png")
li
h3 Picture 3
img(src="3.png")
``````js
$('#my_slides').yellow()
```