An open API service indexing awesome lists of open source software.

https://github.com/magnetikonline/lofi-presentation-deck

Presentation deck template for the browser - with a simple print output of a slide per page.
https://github.com/magnetikonline/lofi-presentation-deck

html ignite slide-deck

Last synced: about 1 month ago
JSON representation

Presentation deck template for the browser - with a simple print output of a slide per page.

Awesome Lists containing this project

README

          

# Lo-Fi presentation deck

A basic presentation deck template for the browser which produces nice print output with a slide per page.

Put together after presenting an [ignite talk](https://en.wikipedia.org/wiki/Ignite_(event)), deciding I was over the complexities and annoyances of Powerpoint (and related) and that authoring in just HTML allows for a more precise layout.

- [Features](#features)
- [Example](#example)
- [Credits](#credits)

## Features

- Just static HTML/CSS.
- Automatic page numbering in the footer via a little JavaScript.
- Each slide a single print page (via CSS `page-break-after`) - just print to PDF and present with your favorite viewer.
- Intentionally provides a limited set of styles:
- Single heading
- Paragraph
- Lists
- Code blocks/inline
- Tables (but not _really_ ideal for this format)
- Images (responsive, single per slide)

... and not a single star wipe in sight:

![Homer and Flanders](https://media.giphy.com/media/l2JefZLtstHfXIbh6/giphy.gif)

## Example

View here: https://magnetikonline.github.io/lofi-presentation-deck/

## Credits

Font is [Roboto Slab](https://fonts.google.com/specimen/Roboto+Slab) from [Christian Robertson](https://twitter.com/cr64).