Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 1.62 KB

solution.md

File metadata and controls

59 lines (30 loc) · 1.62 KB

!SLIDE full-page-image

Exploded

AWAITING PERMISSION Image courtesy of purplemattfish (CC)

!SLIDE

<HTML />

!SLIDE full-page-image

Scott Chacon

Image courtesy of Fraser Speirs (CC)

!SLIDE full-page-image

Ruby

AWAITING PERMISSION Image courtesy of JOBAfunky (CC)

!SLIDE

Write slides in markdown

![Showing off](peafowl.jpg "Showing off")

Image courtesy of [rappensuncle](http://www.flickr.com/photos/rappensuncle/146681779/)

# Showing off with Ruby #

## by Joel Chippindale ##

!SLIDE

...and sprinkle on a bit of

CSS

@@@ css
.slide {
  border: 1px solid #fff;
}

Javascript

@@@ javascript
function showFirstSlide() {
  slidenum = 0;
  showSlide();
}