diff --git a/2019/2019-06-11_gitTraining/theme/css/style.css b/2019/2019-06-11_gitTraining/theme/css/style.css
index 3b95b7d6810d62a6de9ad1cdb2017b1449609cd5..564c9fcaac85e704ae8d38c7575a928cf0aa40f9 100644
--- a/2019/2019-06-11_gitTraining/theme/css/style.css
+++ b/2019/2019-06-11_gitTraining/theme/css/style.css
@@ -1,4 +1,4 @@
- .reveal a:not(.image) {
+.reveal a:not(.image) {
   line-height: 1.3em; }
 
 .reveal {
@@ -179,4 +179,5 @@ body {
 	color: #fff;
 	background-color:#fff;
 	padding: 5px;
-}
\ No newline at end of file
+}
+
diff --git a/2019/2019-06-11_gitTraining/theme/package.json b/2019/2019-06-11_gitTraining/theme/package.json
deleted file mode 100644
index 5c7507c648bb3fbfd21d71b56867c504c96d6d4e..0000000000000000000000000000000000000000
--- a/2019/2019-06-11_gitTraining/theme/package.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "name": "template",
-  "version": "0.0.1",
-  "private": true,
-  "devDependencies": {
-    "grunt": "~0.4.1",
-    "grunt-coffeelint": "0.0.7",
-    "grunt-contrib-connect": "~0.5.0",
-    "grunt-contrib-copy": "~0.4.1",
-    "grunt-contrib-jshint": "~0.7.0",
-    "grunt-contrib-sass": "^1.0.0",
-    "grunt-contrib-watch": "~0.5.3",
-    "grunt-gh-pages": "~0.9.0",
-    "load-grunt-tasks": "~0.2.0"
-  },
-  "engines": {
-    "node": ">=0.8.0"
-  },
-  "scripts": {
-    "test": "grunt test"
-  }
-}
diff --git a/2019/2019-06-11_gitTraining/theme/reveal.js/css/reveal.scss b/2019/2019-06-11_gitTraining/theme/reveal.js/css/reveal.scss
index ab732a46116506a64f14ca35f8af0e96a87c361c..d399fbc25edfae1390140ebc024c3655365247e1 100644
--- a/2019/2019-06-11_gitTraining/theme/reveal.js/css/reveal.scss
+++ b/2019/2019-06-11_gitTraining/theme/reveal.js/css/reveal.scss
@@ -6,7 +6,6 @@
  * Copyright (C) 2019 Hakim El Hattab, http://hakim.se
  */
 
-
 /*********************************************
  * GLOBAL STYLES
  *********************************************/
diff --git a/2019/2019-06-11_gitTraining/theme/templates/_index.html b/2019/2019-06-11_gitTraining/theme/templates/_index.html
index 512a8d5528f5974da29a8dd97614d8e92801e5a4..e1f849a7f54e1392ede878d0c768ed038a23fae4 100644
--- a/2019/2019-06-11_gitTraining/theme/templates/_index.html
+++ b/2019/2019-06-11_gitTraining/theme/templates/_index.html
@@ -23,12 +23,9 @@
           document.write( '<link rel="stylesheet" href="theme/reveal.js/css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
         </script>
 
-        <!--[if lt IE 9]>
-        <script src="lib/js/html5shiv.js"></script>
-        <![endif]-->
-
         <link rel="shortcut icon" type="image/x-icon" href="slides/img/favicon.ico" />
         <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lato" />
+        <link href="https://use.fontawesome.com/releases/v5.0.7/css/all.css" rel="stylesheet" crossorigin="anonymous">
     </head>
 
     <body>