-
Notifications
You must be signed in to change notification settings - Fork 4
/
head.jade
23 lines (21 loc) · 1.2 KB
/
head.jade
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
head
meta(charset='utf-8')
title 1.2 Software Cycle
meta(name='description', content='')
meta(name='author', content='Paul Scarrone')
meta(name='apple-mobile-web-app-capable', content='yes')
meta(name='apple-mobile-web-app-status-bar-style', content='black-translucent')
meta(name='viewport', content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no')
link(rel='stylesheet', href= revealLocation + 'css/reveal.min.css')
link#theme(rel='stylesheet', href= revealLocation +'css/theme/simple.css')
// For syntax highlighting
link(rel='stylesheet', href= 'github-hightlightjs.css')
script(src="//localhost:35729/livereload.js")
script var revealLocation = '#{revealLocation}'
//if lt IE 9
script(src= revealLocation + 'lib/js/html5shiv.js')
script.
document.write( '<link rel="stylesheet" href="' + revealLocation + 'css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
if(window.location.search.match( /print-pdf/gi )){
document.write('<style>.reveal aside.notes{display:block;font-size:0.4em;}.reveal aside.notes:before{content: "Notes: ";font-weight: bold;}</style>');
}