The crux.sexy website
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

67 satır
2.9 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>crux.sexy</title>
  5. <link rel="stylesheet" type="text/css" href="sexy.css">
  6. <!-- stops transitions from firing on page load
  7. from http://joshfrankel.me/blog/prevent-css-transitions-on-page-load-with-es6/ -->
  8. <script>.preload-transitions * {
  9. $null-transition: none !important;
  10. -webkit-transition: $null-transition;
  11. -moz-transition: $null-transition;
  12. -ms-transition: $null-transition;
  13. -o-transition: $null-transition;
  14. transition: $null-transition;
  15. }</script>
  16. <script type="text/javascript">
  17. document.addEventListener("DOMContentLoaded",function(){
  18. let node = document.querySelector('.preload-transitions');
  19. node.classList.remove('preload-transitions');
  20. });
  21. </script>
  22. </head>
  23. <body class={{"nightly" if nightly else ""}}>
  24. <div class="title">
  25. {{"unstable builds!" if nightly else ""}}
  26. </div>
  27. <div class="flex-container">
  28. <a href="https://stroll.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-stroll">
  29. <div class="game-title">stroll</div>
  30. <img class="game-logo" src="/images/stroll-transparent.png">
  31. </a>
  32. <div class="game-description">A macro/vore procedural game</div>
  33. <a href="https://feast.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-feast">
  34. <div class="game-title">feast</div>
  35. <img class="game-logo" src="/images/feast-transparent.png">
  36. </a>
  37. <div class="game-description">A vore-focused RPG</div>
  38. <a href="https://gorge.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-gorge">
  39. <div class="game-title">gorge</div>
  40. <img class="game-logo" src="/images/gorge-transparent.png">
  41. </a>
  42. <div class="game-description">An idle/clicker vore game</div>
  43. <a href="https://satiate.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-satiate">
  44. <div class="game-title">satiate</div>
  45. <img class="game-logo" src="/images/satiate-transparent.png">
  46. </a>
  47. <div class="game-description">A text adventure engine with an emphasis on sound</div>
  48. </div>
  49. <a class="switcher" href="/{{"nightly" if not nightly else ""}}">
  50. <div class="switcher-text">
  51. {{"stable" if nightly else "nightly"}}
  52. <br>
  53. builds
  54. </div>
  55. </a>
  56. <a class="discord" href="https://discord.gg/vqcKVV6">
  57. <div class="discord-text">
  58. discord
  59. <br>
  60. server
  61. </div>
  62. </a>
  63. </body>
  64. </html>