From 23bbd46b21f148764931784cdd50d002514ea475 Mon Sep 17 00:00:00 2001
From: AWADO <habiburrahman.dastageeri@hft-stuttgart.de>
Date: Tue, 12 Jan 2021 21:20:21 +0000
Subject: [PATCH] Update index.html

---
 public/index.html | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/public/index.html b/public/index.html
index 175aedb..b7dbac3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -110,7 +110,7 @@
             </div>
 
             <!-- BITTE HIER BEISPIELDATEN DURCH IHRE DATEN ERSETZEN -->
-  <div class="col-md-4">
+            <div class="col-md-4">
               <div class="card mb-4 shadow-sm extension">
                 <h5>Titel Beispielprojekt</h5>
                 <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
@@ -132,24 +132,30 @@
 
 
             <!-- BITTE HIER BEISPIELDATEN DURCH IHRE DATEN ERSETZEN -->
-            <div class="col-md-4">
+  <div class="col-md-4">
               <div class="card mb-4 shadow-sm extension">
-                <h5>Hexgrid GeoJSON (5m)</h5>
+                <h5>Titel Beispielprojekt</h5>
                 <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
-                <img class="thumbimg" src="imgs/thumbnails/HexGrid5m_PressureMeanGeoJSON.PNG" alt="">
+                <!-- BITTE QUELLCODE UND BILDER JEWEILS IN EINEM EIGENEN PROJEKTORDNER ABLEGEN -->
+                <img class="thumbimg" src="beispielprojekt/imgs/thumbnails/hft_beispielbild.jpg" alt="">
                 <div class="card-body">
-                  <p class="card-text">Wind pressure at roof top height, Hexgrid (hexagon width 5m) is clamped to ground and buildings.</p>                
+                  <p class="card-text">Beschreibungstext hier einfügen...</p>                
                 </div>
                 <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                   <div class="btn-group">
-                    <form action="iStoeckHMGeoJSON.html" class="form-signin" method="GET">
-                      <button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button>
-                    </form>
+                    <form action="beispielprojekt/src/beispiel.html" class="form-signin" method="GET">
+                      <button type="submit" class="btn btn-sm btn-outline-secondary">Details</button>
+                    </form>                   
                   </div>
                   <!-- <small class="text-muted">9 mins</small> -->
                 </div>
               </div>
             </div>
+
+
+
+
+            
           </div>
         </div>
       </div>
-- 
GitLab