Skip to content

Commit

Permalink
Lightning.io 2012
Browse files Browse the repository at this point in the history
  • Loading branch information
bascht committed Jul 21, 2012
1 parent 96c005f commit 18a5c8d
Show file tree
Hide file tree
Showing 11 changed files with 114 additions and 0 deletions.
Binary file added 2012-lightning-io/.DS_Store
Binary file not shown.
86 changes: 86 additions & 0 deletions 2012-lightning-io/one/01_slide.md
Original file line number Diff line number Diff line change
@@ -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 #
Binary file added 2012-lightning-io/one/fry.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012-lightning-io/one/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012-lightning-io/one/offline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012-lightning-io/one/offline1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012-lightning-io/one/peta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012-lightning-io/one/stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012-lightning-io/one/zuck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions 2012-lightning-io/showoff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "name": "My Preso", "sections": [ {"section":"one"} ]}
27 changes: 27 additions & 0 deletions 2012-lightning-io/style.css
Original file line number Diff line number Diff line change
@@ -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); */
}

0 comments on commit 18a5c8d

Please sign in to comment.