190 lines
8.7 KiB
HTML
190 lines
8.7 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<!-- Bootstrap CSS -->
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
|
|
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
|
<!-- FontAwesome CSS -->
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<!-- OWN CSS -->
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
|
|
<title>Projekte</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container-fluid position-relative header">
|
|
<div class="blurred p-3">
|
|
<h3 class="text-light">Projekte</h3>
|
|
<p class="text-light">Auf dieser sind meine privat-, hobby- sowie Hochschulprojekte aufgeführt.</p>
|
|
<h4 class="text-light">Legende</h4>
|
|
<table>
|
|
<tr>
|
|
<th style="min-width:100px;"><i class="fa fa-2x fa-play text-success"></i></th>
|
|
<td class="text-light">aktiv in Entwicklung</td>
|
|
</tr>
|
|
<tr>
|
|
<th style="min-width:100px;"><i class="fa fa-2x fa-pause text-warning"></i></th>
|
|
<td class="text-light">vorerst pausiert</td>
|
|
</tr>
|
|
<tr>
|
|
<th style="min-width:100px;"><i class="fa fa-2x fa-stop text-danger"></i></th>
|
|
<td class="text-light">abgebrochen</td>
|
|
</tr>
|
|
<tr>
|
|
<th style="min-width:100px;"><i class="fa fa-2x fa-check text-success"></i></th>
|
|
<td class="text-light">abgeschlossen</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<h4 class="position-absolute font-italic text-secondary" style="bottom:5px;right:25px;">ebenfalls ein Hobby von mir ist Fotografie.</h4>
|
|
</div>
|
|
|
|
<div class="container-fluid p-2">
|
|
<div class="row row-cols-1 mx-auto">
|
|
<div class="col fixs">
|
|
<div class="card">
|
|
<img class="card-img-top" height="200" src="https://via.placeholder.com/400x200" alt="Card image cap">
|
|
<div class="card-body">
|
|
<h5 class="card-title text-light">Web-Ocean</h5>
|
|
<p class="card-text text-light">Ein Typescript-Port des C-Ocean Projekts. Herausfordernd ist die Einschränkung von OpenGL auf webgl wodurch keine compute Shader zur Verfügung stehen.</p>
|
|
<p class="card-text text-light">#Typescript, #webGL, #Simulation</p>
|
|
<i class="fa fa-2x fa-play text-success"></i>
|
|
<i class="fa fa-2x fa-pause text-warning"></i>
|
|
<i class="fa fa-2x fa-stop text-danger"></i>
|
|
<a href="web-ocean">Live-Demo</a>
|
|
<i class="fa fa-2x fa-git-square float-right"></i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col fixs">
|
|
<div class="card">
|
|
<img class="card-img-top" height="200" src="images/bsc.png" alt="Card image cap">
|
|
<div class="card-body">
|
|
<h5 class="card-title text-light">C-Ocean</h5>
|
|
<p class="card-text text-light">Erste Implementation des Ozeans in C während meiner Bachelorarbeit. Für die Wellenbewebung wurde Perlin Noise eingesetzt. In der Frustum Culling-Ansicht.</p>
|
|
<i class="fa fa-2x fa-check text-success"></i>
|
|
<a href="data/bsc.pdf"><i class="fa fa-2x fa-file-pdf-o float-right"></i></a>
|
|
<a href="https://git.rismer.de/gulum/c-ocean"><i class="fa fa-2x fa-git-square float-right" ></i></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col fixs">
|
|
<div class="card">
|
|
<img class="card-img-top" src="https://via.placeholder.com/150x80" alt="Card image cap">
|
|
<div class="card-body">
|
|
<h5 class="card-title text-light">Verbesserung der Textur eines 3D-Modells erzeugt durch einen 3D-Scanner</h5>
|
|
<p class="card-text text-light">Ein Projekt welches ich während meiner Masterarbeit bei der Firma Vitronic bearbeitet habe. C++, maschinelles Sehen, Photogrametrie </p>
|
|
<i class="fa fa-2x fa-check text-success"></i>
|
|
<i class="fa fa-2x fa-file-pdf-o float-right"></i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col fixs">
|
|
<div class="card">
|
|
<img class="card-img-top" height="200" src="images/darkrp.png" alt="Card image cap">
|
|
<div class="card-body">
|
|
<h5 class="card-title text-light">DarkRP2D</h5>
|
|
<p class="card-text text-light">Ein Hobby-Projekt von mir an dem ich arbeite wenn sonst keine Projekte anstehen.</p>
|
|
<p class="card-text text-light">#C++, #OpenGL, #Godot</p>
|
|
<i class="fa fa-2x fa-pause text-warning"></i>
|
|
<i class="fa fa-2x fa-git-square float-right"></i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col fixs">
|
|
<div class="card">
|
|
<img class="card-img-top" src="https://via.placeholder.com/150x80" alt="Card image cap">
|
|
<div class="card-body">
|
|
<h5 class="card-title text-light">DarkRP2D-Server</h5>
|
|
<p class="card-text text-light">Physic over network Box2d</p>
|
|
<p class="card-text text-light">#C++, #OpenGL, #Network</p>
|
|
<i class="fa fa-2x fa-pause text-warning"></i>
|
|
<i class="fa fa-2x fa-git-square float-right"></i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col fixs">
|
|
<div class="card">
|
|
<img class="card-img-top" height="200" src="images/leaflet.png" alt="Card image cap">
|
|
<div class="card-body">
|
|
<h5 class="card-title text-light">Leaflet-3D Plugin</h5>
|
|
<p class="card-text text-light"></p>
|
|
<i class="fa fa-2x fa-check text-success"></i>
|
|
<a href="https://mocainfo.thm.de/building-3d/">Live-Demo</a>
|
|
<i class="fa fa-2x fa-git-square float-right"></i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col fixs">
|
|
<div class="card">
|
|
<img class="card-img-top" src="https://via.placeholder.com/150x80" alt="Card image cap">
|
|
<div class="card-body">
|
|
<h5 class="card-title text-light">C++-Ocean-FFT</h5>
|
|
<p class="card-text text-light"></p>
|
|
<i class="fa fa-2x fa-check text-success"></i>
|
|
<i class="fa fa-2x fa-git-square float-right"></i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col fixs">
|
|
<div class="card">
|
|
<img class="card-img-top" src="https://via.placeholder.com/150x80" alt="Card image cap">
|
|
<div class="card-body">
|
|
<h5 class="card-title text-light">Phong-Shading Studie</h5>
|
|
<p class="card-text text-light"></p>
|
|
<i class="fa fa-2x fa-check text-success"></i>
|
|
<i class="fa fa-2x fa-git-square float-right"></i>
|
|
<i class="fa fa-2x fa-file-pdf-o float-right"></i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col fixs">
|
|
<div class="card">
|
|
<img class="card-img-top" src="https://via.placeholder.com/150x80" alt="Card image cap">
|
|
<div class="card-body">
|
|
<h5 class="card-title text-light">Fraktale-Welt Studie</h5>
|
|
<p class="card-text text-light"></p>
|
|
<i class="fa fa-2x fa-check text-success"></i>
|
|
<i class="fa fa-2x fa-git-square float-right"></i>
|
|
<i class="fa fa-2x fa-file-pdf-o float-right"></i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col fixs">
|
|
<div class="card">
|
|
<img class="card-img-top" src="https://via.placeholder.com/150x80" alt="Card image cap">
|
|
<div class="card-body">
|
|
<h5 class="card-title text-light">Arcade-Shooter</h5>
|
|
<p class="card-text text-light">Hausarbeit aus dem 1-Semester</p>
|
|
<i class="fa fa-2x fa-check text-success"></i>
|
|
<i class="fa fa-2x fa-git-square float-right"></i>
|
|
<i class="fa fa-2x fa-file-pdf-o float-right"></i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="page-footer font-small" style="background-color: #006494;">
|
|
</footer>
|
|
|
|
<!-- Optional JavaScript -->
|
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
|
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|
|
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
|
|
crossorigin="anonymous"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
|
|
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
|
|
crossorigin="anonymous"></script>
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
|
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
|
crossorigin="anonymous"></script>
|
|
</body>
|
|
|
|
</html> |