From ba544a1a92ddd5aed53e18cf728c7d785b5f39c8 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Tue, 6 Apr 2021 15:15:38 +0000
Subject: [PATCH] Update index.html, added hpc section

---
 help/index.html | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/help/index.html b/help/index.html
index 8501775..1c597a4 100644
--- a/help/index.html
+++ b/help/index.html
@@ -62,7 +62,7 @@
             </div>
         </div>
         
-        <div id="videoconference" class="m_top_10 margin_bottom_30">
+        <div id="mailinglists" 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">
@@ -78,6 +78,23 @@
                 </div>
             </div>
         </div>
+
+        <div id="hpc" 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>High Performance Computing</strong></h2>
+                    </div>
+                    <div class="col-auto background_ffffff">
+                        <ul>
+                            <li>
+                                <a href="/help/hpc.html" target="_blank">Arbeiten mit der Hochleistungsrechenplattform</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