46 lines
No EOL
1.3 KiB
HTML
46 lines
No EOL
1.3 KiB
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">
|
|
<link rel="stylesheet" type="text/css" href="assets/style/fade.css">
|
|
|
|
<head>
|
|
<title>Cliffbreak.de</title>
|
|
</head>
|
|
|
|
|
|
<div class="headline fade-in zero">
|
|
<div class="glitch-wrapper">
|
|
<div class="glitch" data-text="Cliffbreak">Cliffbreak</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="sphere-wrapper">
|
|
<sphere class="fade-in one" 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 class="fade-in two" onclick="href('https://ts.cliffbreak.de/')">
|
|
<div class="sphere-content-warapper">
|
|
<img src="assets/images/ts3.png" alt="ts3">
|
|
</div>
|
|
</sphere>
|
|
<sphere class="fade-in three">
|
|
<div class="sphere-wrapper">
|
|
<img src="https://cloud.cliffbreak.de/apps/theming/image/logo?useSvg=1&v=4">
|
|
</div>
|
|
</sphere>
|
|
<!-- <sphere class="fade-in four"></sphere> -->
|
|
</div>
|
|
|
|
<div class="cmd-container">
|
|
<a class="fade-in zero">init cliffbreak..</a>
|
|
<a class="fade-in one">loading content..</a>
|
|
</div>
|
|
|
|
<script>
|
|
function href(web){
|
|
window.location.href = web;
|
|
}
|
|
</script> |