diff --git a/2012-lightning-io/.DS_Store b/2012-lightning-io/.DS_Store new file mode 100644 index 0000000..df3d3d4 Binary files /dev/null and b/2012-lightning-io/.DS_Store differ diff --git a/2012-lightning-io/one/01_slide.md b/2012-lightning-io/one/01_slide.md new file mode 100644 index 0000000..eddddde --- /dev/null +++ b/2012-lightning-io/one/01_slide.md @@ -0,0 +1,86 @@ +!SLIDE bullets incremental huge transition=scrollLeft +# @bascht # +* Freelance DevOp +* First Meme Officer +* SEO Expert + +* *(Search Google for "bascht"!)* + +!SLIDE smaller transition=blindY +# I deleted my Bookface account. # + +!SLIDE smaller +# I deleted my Bookface account. # +# Twice. # + +!SLIDE smaller image center transition=fade +![Fry](fry.jpg) + + +!SLIDE code small transition=blindY +# /etc/hosts # +127.0.0.1 www.facebook.com facebook.com +127.0.0.1 static.ak.fbcdn.net www.static.ak.fbcdn.net +127.0.0.1 login.facebook.com www.login.facebook.com +127.0.0.1 fbcdn.net www.fbcdn.net +127.0.0.1 fbcdn.com www.fbcdn.com +127.0.0.1 static.ak.connect.facebook.com +127.0.0.1 www.static.ak.connect.facebook.com + +!SLIDE incremental bullets small transition=blindY +# Facebook is here to stay. # +* Deal with it. + +!SLIDE incremental bullets transition=blindY +# Where I may roam … # +* Like buttons +* Like boxes +* Facebook connect +* Facebook apps + +!SLIDE transition=blindY +# So, lets harvest it. # + +!SLIDE huge +# Facebook. # +!SLIDE huge co +# Faceblock. # + +!SLIDE huge code transition=blindY +# Faceblock. # + + @@@ruby + get :like, :map => "/plugins/like.php" do + track_this_shit + end + +!SLIDE smaller transition=blindY +# http://github.com/bascht/faceblock # + +!SLIDE center transition=blindY +![Offline](offline.png) + +!SLIDE center +![Offline](offline1.png) + +!SLIDE center +# Stats # +![Stats](stats.png) + +!SLIDE center +# Analyze! # +![Stats](map.png) + +!SLIDE huge transition=blindY +# Bonus # + +!SLIDE center +![Offline](peta.png) + +!SLIDE center +![Zuck](zuck.png) +[photo.php](http://www.facebook.com/photo.php?fbid=197661820345466&set=o.180973711913290&type=3&theater) + + +!SLIDE smaller +# http://github.com/bascht/faceblock # \ No newline at end of file diff --git a/2012-lightning-io/one/fry.jpg b/2012-lightning-io/one/fry.jpg new file mode 100644 index 0000000..6034140 Binary files /dev/null and b/2012-lightning-io/one/fry.jpg differ diff --git a/2012-lightning-io/one/map.png b/2012-lightning-io/one/map.png new file mode 100644 index 0000000..8280588 Binary files /dev/null and b/2012-lightning-io/one/map.png differ diff --git a/2012-lightning-io/one/offline.png b/2012-lightning-io/one/offline.png new file mode 100644 index 0000000..441986c Binary files /dev/null and b/2012-lightning-io/one/offline.png differ diff --git a/2012-lightning-io/one/offline1.png b/2012-lightning-io/one/offline1.png new file mode 100644 index 0000000..be7ece0 Binary files /dev/null and b/2012-lightning-io/one/offline1.png differ diff --git a/2012-lightning-io/one/peta.png b/2012-lightning-io/one/peta.png new file mode 100644 index 0000000..902c6a1 Binary files /dev/null and b/2012-lightning-io/one/peta.png differ diff --git a/2012-lightning-io/one/stats.png b/2012-lightning-io/one/stats.png new file mode 100644 index 0000000..9275363 Binary files /dev/null and b/2012-lightning-io/one/stats.png differ diff --git a/2012-lightning-io/one/zuck.png b/2012-lightning-io/one/zuck.png new file mode 100644 index 0000000..c68c94f Binary files /dev/null and b/2012-lightning-io/one/zuck.png differ diff --git a/2012-lightning-io/showoff.json b/2012-lightning-io/showoff.json new file mode 100644 index 0000000..ad987d1 --- /dev/null +++ b/2012-lightning-io/showoff.json @@ -0,0 +1 @@ +{ "name": "My Preso", "sections": [ {"section":"one"} ]} diff --git a/2012-lightning-io/style.css b/2012-lightning-io/style.css new file mode 100644 index 0000000..9c7a59a --- /dev/null +++ b/2012-lightning-io/style.css @@ -0,0 +1,27 @@ +body { +} + +.slide { + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); + background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + background-image: linear-gradient(top, #ffffff, #e6e6e6); + background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); +} + +.content { + font-family: "Ubuntu Mono", Courier, monospace; + text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25); + +} + +.subsection h1, +.subsection h2 { + font-weight: bold; + background-color: #750909; +} + +h1, h2 { + /* color: rgb(79, 180, 226); */ +}