From 346dc033ca1fe9ddd96afb53ba2a63b6559d731a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 6 Mar 2014 16:41:20 +0100 Subject: [PATCH] presentation: relative links --- presentation/index.html | 8 ++++---- presentation/presentation.md | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/presentation/index.html b/presentation/index.html index 11e7a77..2091c16 100644 --- a/presentation/index.html +++ b/presentation/index.html @@ -24,22 +24,22 @@ .reveal pre code { max-height: 500px; } @font-face { font-family: "DINBold"; - src: url(/fonts/DINBda.ttf) format("truetype"); + src: url(fonts/DINBda.ttf) format("truetype"); } @font-face { font-family: "Univers"; - src: url(/fonts/Univers.ttf) format("truetype"); + src: url(fonts/Univers.ttf) format("truetype"); } .reveal { font-family: "Univers", "Lato", sans-serif !important; } 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-color:#fff; } 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-color:#2c3c60; } diff --git a/presentation/presentation.md b/presentation/presentation.md index a168e23..3781fe4 100644 --- a/presentation/presentation.md +++ b/presentation/presentation.md @@ -28,7 +28,7 @@ von Jörg Thalheim 4\. März 2014 -Penguin +Penguin s5245332@mail.zih.tu-dresden.de @@ -62,11 +62,11 @@ Note: - Konfigurationsmanagement - Beispiele: Chef, Puppet, Salt, Ansible, CFEngine -Chef -Puppet -Salt -Ansible -CFEngine +Chef +Puppet +Salt +Ansible +CFEngine Note: - in der Praxis mehr Knoten @@ -326,7 +326,7 @@ Note: ## Tests -I don't always test my code +I don't always test my code Note: - Infrastruktur: schwierig zu testen, viele externe Abhängigkeiten, langsam