dataEconomy/initial-slides.md

32 lines
720 B
Markdown
Raw Normal View History

2016-02-29 19:31:32 +01:00
# Hacker Slides
### Hack together simple slides
---
## The Basics
- Separate slides using '`---`' on a blank line
- Write github flavored markdown
- Click 'Present' (top right) when you're ready to talk
---
## Quick tips
- There is also a speaker view, with notes - press '`s`'
- Press '`?`' with focus on the presentation for shortcuts
- <em>You can use html when necessary</em>
- Share the 'Present' URL with anyone you like!
Note:
- Anything after `Note:` will only appear here
---
## Learn more
- [RevealJS Demo/Manual](http://lab.hakim.se/reveal-js)
- [RevealJS Project/README](https://github.com/hakimel/reveal.js)
- [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown)