presentation: relative links

This commit is contained in:
Jörg Thalheim 2014-03-06 16:41:20 +01:00
parent ee6111c4d8
commit 346dc033ca
2 changed files with 11 additions and 11 deletions

View File

@ -24,22 +24,22 @@
.reveal pre code { max-height: 500px; } .reveal pre code { max-height: 500px; }
@font-face { @font-face {
font-family: "DINBold"; font-family: "DINBold";
src: url(/fonts/DINBda.ttf) format("truetype"); src: url(fonts/DINBda.ttf) format("truetype");
} }
@font-face { @font-face {
font-family: "Univers"; font-family: "Univers";
src: url(/fonts/Univers.ttf) format("truetype"); src: url(fonts/Univers.ttf) format("truetype");
} }
.reveal { .reveal {
font-family: "Univers", "Lato", sans-serif !important; font-family: "Univers", "Lato", sans-serif !important;
} }
html body { html body {
background:url("/img/bg_white.png") no-repeat center center fixed; background:url("img/bg_white.png") no-repeat center center fixed;
background-size: auto 100%; background-size: auto 100%;
background-color:#fff; background-color:#fff;
} }
html.intro body { html.intro body {
background:url("/img/bg_blue.png") no-repeat center center fixed; background:url("img/bg_blue.png") no-repeat center center fixed;
background-size: auto 100%; background-size: auto 100%;
background-color:#2c3c60; background-color:#2c3c60;
} }

View File

@ -28,7 +28,7 @@ von Jörg Thalheim
4\. März 2014 4\. März 2014
<img src="/img/ugly_penguin.png" alt="Penguin"> <img src="img/ugly_penguin.png" alt="Penguin">
<a class="email" href="s5245332@mail.zih.tu-dresden.de">s5245332@mail.zih.tu-dresden.de</a> <a class="email" href="s5245332@mail.zih.tu-dresden.de">s5245332@mail.zih.tu-dresden.de</a>
@ -62,11 +62,11 @@ Note:
- Konfigurationsmanagement - Konfigurationsmanagement
- Beispiele: Chef, Puppet, Salt, Ansible, CFEngine - Beispiele: Chef, Puppet, Salt, Ansible, CFEngine
<img src="/img/chef_logo.png" height="150" alt="Chef"> <img src="img/chef_logo.png" height="150" alt="Chef">
<img src="/img/puppet_logo.png" height="150" alt="Puppet"> <img src="img/puppet_logo.png" height="150" alt="Puppet">
<img src="/img/saltstack_logo.jpg" height="150" alt="Salt"> <img src="img/saltstack_logo.jpg" height="150" alt="Salt">
<img src="/img/ansible_logo.png" height="150" alt="Ansible"> <img src="img/ansible_logo.png" height="150" alt="Ansible">
<img src="/img/cfengine_logo.jpg" height="150" alt="CFEngine"> <img src="img/cfengine_logo.jpg" height="150" alt="CFEngine">
Note: Note:
- in der Praxis mehr Knoten - in der Praxis mehr Knoten
@ -326,7 +326,7 @@ Note:
## Tests ## Tests
<img src="/img/dont_always.jpg" alt="I don't always test my code"> <img src="img/dont_always.jpg" alt="I don't always test my code">
Note: Note:
- Infrastruktur: schwierig zu testen, viele externe Abhängigkeiten, langsam - Infrastruktur: schwierig zu testen, viele externe Abhängigkeiten, langsam