-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
114 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 # |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "name": "My Preso", "sections": [ {"section":"one"} ]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); */ | ||
} |