1 # minslides
2
3 A single web page presentation slide tool that is just ridiculously small and simple.
4
5 * Keyboard slide navigation!
6 * Style with _real_ CSS!
7 * Mark up your content with HTML technology!
8 * Presentation also doubles as a web page!
9
10 Just add slides like so:
11
12 <div class="slide">
13 <h1>Hello world!</h1>
14 <p>This is <strong>minslides</strong>, the minimalistic HTML slide presentation "framework".
15 <p>Press the <strong>J</strong> key on your keyboard to go the next slide.
16 </div>
17
18 The whole thing is in `minslides.html` which serves as a complete demo, documentation, and
19 the starting point for your own presentation. Enjoy!
20
21 To see how surprised I was at how easy it is to do something like this in the year 2023, check out
22 the OFFICIAL WEB PAGE of minslides:
23
24 http://ratfactor.com/minslides
25
26 And here is a REAL TALK made with minslides:
27
28 [Forth Talk 2023](http://ratfactor.com/forth/forth_talk_2023.html)