From 7c46275e7720799c66c07c08f4b346e7f620484e Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Thu, 30 Sep 2021 11:56:46 +0200 Subject: [PATCH] added contaft section to help overview --- help/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/help/index.html b/help/index.html index 1c597a4..7b54236 100644 --- a/help/index.html +++ b/help/index.html @@ -95,6 +95,23 @@ </div> </div> </div> + + <div id="contact" class="m_top_10 margin_bottom_30"> + <div class="container background_ffffff"> + <div class="m_bottom_0 p_top_20 p_bottom_20"> + <div class="col-lg-12"> + <h2 class="d-flex flex-column order-1 justify-content-lg-start text-center heading p_top_15"><strong>Weitere Fragen?</strong></h2> + </div> + <div class="col-auto background_ffffff"> + <ul> + <li> + <a href="/account/contact" target="_blank">Kontakt</a> + </li> + </ul> + </div> + </div> + </div> + </div> </div> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> -- GitLab