Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

reveal.js working/bootstrap example

I found reveal.js but I couldn't find a simple working example.
I found this but they are either too complex or cannot find the source.

Does anyone have a simple example?

like image 892
Manuela Savianu Avatar asked Oct 18 '22 03:10

Manuela Savianu


1 Answers

The reveal.js repository on GitHub is in itself a demo for a simple presentation.

You can simply fork the project on GitHub, clone the fork to your local file system and edit the index.html file in the root directory to get started with your presentation.

I myself have created several presentations this way, most recently this one: https://github.com/pahund/devugees-prez-oct2017

If you create your presentation on a special Git branch named gh-pages, you can even view it online without having to deploy it to a server, for example: https://pahund.github.io/devugees-prez-oct2017/

like image 87
Patrick Hund Avatar answered Oct 21 '22 04:10

Patrick Hund