Lesson 40 - Reveal - Slide Show
LEARN
Office Hours - Remaining Times
- 1:30-2:30 by Zoom
- Mon Nov 29, Wed Dec 1, Fri Dec 3
- If you need help please attend office hours
- Zoom: https://unco.zoom.us/j/99180652183
- Email: mark.seaman@unco.edu
Reading for Today
- Read 7.2 Mobile websites and browsers
- Follow Reading Schedule
Reveal.js
- HTML Presentation Framework
- Create slides in HTML or Markdown
- Lots of special effects
- Visit website - https://revealjs.com/
Setup JS and CSS libraries
- Minimal Install for Github Pages
- https://github.com/hakimel/reveal.js/archive/master.zip
- 6.3 MB
- Unzip to create "BACS200/reveal.js-master"
- I do not recommend Git Clone
- 415 MB
Run Demo
- cd "BACS200/reveal.js-master"
- open demo.html
- open index.html
BUILD
Install Reveal at Github Pages
- Unzip to create "BACS200/reveal.js-master"
- Commit and push
Create Slide Show
- Copy "reveal.js-master/index.html" to "bacs200/reveal-demo.html"
- Fix up JS and CSS references
- Example:
- < link rel="stylesheet" href="../../reveal.js-master/dist/reset.css" >
- Run locally and deploy