_    _ _______ __  __ _            _ _     _           
 | |  | |__   __|  \/  | |          | (_)   | |          
 | |__| |  | |  | \  / | |       ___| |_  __| | ___  ___ 
 |  __  |  | |  | |\/| | |      / __| | |/ _` |/ _ \/ __|
 | |  | |  | |  | |  | | |____  \__ \ | | (_| |  __/\__ \
 |_|  |_|  |_|  |_|  |_|______| |___/_|_|\__,_|\___||___/
                                                         
                                                         


A template for simple HTML slides

Why?

I tend forget mark down syntax details, and often find myself using HTML anyway.

I'm sick of bloat and often just want a fast and easy slide environment.

That is, I wrote this for myself but you're welcome to use it if you like it.

HTML and CSS are pretty easy to use and give you


Using this template:

Wrap each slide in a "slide" div element like so: <div class="slide"> Your slide here.... </div>



...and place your slides in-between the <!--BEGIN SLIDES--> and <!--END OF SLIDES--> markers in this document.

You can put your slides on a web site or display them in a local web browser using the Python simple HTTP server:
cd (to your slide directory) python -m SimpleHTTPServer Then point your browser to http://localhost:8000

Tips

1