forked from Cliffbreak/Landingpage
29 lines
No EOL
743 B
HTML
29 lines
No EOL
743 B
HTML
<link rel="stylesheet" type="text/css" href="assets/style/glitch.css">
|
|
<link rel="stylesheet" type="text/css" href="assets/style/style.css">
|
|
<link rel="stylesheet" type="text/css" href="assets/style/sphere.css">
|
|
|
|
<div class="headline">
|
|
<div class="glitch-wrapper">
|
|
<div class="glitch" data-text="Cliffbreak">Cliffbreak</div>
|
|
</div>
|
|
</div>
|
|
<div class="sphere-wrapper">
|
|
<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>
|
|
<sphere>
|
|
<div class="sphere-content-warapper">
|
|
|
|
</div>
|
|
</sphere>
|
|
<sphere></sphere>
|
|
<sphere></sphere>
|
|
</div>
|
|
|
|
<script>
|
|
function href(web){
|
|
window.location.href = web;
|
|
}
|
|
</script> |