markdown_presenter 0.5.4 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/presenter.html.haml +11 -7
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e53ddbb511d3d631b2a1beda65955d6eedb26548
4
- data.tar.gz: 4f2a2a1a94ac0bcb5d986d02c30930043022a442
3
+ metadata.gz: cfb5d4d8700616ded31bb0c006989145b4e5b822
4
+ data.tar.gz: 6c1726b856322d8f1f4992a6e046b107681d5e7c
5
5
  SHA512:
6
- metadata.gz: 04bda3b5a9c22af0f957786fc6c1e734488d30c66ec5fbb16cc1233b071519f70f48df432ec4ad2f4d29b31165c702597ff8b5e0455e2de4228027f63cef5367
7
- data.tar.gz: 18638006d0fa17eede409a3666e8b7215e234c38bebf55ff62fa485a4acf7904f1441c8094407528de2ff29b660359313d9ec26fcc62306ec84be338b584bcee
6
+ metadata.gz: 065087420e7144fb06aff793c848890a553ae91404da4447e40969636d89d3248f99ac9af1ec882941b18f12650027c02fc986f0ea6d515a780386db60c3cec9
7
+ data.tar.gz: 97a77c2c26b6ed22adede4d5340649ad4aeb69910a1a442f8099c1555a6730547ef28371427f1777ca6f4238aa72f6a02aaf95d920b07574dfe141f738a5e68b
data/presenter.html.haml CHANGED
@@ -2,21 +2,25 @@
2
2
  %html
3
3
  %head
4
4
  %title= title
5
+ %meta{name:"viewport", content:"width=device-width, user-scalable=no"}
5
6
  %script{type:'text/javascript'}= yield 'js/jquery-1.10.2.min.js'
6
7
  %style= yield 'css/uikit.almost-flat.min.css'
7
8
  %script{type:'text/javascript'}= yield 'js/uikit.min.js'
8
- %meta{name:"viewport", content:"width=device-width, user-scalable=no"}
9
+ %link{href:'http://fonts.googleapis.com/css?family=Luckiest+Guy', rel:'stylesheet', type:'text/css'}
9
10
 
10
11
  :css
11
- * { margin: 0; font-family: Ubuntu, Sans-serif;}
12
+ *, html, body { margin: 0; font-family: Ubuntu, Sans-serif;}
12
13
  html, body { height: 100%; }
13
14
  .topbar {height: 4em; text-align:right;}
14
- .slide {display:none; position:relative; padding:5px; margin-top:3em; font-size:140%; line-height:1.5em;}
15
+ .slide {display:none; position:relative; padding:5px 10px; margin-top:3em; font-size:140%; line-height:1.5em;}
15
16
  .progress-indicator {display:inline-block; margin: 10px 10px 10px auto; padding:10px; background-color:#ccc; border-radius:6px; font-size:150%;}
16
17
  .progress-indicator a {font-weight:bold; font-size:110%; padding:0 10px;}
17
18
  .page-status {display:inline;}
18
19
  img {border:3px solid #ccc;}
19
20
  code {font-size: 16px;}
21
+ h1 {margin-bottom:25px; font-family: 'Luckiest Guy', Ubuntu;}
22
+ h1 {border-bottom:1px dotted green;}
23
+ h2 {margin-top:75px; background-color: #ded; padding:5px;}
20
24
 
21
25
  %body
22
26
  .topbar
@@ -31,12 +35,12 @@
31
35
 
32
36
 
33
37
  .uk-grid
34
- .uk-width-large-1-4
38
+ .uk-width-large-1-5
35
39
   
36
- .uk-width-large-2-4
40
+ .uk-width-large-3-5
37
41
  - slides.each do |s|
38
- .slide= s
39
- .uk-width-large-1-4
42
+ .slide><~ s
43
+ .uk-width-large-1-5
40
44
  &#160;
41
45
 
42
46
  :javascript
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markdown_presenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthieu Tanguay-Carel