|
|
|
@@ -3,23 +3,6 @@ |
|
|
|
<head> |
|
|
|
<title>crux.sexy</title> |
|
|
|
<link rel="stylesheet" type="text/css" href="sexy.css"> |
|
|
|
<!-- stops transitions from firing on page load |
|
|
|
from http://joshfrankel.me/blog/prevent-css-transitions-on-page-load-with-es6/ --> |
|
|
|
<script>.preload-transitions * { |
|
|
|
$null-transition: none !important; |
|
|
|
|
|
|
|
-webkit-transition: $null-transition; |
|
|
|
-moz-transition: $null-transition; |
|
|
|
-ms-transition: $null-transition; |
|
|
|
-o-transition: $null-transition; |
|
|
|
transition: $null-transition; |
|
|
|
}</script> |
|
|
|
<script type="text/javascript"> |
|
|
|
document.addEventListener("DOMContentLoaded",function(){ |
|
|
|
let node = document.querySelector('.preload-transitions'); |
|
|
|
node.classList.remove('preload-transitions'); |
|
|
|
}); |
|
|
|
</script> |
|
|
|
</head> |
|
|
|
<body class={{"nightly" if nightly else ""}}> |
|
|
|
<div class="title"> |
|
|
|
@@ -62,5 +45,13 @@ |
|
|
|
|
|
|
|
<a class="discord-footer" href="https://discord.gg/vqcKVV6"><img id="discord-image" src="/images/discord.svg"></a> |
|
|
|
|
|
|
|
<div id="about"> |
|
|
|
<div>Everything on this site was created by chemicalcrux</div> |
|
|
|
<div>You can find me on <a href="https://www.furaffinity.net/user/chemicalcrux">Fur Affinity</a></div> |
|
|
|
<div>You can also join the Discord server linked at the top of the page for updates</div> |
|
|
|
<div class="about-button" id="about-disable" onclick="document.querySelector('body').classList.remove('about-enable')">back</div> |
|
|
|
</div> |
|
|
|
<div class="about-button" id="about-enable" onclick="document.querySelector('body').classList.add('about-enable')">about</div> |
|
|
|
|
|
|
|
</body> |
|
|
|
</html> |