animation-proto

This commit is contained in:
2023-11-08 18:32:42 +01:00
parent 3b6dff9045
commit 6efacd8ddb
6 changed files with 156 additions and 18 deletions

30
index.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="de">
<head>
<title>DAIALECT</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="blob-animation.js"></script>
</head>
<body>
<div class="start">
<div class="main-title">
<h1>DAIA<br>LECT</h1>
</div>
<div id="blobs">
<div class="blue blob"></div>
<div class="red blob"></div>
<div class="green blob"></div>
</div>
</div>
<div id="eins">
<div class="text-rechts">
<h2>DIE ERSTE</h2>
<h2>DIALEKT -</h2>
<h2>ERKENNUNG</h2>
<h2>DER WELT</h2>
<p>*die in Grötzingen entwickelt wurde</p>
</div>
</div>
</body>
</html>