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.
- Host: GitHub
- URL: https://github.com/magnetikonline/lofi-presentation-deck
- Owner: magnetikonline
- License: mit
- Created: 2017-04-13T09:07:35.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T23:22:51.000Z (over 4 years ago)
- Last Synced: 2025-01-11T13:45:42.088Z (over 1 year ago)
- Topics: html, ignite, slide-deck
- Language: CSS
- Homepage: https://magnetikonline.github.io/lofi-presentation-deck/
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

## 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).