A single page presentation tool.
Filmo is an HTML document tailored for quick presentations. Check the demo at files.soveran.com/filmo.
Clone this repository, then edit the file index.html.
Each slide is contained in a <section> tag.
<section class="s1">
<p><span>This is a slide.</span></p>
</section>For each slide, you need to define the background image.
section.s3 { background-image: url("3.jpg"); }Finally, you need to put the images in this same folder.
Get started by cloning this repository:
git clone https://github.com/soveran/filmo.git
Then edit at will.