This repository has been archived by the owner on Mar 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (40 loc) · 1.98 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<title>Assemblue</title>
<meta http-equiv="content-type" content="text/html" />
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" type="image/ico" href="favicon.ico" />
<link rel="stylesheet" href="styles/main.css" />
<script src="scripts/bauhaus.js"></script>
</head>
<body>
<div class="bauhaus-header">
<header>
<div id="bauhaus-anim-1">
<div class="bauhaus-anim-elem"></div>
<div class="bauhaus-anim-elem"></div>
<div class="bauhaus-anim-elem"></div>
<div class="bauhaus-anim-elem"></div>
<div class="bauhaus-anim-elem"></div>
</div>
<h1>Assembliss</h1>
</header>
</div>
<main>
<p>Simplifying everything data related.</p>
<hr />
<nav>
<button class="bauhaus-button full-width"><span class="bauhaus-button-title">CHRONOS.ASSEMBL.CH</span><br/><span class="bauhaus-button-subtitle">Timestamp anything</span></button><br />
<button class="bauhaus-button full-width"><span class="bauhaus-button-title">TRITON.ASSEMBL.CH</span><br/><span class="bauhaus-button-subtitle">Transfer data securely and with licensing</span></button><br />
<button class="bauhaus-button full-width"><span class="bauhaus-button-title">SOPHOS.ASSEMBL.CH</span><br/><span class="bauhaus-button-subtitle">Share knowledge with the world</span></button>
</nav>
</main>
<footer>
<a href="https://assembl.ch/imprint/">Imprint</a> <a href="https://assembl.ch/terms/">Terms & conditions</a>
</footer>
</body>
</html>