Skip to content

theno/presi-nacken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tatort Schreibtisch

Rücken- und andere Leiden lindern

In dieser Präsentation geht es um einseitige Belastungen des Körpers durch das viele Sitzen vorm Rechner. Es wird auf die Einseitigkeit und Art der Belastung auf den Körper eingegangen. Und es werden Übungen und Strategien gezeigt, um die einseitigen Belastungen möglichst auszugleichen.


Technical Details

This is a reveal.js presentation (source) which means that this presentation is a static HTML5 website using a lot of JavaScript and CSS.

The presentation itself (file slides.md) is written in markdown.

Open The Presentation:

Several possibilities exist:

Open index.html Directly

Just open file index.html with Firefox:

firefox index.html

(Does not work with Chromium which does not import the markdown file slides.md.)

Serve locally

Assure the symbolic links exist required for starting from within the subdir reveal.js:

ln -snf  ../img  img
ln -snf  ../index.html  index.html
ln -snf  ../reveal.js  reveal.js
ln -snf  ../slides.md  slides.md

Change into reveal.js subdir, update third libs and start the site:

cd reveal.js
npm update  # only required once
npm start

Open with your browser:

http://localhost:8000

Hints:

  • Works better (and smoother) with Chromium than with Firefox
  • Speaker Notes (push 's') and PDF export require Chromium/Chrome

Open github.io page

If this repo has its origin master repo at github and githup page is configured to build from 'master' branch open this URL:

https://theno.github.io/presi-nacken

Create PDF

You need the URL of the presentation, either served locally or from github. Then, use decktape:

cd ~/bin/decktape/active && \
./phantomjs decktape.js --size 1280x800  URL  ~/repos/my_presi/my_presi.pdf

(decktape install command)

Or just print the slides.md rendered by github into a PDF:

https://github.com/theno/presi-nacken/blob/master/slides.md

About

Schreibtischtäter-Leiden lindern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published