Skip to content

Commit

Permalink
just add more slides!
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Aug 11, 2012
1 parent 9cfe86b commit d456d91
Show file tree
Hide file tree
Showing 9 changed files with 228 additions and 3 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
207 changes: 207 additions & 0 deletions presentations/logs-and-logstash/intro-logging-problems/slides.md

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added presentations/logs-and-logstash/logstash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions presentations/logs-and-logstash/showoff.json
@@ -1,5 +1,11 @@
{ "name": "My Preso", "sections": [ {
{ "section": "logstash" }, "name": "logs and logstash",
{ "section": "terminology" } "sections": [
{ "section": "title" },
{ "section": "intro-logging-problems" },
{ "section": "life-of-a-log" },
{ "section": "logstash" },
{ "section": "terminology" },
{ "section": "use-cases" }
] ]
} }
8 changes: 8 additions & 0 deletions presentations/logs-and-logstash/style.css
@@ -1,6 +1,14 @@
#preso { #preso {
} }

.slide, #preso { .slide, #preso {
background-color: black; background-color: black;
color: #F6FFA3; color: #F6FFA3;
} }

/* Make first slide have the logstash mascot */
.slide:nth-child(1) {
background-image: url("/image/logstash.png");
background-repeat: no-repeat;
background-position: right bottom;
}
4 changes: 4 additions & 0 deletions presentations/logs-and-logstash/title/slides.md
@@ -0,0 +1,4 @@
!SLIDE title
# logs and logstash

@jordansissel

0 comments on commit d456d91

Please sign in to comment.