Dies ist das Repository meines kleinen Portfolios.
Im Hintergrund läuft eine Planetensimulation, geschrieben in JavaScript und Three.js.
Die zu sehenden Texturen stammen von:
https://www.solarsystemscope.com/textures/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.0 KiB
35 lines
1.0 KiB
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<base href="/website/"> |
|
<meta charset="UTF-8"> |
|
<link rel="stylesheet" href="style.css"> |
|
<title>Portfolio</title> |
|
<script type="module" src="main.js"></script> |
|
</head> |
|
<body> |
|
<main> |
|
<section> |
|
<div class="content-layer"> |
|
<div class="menu"> |
|
<button type="button" id="steuerungOrbitalButton">UI Ausblenden</button> |
|
<a href="https://www.solarsystemscope.com/textures/">Texturen von https://www.solarsystemscope.com/textures/</a> |
|
</div> |
|
<div class="card"> |
|
<h1> Freimaurer App </h1> |
|
<p> Beschreibung </p> |
|
</div> |
|
<div class="card"> |
|
<h1> Freimaurer App </h1> |
|
<p> Beschreibung </p> |
|
</div> |
|
<div class="card"> |
|
<h1> Freimaurer App </h1> |
|
<p> Beschreibung </p> |
|
</div> |
|
</div> |
|
<canvas id="bg"></canvas> |
|
</section> |
|
</main> |
|
</body> |
|
</html>
|
|
|