File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
presentations/2016-presentation-basta-spring Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
< head >
5
5
< meta charset ="utf-8 ">
6
- < title > Web APIs with Node.js for .NET developers </ title >
6
+ < title > Web- APIs mit Node.js für .NET-Entwickler – über den Tellerrand geblickt </ title >
7
7
< meta name ="author " content ="Manuel Rauber ">
8
8
< meta name ="apple-mobile-web-app-capable " content ="yes "/>
9
9
< meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent "/>
29
29
bottom : 75px ;
30
30
}
31
31
32
+ .reveal {
33
+ background-image : url ('images/basta-spring-footer.png' );
34
+ background-position : center bottom;
35
+ background-repeat : no-repeat;
36
+ background-size : contain;
37
+ }
38
+
39
+ body .reveal .slide-number {
40
+ right : 5px ;
41
+ bottom : 5px ;
42
+ font-weight : bold;
43
+ color : white;
44
+ }
45
+
46
+ .frontpage > * {
47
+ visibility : hidden;
48
+ }
49
+
32
50
.no-border {
33
51
border : 0 !important ;
34
52
}
47
65
< div class ="reveal ">
48
66
<!-- Any section element inside of this container is displayed as a slide -->
49
67
< div class ="slides ">
50
- < section class ="frontpage ">
68
+ < section class ="frontpage " data-background =" images/basta-spring-background.png " >
51
69
< h1 style ="color: #7195C2 "> Web APIs</ h1 >
52
70
< h3 > with JavaScript & Node.js< br /> for .NET developers</ h3 >
53
71
< p >
@@ -378,6 +396,7 @@ <h1>Resources</h1>
378
396
// https://github.com/hakimel/reveal.js#configuration
379
397
Reveal . initialize ( {
380
398
history : true ,
399
+ controls : false ,
381
400
slideNumber : true ,
382
401
transition : 'slide' , // none/fade/slide/convex/concave/zoom
383
402
You can’t perform that action at this time.
0 commit comments