From c2fd9c00802a4b65a1494f3e256426ce1e845405 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Tue, 16 Apr 2019 15:59:56 +0200
Subject: [PATCH] add logos to bottom corners

---
 templates/_index.html | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/templates/_index.html b/templates/_index.html
index b499ab1d..258a0d0f 100644
--- a/templates/_index.html
+++ b/templates/_index.html
@@ -4,7 +4,7 @@
     <head>
         <meta charset="utf-8">
 
-        <title>Basic git training</title>
+        <title>Presentation title</title>
 
         <meta name="apple-mobile-web-app-capable" content="yes" />
         <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
@@ -51,7 +51,12 @@
                     <% } %>
                 <% }); %>
             </div>
-
+            <div style="width: 10%; bottom: 2%; left: 3%; position: absolute; z-index: 9999;">
+                <img src="img/University-of-Luxembourg-Fr-01.svg" height="110px">
+            </div>
+            <div style="width: 10%; bottom: 3%; right: 3%; position: absolute; z-index: 9999;">
+                    <img src="img/LCSB_short_small_4c_cropped.svg" height="86px">
+                </div>
         </div>
 
         <script src="bower_components/reveal.js/lib/js/head.min.js"></script>
-- 
GitLab