Sideshow
Sideshow exists because I didn’t enjoy using any of the Keynote/Powerpoint-alternative packages I tried.
It’s made for me. Maybe it tickles your fancy, too.
https://rcrowley.org/sideshow/
Demo
Nothing up my sleeve but HTML.
Lists
- Steal underpants.
- ???
- Profit!
- Hello!
- Is there anybody in there?
- Just nod if you can hear me.
- Is there anyone at home?
Code blocks and spans
#include <stdio.h>
int main(int argc, char **argv) {
printf("Hello, World!\n");
return 0;
}
:(){ :|:& };:
is a fun bit of code to run in your shell!
Images
Sideshow, it’s the opposite of this:
Images
First-level heading
Second-level heading
Third-level heading
Fourth-level heading
Fifth-level heading
Sixth-level heading
Any HTML you like
(This is a bunch of flexbox nonsense, to save you the view-source. Resize your browser window to see.)
- Designing
- for
- mobile
- and
- desktop
- browsers
- isn’t
- pixel-
- perfect.
- Nevertheless:
- With
font-size: 200%
- and
line-height: 1.5em
,
- ← lines fit on typical laptops.
- And,
- though
- they’re
- horizontally
- constrained,
- with
font-size: 125%
- and
line-height: 1.5em
,
- ← lines fit on recent iPhones.