Just another slideshow made as a Side Project.
Source Code available on Github
Use ◄ / ► to begin Slideshow
code { display: inline-block; padding: 1px; font-size: 2em; font-family: monospace; border: 1px solid white; }
Written in `pre` tag
Press `f` to toggle fullscreen
Slide Number is maintained in the URL.
So, it loads from the current slide if Page is Refreshed rather than starting from the beginning.
Markup is very simple.
Load in the `CSS` & `JS` file.
Add a `div` with an `id` of `slides`
which is a container & its children are the actual slides
which are `div`
with a class of `slide` which has a heading for the `Title` & a paragraph for the `Description`.
<div id="slides">
<div class="slide">
<h1>Heading 1</h1>
<p>Description 1</p>
</div>
<div class="slide">
<h1>Heading N..</h1>
<p>Description N..</p>
</div>
</div>
Variety of Themes to use.
Some of the Themes are given below.
You can even make your own theme
by changing just 10 lines of code.
How to Customize your own Theme or to Create a new Theme is given on the Official Website.
Head over to the Official Website.
Create an awesome slideshow now !!
Hopefully you won't require PowerPoint Now :>
Thanks for watching :)