Skip to content

paylesworth/web230

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slides for WEB230

Slides are written in markdown in Marp format. Notes are process from the same files. Install node and marp command line. In the folder you are using for presentations, run npm install to download the needed modules. Then you can process all slides with:

$ gulp

gulp will regenerate all HTML files but only process changed PDF files.

To delete all PDF and HTML files:

$ gulp clean

Processing for notes

  • All --- horizontal rules are removed.

  • If a slide continues over more than one slide, end a heading with Continued … and the heading will be removed from the notes so there is only one.

  • All <br> tags will be replaced with a space in the notes. If you want to keep it make it a <br/> instead.

  • The closing "Sun Shine" slide is removed.

Marp themes

Marp comes with two themes but you can write your own.

Sunshine Slide

To finish the presentation I like to include a Sunshine Slide. This just let me know I have reached the end without just bumping into a slide that won't change.

Use the following at the end of the slide deck:

---

<!--
_class: lead
_footer: ""
_paginate: false
-->

#

About

Slide presentations for WEB230 JavaScript 1.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages