From d067595acfe2edfb8768d11639c0a8384e904cab Mon Sep 17 00:00:00 2001
From: Kevin Kutzner <kevin.kutzner@hft-stuttgart.de>
Date: Mon, 4 Jul 2022 14:12:45 +0200
Subject: [PATCH] add report

---
 public/home/index.html                              |   8 ++++++++
 {publications => public/publications}/.gitkeep      |   0
 ...ericht-I_-_Vorstudie-und-Anforderungsanalyse.pdf | Bin
 3 files changed, 8 insertions(+)
 rename {publications => public/publications}/.gitkeep (100%)
 rename {publications => public/publications}/EnSim4iCity_TP2_Bericht-I_-_Vorstudie-und-Anforderungsanalyse.pdf (100%)

diff --git a/public/home/index.html b/public/home/index.html
index a95b259..b2c61d2 100644
--- a/public/home/index.html
+++ b/public/home/index.html
@@ -70,6 +70,14 @@
         </ul>
       </p>
 
+      <h1>Berichte</h1>
+  
+      <p>
+        <ul>
+          <li><a href="${BASE_URL}/publications/EnSim4iCity_TP2_Bericht-I_-_Vorstudie-und-Anforderungsanalyse.pdf">Bericht I: Vorstudie / Anforderungsanalyse</a></li>
+        </ul>
+      </p> 
+
     <h1>Externe Links</h1>
 
     <p>
diff --git a/publications/.gitkeep b/public/publications/.gitkeep
similarity index 100%
rename from publications/.gitkeep
rename to public/publications/.gitkeep
diff --git a/publications/EnSim4iCity_TP2_Bericht-I_-_Vorstudie-und-Anforderungsanalyse.pdf b/public/publications/EnSim4iCity_TP2_Bericht-I_-_Vorstudie-und-Anforderungsanalyse.pdf
similarity index 100%
rename from publications/EnSim4iCity_TP2_Bericht-I_-_Vorstudie-und-Anforderungsanalyse.pdf
rename to public/publications/EnSim4iCity_TP2_Bericht-I_-_Vorstudie-und-Anforderungsanalyse.pdf
-- 
GitLab