diff --git a/templates/_index.html b/templates/_index.html index b499ab1d8f11e503f886a5cdcf3a91a1a4eea8a1..258a0d0f8ad76a3db980289fd56e1ef520033909 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>