Skip to content

SolidStateDepot/s5-presentation-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSD S5 Presentation Template

Use this template to make more S5 presentations. Use this README to describe your presentation when you're done.

This is an S5 presentation. There is a printer-friendly version.

How To Make a New Presentation

  1. Download this repository as a Zip.
  2. Edit your presentation.
  3. The HTML source code shows how to make more slides. Just copy the Slide
    as many times as you need and edit. You don't need the notes, and sound is disabled here by default.
  4. Besides adding styles, avoid messing with the S5 CSS. Try to stick to the presentation constraints. If that won't work then then next best option is to force printer friendly with the 'defaultView' setting in slides.js. If that isn't acceptable then Free says, "You'll need to know your CSS - I have a prototype that scrolls and has a TOC, obviously covered under the same license, ask me about it".

Upload to SSD Github Pages

When you're done editing, upload your repo to the SSD Github as a Github Pages website. Here's how:

  1. Become a member of SSD
  2. Get access to the SSD Github repo
  3. Create a new Github repo.
  4. Now, almost follow the steps to init an existing repo as provided on Github.com, except:
  5. git init .
  6. git checkout -b gh-pages
  7. create/edit README.MD
  8. git add .
  9. git commit -m "first commit"
  10. git remote add origin [url-provided-by-github]
  11. git push origin gh-pages

To get the URL of your presentation go to the Github repo's settings -- the 'gear' icon/button on the Github.com right-side toolbar.

Contribute

S5 is one of the original single page applications (SPA) for the web. Code for the web often stops working on modern browsers after 8+ years, but S5 still works. The day S5 stops working is the day browsers no longer support CSS2. Other SPA frameworks can do the same and more than S5 (in fact, they are descendants of S5) but trade power for elegance, SEO, and accessibility. S5 could use some CSS3 updates, more themes are usually welcome, and features like embedded maps, movies, or SVG would be cool -- there are ways to do these tasks in S5-style. The theme here is scala_utf, how about modifying it for the SSD brand?

About

Bare-bones S5 v.3 presentation for SSD convenience

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published