Commit d536a624 authored by hdastageeri's avatar hdastageeri
Browse files

Update index.html

parent aec9cfa0
Pipeline #1798 passed with stages
in 3 seconds
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<div class="content"> <div class="content">
<!-- <h1 id='projectname'></h1> <!--Projektname kommt aus settings.js, hier nichts einfügen --> <!-- <h1 id='projectname'></h1> <!--Projektname kommt aus settings.js, hier nichts einfügen -->
<!-- ÄNDERUNGEN NUR NACH DIESER ZEILE -->
<header> <header>
<div class="collapse navbar-light" id="navbarHeader"> <div class="collapse navbar-light" id="navbarHeader">
...@@ -93,23 +93,27 @@ ...@@ -93,23 +93,27 @@
<!-- ------------------------------------------------------------------------------------------------------------------------------- -->
<!-- ÄNDERUNGEN NUR AB HIER VORNEHMEN -->
<!-- PROJEKTE BITTE HIER EINTRAGEN -->
<!-- 1 Zeile --> <!-- 1 Zeile -->
<div class="album py-5 bg-light topDownPadding"> <div class="album py-5 bg-light topDownPadding">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-4"> <div class="col-md-4">
<div class="card mb-4 shadow-sm extension"> <div class="card mb-4 shadow-sm extension">
<h5>Hexgrid 3D Tiles (15m)</h5> <!-- BEISPIELPROJEKTE -->
<h5>Titel Beipsielprojekt</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> --> <!-- <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/HexGrid15m.PNG" alt=""> <img class="thumbimg" src="imgs/thumbnails/beispiel.PNG" alt="">
<div class="card-body"> <div class="card-body">
<p class="card-text">Wind pressure at roof top height, shown as a floating 3D Tiles hexgrid (hexagon width 15m). </p> <p class="card-text">Beschreibungstext hier einfügen</p>
</div> </div>
<div class="d-flex justify-content-between align-items-center btnGroupDiv"> <div class="d-flex justify-content-between align-items-center btnGroupDiv">
<div class="btn-group"> <div class="btn-group">
<form action="iStoeckHM.html" class="form-signin" method="GET"> <form action="beispiel.html" class="form-signin" method="GET">
<button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button> <button type="submit" class="btn btn-sm btn-outline-secondary">Details</button>
</form> </form>
</div> </div>
<!-- <small class="text-muted">9 mins</small> --> <!-- <small class="text-muted">9 mins</small> -->
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment