Skip to content

jonatan-ivanov/seajug-intro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeaJUG Meeting Introduction Template

This template uses Reveal.js to construct a meeting intro for the Chicago Java Users Group.

Creating an intro

We can use the git flow model to create feature branches and releases for each meeting.

This allows us to change only the parts that vary between meetings and leave everything else in place.

Showing the intro

Execute the following command from shell:

python -m SimpleHTTPServer

or if python 3

python3 -m http.server

Then point your browser at http://localhost:8000

Production

The project is hosted on GitHub Pages: https://windust.github.io/seajug-intro/

About

Seajug Intro Slides

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.1%
  • CSS 29.1%
  • HTML 9.8%
  • SCSS 5.0%