Landingpage/index.html

29 lines
743 B
HTML
Raw Normal View History

2019-08-07 17:16:48 +00:00
<link rel="stylesheet" type="text/css" href="assets/style/glitch.css">
<link rel="stylesheet" type="text/css" href="assets/style/style.css">
2019-08-08 15:31:41 +00:00
<link rel="stylesheet" type="text/css" href="assets/style/sphere.css">
2019-08-07 17:16:48 +00:00
2019-08-08 15:31:41 +00:00
<div class="headline">
<div class="glitch-wrapper">
2019-08-07 17:16:48 +00:00
<div class="glitch" data-text="Cliffbreak">Cliffbreak</div>
2019-08-08 15:31:41 +00:00
</div>
</div>
<div class="sphere-wrapper">
2019-08-08 16:22:08 +00:00
<sphere onclick="href('http://git.cliffbreak.de');">
<div class="sphere-content-warapper">
<img src="https://git.cliffbreak.de/img/gitea-lg.png" alt="gitEa">
</div>
</sphere>
2019-08-08 15:31:41 +00:00
<sphere>
2019-08-08 16:22:08 +00:00
<div class="sphere-content-warapper">
</div>
2019-08-08 15:31:41 +00:00
</sphere>
<sphere></sphere>
2019-08-08 16:22:08 +00:00
<sphere></sphere>
2019-08-08 15:31:41 +00:00
</div>
2019-08-08 16:22:08 +00:00
<script>
function href(web){
window.location.href = web;
}
</script>