diff --git a/.gitignore b/.gitignore
index f643b1c..3e2da46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,5 +18,6 @@ js/reveal.min.js
/.idea/uiDesigner.xml
.idea/libraries/
.idea/artifacts/
+*.iml
*.log
.idea
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 49858d6..3c42e84 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,25 +1,6 @@
-
-
-
-
+
-
-
-
-
- 1.8
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
index cf5d795..a2e0a88 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,7 +2,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 94a25f7..35eb1dd 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 5bc078a..0e7513d 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,26 @@
# Angular Workshop - Slides
-- Die Präsentation wurde mit [reveal.js](http://lab.hakim.se/reveal-js/) erstellt.
-- Die Dokumentation zur reveal.js findet man direkt auf Github: [Doku](https://github.com/hakimel/reveal.js)
-- Durch die Folien kann mit den Pfeiltasten navigiert werden.
-- Die beste User Experience erreicht man mit Google Chrome
-- "F" springt in den FullScreen Modus, mit ESC verlassen
-- "O" zeigt einen Overview über alle Slides, mit ESC verlassen
-- mit CTRL+P erhält man eine für den Druck optimierte Seite. Diese kann auch als PDF gespeichert werden. (Dieses Feature ist nur lokal mit einem Dev Server möglich)
-- Bei Fehlern oder Fragen: Issue oder Pull Request erstellen
+- The presentation is created with [reveal.js](http://lab.hakim.se/reveal-js/).
+- You can find the documentation here: [Doku](https://github.com/hakimel/reveal.js)
+- THe slides are navigatable with the arrows on your keyboard
+- Google Chrome offers the best user experience
+- "F" jumps to fullscreen mode, exit with ESC
+- "O" shows an overview of all slides, exit with ESC
+- CTRL + P offers a view which is perfect for printing. You can also print those as pdfs, but you need to have the dev server running locally to use this feature
+- You found an error or have a question? Open a pull request of fill an issue
## Inhalt
- [01 Intro](https://baloise.github.io/ws-angular_slides/slides/01_Intro.html)
-- [02 Grundlagen](https://baloise.github.io/ws-angular_slides/slides/02_Grundlagen.html)
-- [03 Projekt Setup](https://baloise.github.io/ws-angular_slides/slides/03_ProjectSetup.html)
+- [02 Basiscs](https://baloise.github.io/ws-angular_slides/slides/02_Basics.html)
+- [03 Project Setup](https://baloise.github.io/ws-angular_slides/slides/03_ProjectSetup.html)
- [04 Components](https://baloise.github.io/ws-angular_slides/slides/04_Components.html)
- [05 Architecture](https://baloise.github.io/ws-angular_slides/slides/05_Architecture.html)
-- [06 Templates Grundlagen](https://baloise.github.io/ws-angular_slides/slides/06_Templates_Grundlagen.html)
-- [07 Templates Erweitert](https://baloise.github.io/ws-angular_slides/slides/07_Templates_Erweitert.html)
+- [06 Templates Basics](https://baloise.github.io/ws-angular_slides/slides/06_Templates_Basics.html)
+- [07 Templates Advanced](https://baloise.github.io/ws-angular_slides/slides/07_Templates_Advanced.html)
- [08 Component Architecture](https://baloise.github.io/ws-angular_slides/slides/08_Component_Architecture.html)
- [09 Services & HTTP](https://baloise.github.io/ws-angular_slides/slides/09_Services_HTTP.html)
- [10 Routing](https://baloise.github.io/ws-angular_slides/slides/10_Routing.html)
- [11 Forms](https://baloise.github.io/ws-angular_slides/slides/11_Forms.html)
- [12 Testing](https://baloise.github.io/ws-angular_slides/slides/12_Testing.html)
-- [13 Weiteres](https://baloise.github.io/ws-angular_slides/slides/13_WeiterfuehrendeThemen.html)
+- [13 Additional](https://baloise.github.io/ws-angular_slides/slides/13_AdditionalTopics.html)
diff --git a/index.html b/index.html
index 08b0d2f..1a282de 100644
--- a/index.html
+++ b/index.html
@@ -1,14 +1,14 @@