Skip to content

inkel/filmo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filmo

A single page presentation tool.

Description

Filmo is an HTML document tailored for quick presentations. Check the demo at files.soveran.com/filmo.

Usage

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.

Getting Started

Get started by cloning this repository:

git clone https://github.com/soveran/filmo.git

Then edit at will.

About

A single page presentation tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors