diff --git a/public/home/index.html b/public/home/index.html index a95b259785f7b169d15b86e16a0f9705229a1d28..b2c61d20fe937456913b500c1f8924159bde6fb4 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