hbz / slides

Slides from hbz presentations published with reveal.js

Home Page:http://slides.lobid.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the repo where the group "Offene Infrastruktur" from the hbz crafts their slides.

Getting started

Copy all files of a directory to a properly named new one. Change into it and edit index.html. This file holds everything you need, besides some images you may want to add/remove in the img directory.

Change marker on the left bottom

To change the marker at the slides search for Reveal.addEventListener at the end of index.html. It's structured like this:

Reveal.addEventListener('$referenceName', function () { document.querySelector('#footer-left').innerHTML = '$marker'; });

Adapt it to your need. Reference the marker in your slides: <section data-state="$referenceName">

Make a PDF

Follow #59.

The slides will be published via GitHub Pages to http://hbz.github.io/slides/<directory-name> (and hence resolved by our web proxy at https://slides.lobid.org/<directory-name>) when pushed into master. GitHub Pages takes its time so you need a little patience!

To add the slides to the overview at https://slides.lobid.org/ one has to update the index.html at the root level of this repository.

About

Slides from hbz presentations published with reveal.js

http://slides.lobid.org/


Languages

Language:JavaScript 46.6%Language:CSS 32.6%Language:HTML 12.5%Language:SCSS 8.3%Language:Shell 0.0%