diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..a7750f4
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+start:
+ xdg-open http://localhost:8000/
+ python -m http.server
\ No newline at end of file
diff --git a/cicd/index.html b/cicd/index.html
index 8f6cfbb..b84095f 100644
--- a/cicd/index.html
+++ b/cicd/index.html
@@ -1,57 +1,75 @@
-
+
+
+
+
-
-
-
+ CI/CD at TrackCode
+
+
+
+
+
+
- CI/CD at TrackCode
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
\ No newline at end of file
+ // Optional libraries used to extend on reveal.js
+ dependencies: [
+ {
+ src: "../reveal/lib/js/classList.js",
+ condition: function() {
+ return !document.body.classList;
+ }
+ },
+ {
+ src: "../reveal/plugin/markdown/marked.js",
+ condition: function() {
+ return !!document.querySelector("[data-markdown]");
+ }
+ },
+ {
+ src: "../reveal/plugin/markdown/markdown.js",
+ condition: function() {
+ return !!document.querySelector("[data-markdown]");
+ }
+ },
+ {
+ src: "../reveal/plugin/highlight/highlight.js",
+ async: true,
+ callback: function() {
+ hljs.initHighlightingOnLoad();
+ }
+ }
+ ]
+ });
+
+
+