blob: 1e2a62c71bd6e40482271536296fb5ba0a9edf9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
Leap Presentations
==================
Clone repo:
git clone https://leap.se/git/leap_presentations
cd leap_presentations
Some presentations use reveal-ck gem, which makes using reveal.js much easier. Some presentations use reveal.js directly.
If using reveal-ck:
sudo gem install reveal-ck
cd <presentation>
edit slides.haml or config.yml
reveal-ck generate
open slides/index.html
If using reveal.js directly:
git pull
git submodule sync && git submodule update --init
edit and open html files directly
Directory Layout
----------------
* `tools/` : submodule(s) for tools used by the presentations, i.e. reveal-js (HTML Presentation Framework)
* `img/`: images
Presentations
-------------
* `overview`
basic presentation (wip), currently german version is behind english
use `file:///home/varac/leap/git/leap_presentations/overview/en.html` url in browser to start
* `ta3m`
draft of ta3m slides.
Uses reveal-ck
Reveal Options
-------------------------
* transition options: zoom, fast, fade, slide
* keys:
* f: fullscreen mode
* o: overview mode
* esc: exit fullscreen or overview modes.
|