Commit e5f5235d authored by hdastageeri's avatar hdastageeri
Browse files

Übernahme von SS-Design in index.html

parent 43b5f04d
......@@ -2,30 +2,29 @@
<html>
<head>
<meta charset="utf-8">
<!-- <meta name="generator" content="GitLab Pages">
<title>Home</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="topbar">
<div id="menu" class="navbar"></div>
</div>
<div class="content">
<h1 id='projectname'></h1> --> <!--Projektname kommt aus settings.js, hier nichts einfügen-->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<title>GeoVisualisierung WS20/21</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<title>urbanVIS - i_city</title>
<meta charset="utf-8">
<meta name="generator" content="GitLab Pages">
<!-- <title>Home</title> -->
<!-- <link rel="stylesheet" href="style.css"> -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<!-- ÄNDERUNGEN NUR NACH DIESER ZEILE -->
<!-- header -->
<!-- <div id="topbar">
<div id="menu" class="navbar"></div>
</div> -->
<div class="content">
<!-- <h1 id='projectname'></h1> <!--Projektname kommt aus settings.js, hier nichts einfügen -->
<!-- ÄNDERUNGEN NUR NACH DIESER ZEILE -->
<header>
<div class="collapse navbar-light" id="navbarHeader">
<div class="container">
......@@ -41,7 +40,7 @@
<ul class="list-unstyled">
<!-- <li><a href="#" class="text-white">Follow on Twitter</a></li> -->
<!-- <li><a href="#" class="text-white">Like on Facebook</a></li> -->
<li><a href="mailto:habiburrahman.dastageeri[at]hft-stuttgart.de">Email me</a></li>
<li><a href="mailto:sven.schneider[at]hft-stuttgart.de">Email me</a></li>
</ul>
</div>
</div>
......@@ -91,9 +90,8 @@
</div>
</section>
<!-- Projektübersicht -->
<div class="album py-5 bg-light topDownPadding">
<div class="album py-5 bg-light topDownPadding">
<div class="container">
<div class="row">
......@@ -154,10 +152,134 @@
</div>
</div>
</div>
<div class="album py-5 bg-light topDownPadding">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card mb-4 shadow-sm extension">
<h5>Pressure PointCloud (3D Tiles)</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/PointCloud.PNG" alt="">
<div class="card-body">
<p class="card-text">Wind pressure around a building block visualzied as a point cloud. Color represents different pressure values according to legend.</p>
</div>
<div class="d-flex justify-content-between align-items-center btnGroupDiv">
<div class="btn-group">
<form action="iStoeck.html" class="form-signin" method="GET">
<button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button>
</form>
</div>
<!-- <small class="text-muted">9 mins</small> -->
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm extension">
<h5>Streamlines (3D Tiles)</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/StreamLinesCesiumOverview.PNG" alt="">
<div class="card-body">
<p class="card-text">Streamlines showing wind flow over and around a building block and parts of Stoeckach. Wind speed is encoded as color information as of the legend.</p>
</div>
<div class="d-flex justify-content-between align-items-center btnGroupDiv">
<div class="btn-group">
<form action="iStoeckStreams.html" class="form-signin" method="GET">
<button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button>
</form>
</div>
<!-- <small class="text-muted">9 mins</small> -->
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm extension">
<h5>Multi-Color/Part Streamlines </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/StreamlinesMultipart.PNG" alt="">
<div class="card-body">
<p class="card-text">Wind speed around a building block visualzied using Cesium multicolor multi-part lines primitives. Color represents different wind speeds, values according to legend.</p>
</div>
<div class="d-flex justify-content-between align-items-center btnGroupDiv">
<div class="btn-group">
<form action="StreamlinesMultipart.html" class="form-signin" method="GET">
<button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Zeile 3 mit Album -->
<div class="album py-5 bg-light topDownPadding">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card mb-4 shadow-sm extension">
<h5>WindowDetection on Buildings</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/EssenPC.PNG" alt="">
<div class="card-body">
<p class="card-text">Showing results from automatic window detection from LiDaR point clouds. Results are shown on top of 3D building models and the original point cloud. </p>
<!-- <small class="text-muted">9 mins</small> -->
</div>
<div class="d-flex justify-content-between align-items-center btnGroupDiv">
<div class="btn-group">
<form action="EssenPC.html" class="form-signin" method="GET">
<button type="submit" class="btn btn-sm btn-outline-secondary ">Explore</button>
</form>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm extension">
<h5>Under construction</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/StreamlinesMultipart.PNG" alt="">
<div class="card-body">
<p class="card-text">Under construction</p>
<!-- <small class="text-muted">9 mins</small> -->
</div>
<div class="d-flex justify-content-between align-items-center btnGroupDiv">
<div class="btn-group">
<form action="circularData.html" class="form-signin" method="GET">
<button type="submit" class="btn btn-sm btn-outline-secondary ">Explore</button>
</form>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
</div>
</div>
</div>
<!-- <br>
<div class="d-flex justify-content-between align-items-center btnGroupDiv">
<div class="btn-group">
<form action="/debug" class="form-signin" method="GET">
<button type="submit" class="btn btn-sm btn-outline-secondary ">DEBUG</button>
</form>
</div>
</div> -->
</main>
<footer class="text-white">
<div class="container">
<p class="float-right">
......@@ -171,6 +293,7 @@
<!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->
<script src="settings.js"> </script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
......@@ -182,7 +305,6 @@
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
</body>
</html>
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