Skip to content

Commit 9053b2e

Browse files
author
Manuel Rauber
committed
Bastarize'd presentation
1 parent 7746020 commit 9053b2e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed
Loading
Loading

presentations/2016-presentation-basta-spring/index.html

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<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>
77
<meta name="author" content="Manuel Rauber">
88
<meta name="apple-mobile-web-app-capable" content="yes"/>
99
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
@@ -29,6 +29,24 @@
2929
bottom: 75px;
3030
}
3131

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+
3250
.no-border {
3351
border: 0 !important;
3452
}
@@ -47,7 +65,7 @@
4765
<div class="reveal">
4866
<!-- Any section element inside of this container is displayed as a slide -->
4967
<div class="slides">
50-
<section class="frontpage">
68+
<section class="frontpage" data-background="images/basta-spring-background.png">
5169
<h1 style="color: #7195C2">Web APIs</h1>
5270
<h3>with JavaScript &amp; Node.js<br/>for .NET developers</h3>
5371
<p>
@@ -378,6 +396,7 @@ <h1>Resources</h1>
378396
// https://github.com/hakimel/reveal.js#configuration
379397
Reveal.initialize({
380398
history: true,
399+
controls: false,
381400
slideNumber: true,
382401
transition: 'slide', // none/fade/slide/convex/concave/zoom
383402

0 commit comments

Comments
 (0)