@@ -0,0 +1,2 @@ | |||
stats/ | |||
static/ |
@@ -0,0 +1,6 @@ | |||
# A sample Gemfile | |||
source "https://rubygems.org" | |||
gem "showoff" | |||
gem "rmagick" | |||
gem "pdfkit" |
@@ -0,0 +1,54 @@ | |||
GEM | |||
remote: https://rubygems.org/ | |||
specs: | |||
addressable (2.3.5) | |||
blankslate (2.1.2.4) | |||
daemons (1.1.9) | |||
em-websocket (0.3.8) | |||
addressable (>= 2.1.1) | |||
eventmachine (>= 0.12.9) | |||
eventmachine (1.0.3) | |||
gli (2.9.0) | |||
htmlentities (4.3.1) | |||
json (1.8.1) | |||
mini_portile (0.5.2) | |||
nokogiri (1.6.1) | |||
mini_portile (~> 0.5.0) | |||
parslet (1.5.0) | |||
blankslate (~> 2.0) | |||
pdfkit (0.6.1) | |||
rack (1.5.2) | |||
rack-protection (1.5.2) | |||
rack | |||
redcarpet (3.1.1) | |||
rmagick (2.13.2) | |||
showoff (0.9.7.1) | |||
gli (>= 1.3.2) | |||
htmlentities | |||
json | |||
nokogiri | |||
parslet | |||
redcarpet | |||
sinatra (~> 1.3) | |||
sinatra-websocket | |||
sinatra (1.4.4) | |||
rack (~> 1.4) | |||
rack-protection (~> 1.4) | |||
tilt (~> 1.3, >= 1.3.4) | |||
sinatra-websocket (0.3.0) | |||
em-websocket (~> 0.3.6) | |||
eventmachine | |||
thin (>= 1.3.1) | |||
thin (1.6.1) | |||
daemons (>= 1.0.9) | |||
eventmachine (>= 1.0.0) | |||
rack (>= 1.0.0) | |||
tilt (1.4.1) | |||
PLATFORMS | |||
ruby | |||
DEPENDENCIES | |||
pdfkit | |||
rmagick | |||
showoff |
@@ -0,0 +1,5 @@ | |||
Docker | |||
=== | |||
Presentation on Docker | |||
@@ -0,0 +1,59 @@ | |||
@import url(http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic|Arvo:400,400italic,700); | |||
#preso, .slide, .content { | |||
background-color: black; | |||
} | |||
.content { | |||
color: white; | |||
font-family: 'Arvo', serif; | |||
} | |||
.content > p { | |||
text-align: left; | |||
} | |||
.content.text > p { | |||
text-align: justify; | |||
} | |||
.content > pre { | |||
font-size: 2em; | |||
} | |||
.content.title { | |||
font-size:2em; | |||
} | |||
.content.fullpage img { | |||
width: auto; | |||
height: 676px; | |||
} | |||
.content.small { | |||
font-size: 0.5em; | |||
} | |||
h1, h2 { | |||
color: white; | |||
font-family: 'Sorts Mill Goudy', serif; | |||
} | |||
#footer { | |||
border-top: 1px solid #3DAAE0; | |||
background: #fff url(logo.png) no-repeat right center; | |||
} | |||
em { | |||
background-color: #698B69; | |||
border-radius: 2px; | |||
font-style:normal; | |||
} | |||
a { | |||
color: #698B69; | |||
} | |||
code { | |||
background-color: #222; | |||
border-radius: 2px; | |||
padding-left: 0.5em; | |||
padding-right: 0.5em; | |||
} | |||
.code code { | |||
background-color: transparent; | |||
border: none; | |||
} | |||
.center img { | |||
width: auto; | |||
min-height: 600px; | |||
max-height: 700px; | |||
} |
@@ -0,0 +1,10 @@ | |||
{ | |||
"name": "Docker", | |||
"sections": [ | |||
{"section":"intro"}, | |||
{"section":"basics"}, | |||
{"section":"why"}, | |||
{"section":"demo"}, | |||
{"section":"outro"} | |||
] | |||
} |