Skip to content

Commit

Permalink
Reorder slides
Browse files Browse the repository at this point in the history
  • Loading branch information
mocoso committed Feb 10, 2010
1 parent 2d1a474 commit 80bfaa2
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 73 deletions.
65 changes: 65 additions & 0 deletions benefits/benefits.md
@@ -0,0 +1,65 @@
!SLIDE

# In source control #

"Have you checked your files in note like this" http://www.flickr.com/photos/simbolism/3854554155/


!SLIDE

@@@ diff
diff --git a/example/bonus/bonus.md b/example/bonus/bonus.md
index 7d359ff..3327815 100644
--- a/example/bonus/bonus.md
+++ b/example/bonus/bonus.md
@@ -1,8 +1,7 @@
-# Easy to add functionality #
+# Customisable #

+ @@@ javascript

!SLIDE

# Code highlighting #

@@@ ruby
require 'sinatra/base'

class MyApp < Sinatra::Base
set :sessions, true
set :foo, 'bar'

get '/' do
'Hello world!'
end
end


!SLIDE

# Customisable #

@@@ javascript
function pechaKucha()
{
setInterval(function() {
nextStep();
}, 20000);
}


!SLIDE full-page-image

![Text editor](texteditor.png "Text editor")


!SLIDE full-page-image

![Web](internet.jpg "Web")

Image courtesy of <span xmlns:cc="http://creativecommons.org/ns#" about="http://www.flickr.com/photos/sebjoguet/162330937/"><a rel="cc:attributionURL" href="http://www.flickr.com/photos/sebjoguet/">Seb Joguet</a> <a rel="license" href="http://creativecommons.org/licenses/by-nc/2.0/">(CC)</a></span>


!SLIDE center

<img src="opera.png" height="700" width="700" alt="Opera" />
File renamed without changes
File renamed without changes
File renamed without changes
11 changes: 0 additions & 11 deletions bonus/bonus.md

This file was deleted.

File renamed without changes
7 changes: 7 additions & 0 deletions problem/problem.md
Expand Up @@ -3,6 +3,13 @@
![Powerpoint](powerpoint.jpg "Powerpoint")


!SLIDE full-page-image

![A speaker](lessig.jpg "Lawrence Lessing speaking")

<p>Image courtesy of <span xmlns:cc="http://creativecommons.org/ns#" about="http://www.flickr.com/photos/scobleizer/2236177028/"><a rel="cc:attributionURL" href="http://www.flickr.com/photos/scobleizer/">Robert Scoble</a> <a rel="license" href="http://creativecommons.org/licenses/by/2.0/">(CC)</a></span></p>


!SLIDE full-page-image

![Lock](lock.jpg "Lock")
Expand Down
2 changes: 1 addition & 1 deletion showoff.json
Expand Up @@ -2,7 +2,7 @@
{"section":"title"},
{"section":"problem"},
{"section":"solution"},
{"section":"bonus"},
{"section":"benefits"},
{"section":"howto"},
{"section":"close"}
]
53 changes: 0 additions & 53 deletions solution/solution.md
Expand Up @@ -57,56 +57,3 @@ AWAITING PERMISSION Image courtesy of <span xmlns:cc="http://creativecommons.org
}


!SLIDE

# Code highlighting #

@@@ ruby
require 'sinatra/base'

class MyApp < Sinatra::Base
set :sessions, true
set :foo, 'bar'

get '/' do
'Hello world!'
end
end


!SLIDE

# In source control #

"Have you checked your files in note like this" http://www.flickr.com/photos/simbolism/3854554155/


!SLIDE

@@@ diff
diff --git a/example/bonus/bonus.md b/example/bonus/bonus.md
index 7d359ff..3327815 100644
--- a/example/bonus/bonus.md
+++ b/example/bonus/bonus.md
@@ -1,8 +1,7 @@
-# Easy to add functionality #
+# Customisable #

+ @@@ javascript


!SLIDE full-page-image

![Text editor](texteditor.png "Text editor")


!SLIDE full-page-image

![Web](internet.jpg "Web")

Image courtesy of <span xmlns:cc="http://creativecommons.org/ns#" about="http://www.flickr.com/photos/sebjoguet/162330937/"><a rel="cc:attributionURL" href="http://www.flickr.com/photos/sebjoguet/">Seb Joguet</a> <a rel="license" href="http://creativecommons.org/licenses/by-nc/2.0/">(CC)</a></span>


!SLIDE center

<img src="opera.png" height="700" width="700" alt="Opera" />
9 changes: 1 addition & 8 deletions title/title.md
Expand Up @@ -6,11 +6,4 @@

# Showing off with Ruby #

## Joel Chippindale ##


!SLIDE full-page-image

![A speaker](lessig.jpg "Lawrence Lessing speaking")

<p>Image courtesy of <span xmlns:cc="http://creativecommons.org/ns#" about="http://www.flickr.com/photos/scobleizer/2236177028/"><a rel="cc:attributionURL" href="http://www.flickr.com/photos/scobleizer/">Robert Scoble</a> <a rel="license" href="http://creativecommons.org/licenses/by/2.0/">(CC)</a></span></p>
## Joel Chippindale ##

0 comments on commit 80bfaa2

Please sign in to comment.