diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 273c37c201f929bfc816bdecc014e0b205da7be9..64817da6af7c48e8ec34472a5cfe0666b75cf4bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,4 +9,16 @@ pages-devel:
     - testing
   only: 
     - testing
-    - test_logoutbutton
\ No newline at end of file
+    - test_logoutbutton
+    
+pages-devel:    
+  stage: deploy
+  script:
+    - npm install
+    - "pm2 delete --silent account || :"
+    - pm2 start ./app.js --name=account
+    - pm2 save
+  tags: 
+    - production
+  only: 
+    - master
\ No newline at end of file
diff --git a/views/DE/project/project.html b/views/DE/project/project.html
index 7b53823a76fb4b34eebfc3dd9feed90e606d58e5..73cd0ee53cc11528b2806c7f66a7fa886b0bbdea 100644
--- a/views/DE/project/project.html
+++ b/views/DE/project/project.html
@@ -25,7 +25,7 @@
                     src="/img/Icon_Haken.png" height="150" />
                 <br />
                 <h2 class="text-center heading"><small><strong>Open-Source-/Open-Data-Projekte</strong></small><br></h2>
-                <p class="text-left">ÜFür die Veröffentlichung von Open-Source-Projekten steht Ihnen eine von der HFT
+                <p class="text-left">Für die Veröffentlichung von Open-Source-Projekten steht Ihnen eine von der HFT
                     Stuttgart selbstverwaltete Gitlab-Instanz bereit.
                     <br /> <br />
                     Eine Übersicht der aktuellen Open-Source-/Open-Data-Projekte erreichen Sie über diesen <a
diff --git a/views/DE/project/projectOverview.pug b/views/DE/project/projectOverview.pug
index 3b0b68f1fe5f285d6377aae28b6c0fcacfa7f95b..e015d1e650c22ff70c32feda6ebff7d2edd7b3b2 100644
--- a/views/DE/project/projectOverview.pug
+++ b/views/DE/project/projectOverview.pug
@@ -144,9 +144,6 @@ html(lang="de")
                     if project.pname == 'M4LAB'
                         div(class="Downloads" style="height:200px;")
                             h5 Downloads
-                            p
-                                i(class="fas fa-file-download")
-                                a(href="./images/M4_LAB_Projekt/transferstrategie.pdf" download target="_blank") Transferstrategie der HfT Stuttgart
 
                         div(class="Projektlogos")
                             img(src="./images/M4_LAB_Projekt/WRS_Logo.jpg" width="32%")
@@ -154,8 +151,7 @@ html(lang="de")
                             img(src="./images/M4_LAB_Projekt/GWK_Logo.jpg" width="32%")
                             br
                             br
-                            img(src="./images/M4_LAB_Projekt/bbf_logo.png" width="32%")
-                            img(src="./images/M4_LAB_Projekt/ihs_logo.jpg" width="32%")
+                            img(src="./images/M4_LAB_Projekt/Innovative_Hochschule_Initiative_BMBF_GWK_RGB.png" width="100%")
 
     //jQuery
     script(src="https://code.jquery.com/jquery-3.3.1.min.js")