$EDITOR
, not PowerPointA list where items build:
Another list, but items fade as they build:
target="_self"
to the link.Press 'h' to highlight important sections of code (wrapped in <b>
).
// Say hello world until the user starts questioning // the meaningfulness of their existence. function helloWorld(world) { for (var i = 42; --i >= 0;) { alert('Hello ' + String(world)); } }
// Say hello world until the user starts questioning // the meaningfulness of their existence. function helloWorld(world) { for (var i = 42; --i >= 0;) { alert('Hello ' + String(world)); } }
<style> p { color: pink } b { color: blue } </style>
<!DOCTYPE html> <html> <head> <title>My Awesome Page</title> </head> <body> <p>Hello world</p> <body> </html>
Press 'p' to toggle speaker notes.
Add ?presentme=true
to the URL to enabled presenter mode.
This setting is sticky, meaning refreshing the page will persist presenter mode.
Hit ?presentme=false
to disable presenter mode.
Column 1 | Column 2 | Column 3 | Column 4 | |
---|---|---|---|---|
Row 1 | placeholder | placeholder | placeholder | placeholder |
Row 2 | placeholder | placeholder | placeholder | placeholder |
Row 3 | placeholder | placeholder | placeholder | placeholder |
Row 4 | placeholder | placeholder | placeholder | placeholder |
Row 5 | placeholder | placeholder | placeholder | placeholder |
Column 1 | Column 2 | Column 3 | Column 4 | |
---|---|---|---|---|
Row 1 | placeholder | placeholder | placeholder | placeholder |
Row 2 | placeholder | placeholder | placeholder | placeholder |
Row 3 | placeholder | placeholder | placeholder | placeholder |
Row 4 | placeholder | placeholder | placeholder | placeholder |
Row 5 | placeholder | placeholder | placeholder | placeholder |
Header 1 | placeholder | placeholder | placeholder |
---|---|---|---|
Header 2 | placeholder | placeholder | placeholder |
Header 3 | placeholder | placeholder | placeholder |
Header 4 | placeholder | placeholder | placeholder |
Header 5 | placeholder | placeholder | placeholder |
This is an example of quote text.
.small | .medium | .large | .huge | .ginormous |
Install Harp, if you don't already have it:
npm install -g harp
Create a new slide deck:
harp init [name] -b pandastrike/panda-slides
NOTE: If name
is omitted, slides will be created in the current directory.
Start a server for live preview:
harp server -p 1337
Open your browser and go to http://localhost:1337/
index.jade
after creating a new slide set and customize awayimages/
styles/
When you're ready to upload your slides to a web server, simply run
harp compile -o slides
From the your slide directory.
Your static HTML slides can then be found in a subdirectory called slides/
Important contact information goes here.