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-08 21:10:51 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="assets/style/fade.css">
|
2019-08-07 17:16:48 +00:00
|
|
|
|
2019-08-08 21:10:51 +00:00
|
|
|
<head>
|
|
|
|
<title>Cliffbreak.de</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="headline fade-in zero">
|
2019-08-08 15:31:41 +00:00
|
|
|
<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>
|
2019-08-08 21:10:51 +00:00
|
|
|
|
|
|
|
|
2019-08-08 15:31:41 +00:00
|
|
|
<div class="sphere-wrapper">
|
2019-08-08 21:10:51 +00:00
|
|
|
<sphere class="fade-in one" onclick="href('http://git.cliffbreak.de');">
|
2019-08-08 16:22:08 +00:00
|
|
|
<div class="sphere-content-warapper">
|
|
|
|
<img src="https://git.cliffbreak.de/img/gitea-lg.png" alt="gitEa">
|
|
|
|
</div>
|
|
|
|
</sphere>
|
2019-08-08 21:10:51 +00:00
|
|
|
<sphere class="fade-in two" onclick="href('https://ts.cliffbreak.de/')">
|
2019-08-08 16:22:08 +00:00
|
|
|
<div class="sphere-content-warapper">
|
2019-08-08 21:10:51 +00:00
|
|
|
<img src="assets/images/ts3.png" alt="ts3">
|
2019-08-08 16:22:08 +00:00
|
|
|
</div>
|
2019-08-08 15:31:41 +00:00
|
|
|
</sphere>
|
2019-08-08 21:10:51 +00:00
|
|
|
<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>
|
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>
|