Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Merge back in customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
masteinhauser committed Apr 11, 2012
1 parent 0943a3d commit d9368df
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ express = require("express")
global.app = express.createServer()
io = require('socket.io').listen(app)
assets = require('connect-assets')
ip = '192.168.168.110'

ip = '192.168.1.110'
port = '3000'

app.set 'views', __dirname + '/views'
Expand Down
4 changes: 2 additions & 2 deletions assets/css/slides.styl
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ pre
vertical-align: middle
padding: 3em
opacity: 0
transition: all .4s
transform: scaleY(10)
transition: all .6s
transform: translate(0, -200%)
z-index: 1

.active
Expand Down
2 changes: 1 addition & 1 deletion views/layout.jade
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
html
head
title VB .NET: CLR Garbage Collection
title VB.NET Learn & Share: CLR Garbage Collection
base(target='_blank')
meta(content='width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;', name='viewport')
meta(name='apple-mobile-web-app-capable',content='yes')
Expand Down
14 changes: 7 additions & 7 deletions views/slides.jade
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

#slides
.slide
h1 Welcome to Zabbix
h1 VB.NET Learn & Share:<br/>CLR Garbage Collection
.center
img.framed(src='/img/zabbix.png')
img.framed(src='/img/ms-net.png', width='25%'. height='25%')
p
b Who:
a(href="http://masteinhauser.github.com") Myles Steinhauser
Expand Down Expand Up @@ -35,7 +35,7 @@
li Flow of items
li Triggers
li Actions

.slide
h1 Zabbix Architecture
p A bit like LEGO
Expand Down Expand Up @@ -63,7 +63,7 @@
li Numeric or text
li Have timer attributes
li Can be grouped in Applications

.speaker
ul
li Application bug, only 1 app per host per template.
Expand Down Expand Up @@ -159,7 +159,7 @@
li Database
li Monitoring Systems
li Custom metrics

.speaker
ul
li servers
Expand Down Expand Up @@ -323,8 +323,8 @@ img.logo(src='/img/adc.png')
#keyboard-enable

#footer
a(href="http://github.com/masteinhauser/zabbix-slides", target='_blank')
| http://github.com/masteinhauser/zabbix-slides
a(href="http://github.com/masteinhauser/vbnet-gc", target='_blank')
| http://github.com/masteinhauser/vbnet-gc
.upper
| Myles Steinhauser
a(href="http://twitter.com/masteinhauser") @masteinhauser
Expand Down

0 comments on commit d9368df

Please sign in to comment.