index.html 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <!--haccing skills #1: view page source-->
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta name="description" content="A sus OS for aSUS computers.">
  9. <meta name="keywords" content="amogos,amog os,amongos,amogus,among us">
  10. <meta name="theme-color" content="#66ddcc">
  11. <meta property="og:site_name" content="AmogOS">
  12. <meta name="og:title" content="AmogOS | Home">
  13. <meta name="og:description" content="A sus OS for aSUS computers.">
  14. <meta name="og:image" itemprop="image" content="https://amog-os.github.io/icons/sus.png">
  15. <link rel="shortcut icon" href="icons/sus.ico" sizes="32x32">
  16. <link rel="bookmark" href="icons/sus.ico">
  17. <link href="common.css" rel="stylesheet" type="text/css">
  18. <title>AmogOS | Sussy wussy.</title>
  19. <style>
  20. body{
  21. background-repeat: no-repeat;
  22. background-size: cover;
  23. }
  24. #main-container{
  25. height: 100vh;
  26. }
  27. #logo-container{
  28. padding-top: calc(36vh - 30px);
  29. width: 100%;
  30. text-align: center;
  31. }
  32. #text-logo, #slogan{
  33. display: inline-block;
  34. font-family: "Poppins";
  35. color: transparent;
  36. background: linear-gradient(-30deg, #669999, #66ddcc);
  37. -webkit-background-clip: text;
  38. cursor: default;
  39. }
  40. #text-logo{
  41. font-size: 60px;
  42. line-height: 75px;
  43. }
  44. #slogan-container{
  45. padding-top: 1.5%;
  46. padding-left: 12%;
  47. padding-right: 12%;
  48. }
  49. #slogan{
  50. font-size: 22px;
  51. line-height: 28px;
  52. }
  53. #download-container{
  54. padding-top: 1.5%;
  55. width: 100%;
  56. text-align: center;
  57. }
  58. .buttons{
  59. transition: 0.3s ease;
  60. width: 200px;
  61. height: 70px;
  62. margin: 10px;
  63. outline: none;
  64. border: 0px solid transparent;
  65. border-radius: 20px;
  66. color: #ffffff;
  67. font-size: 18px;
  68. font-family: "Poppins";
  69. cursor: pointer;
  70. }
  71. #download{
  72. background-image: linear-gradient(-30deg, #669999, #66ddcc);
  73. }
  74. #download:hover{
  75. box-shadow: 0px 0px 12px #66ddcc;
  76. }
  77. #discord{
  78. background-image: linear-gradient(-30deg, #4e5d94, #7289da);
  79. }
  80. #discord:hover{
  81. box-shadow: 0px 0px 12px #7289da;
  82. }
  83. #github{
  84. background-image: linear-gradient(-30deg, #0D1117, #161B22);
  85. }
  86. #github:hover{
  87. box-shadow: 0px 0px 12px #070a0e;
  88. }
  89. #donate{
  90. transition: 0.3s ease;
  91. position: fixed;
  92. right: 18px;
  93. bottom: 18px;
  94. height: 48px;
  95. margin-right: -180px;
  96. padding: 12px;
  97. outline: none;
  98. background-image: linear-gradient(-30deg, #297EFF, #8FC7FF);
  99. color: #ffffff;
  100. font-size: 12px;
  101. border: none;
  102. border-radius: 18px;
  103. font-family: "Poppins";
  104. cursor: pointer;
  105. }
  106. #donate:hover{
  107. box-shadow: 0px 0px 9px #8FC7FF;
  108. }
  109. @media screen and (max-width: 850px) {
  110. #logo-container{
  111. padding-top: calc(36vh - 60px);
  112. }
  113. header, #copyright{
  114. background-color: transparent;
  115. }
  116. body{
  117. background-image: none;
  118. }
  119. }
  120. @media screen and (max-width: 620px) {
  121. #logo-container{
  122. padding-top: calc(26vh - 60px);
  123. }
  124. #slogan{
  125. font-size: 18px;
  126. line-height: 24px;
  127. }
  128. }
  129. </style>
  130. </head>
  131. <body>
  132. <div id="main-container">
  133. <header>
  134. <nav>
  135. <ul id="bar">
  136. <li><a id="nav-logo" href="https://amog-os.github.io"></a></li>
  137. <li><a id="nav-home" class="now" href="index.html">Home</a></li>
  138. <li><a id="nav-install" href="install.html">Install</a></li>
  139. <li><a id="nav-about" href="about.html">About</a></li>
  140. <li><a id="nav-donate" href="donate.html">Donate</a></li>
  141. </ul>
  142. </nav>
  143. </header>
  144. <div id="logo-container">
  145. <div id="text-logo-container">
  146. <span id="text-logo">AmogOS</span>
  147. </div>
  148. <div id="slogan-container">
  149. <span id="slogan">A sus OS for aSUS computers</span>
  150. </div>
  151. </div>
  152. <div id="download-container">
  153. <button id="download" class="buttons" onclick="download()">Unsupported Browser</button>
  154. <button id="discord" class="buttons" onclick="discord()">Join our Discord!</button>
  155. <button id="github" class="buttons" onclick="github()">Visit our GitHub!</button>
  156. </div>
  157. <footer>
  158. <p id="copyright">© AmogOS Project. All Suspiciousness Reserved.</p>
  159. </footer>
  160. </div>
  161. </div>
  162. <script>
  163. document.getElementById("download").innerHTML = "Download";
  164. function download(){
  165. window.location.href = "downloads.html";
  166. }
  167. function discord(){
  168. window.open("https://discord.gg/6ut87Hqukr");
  169. }
  170. function github(){
  171. window.open("https://github.com/Amog-OS/AmogOS");
  172. }
  173. window.onload = function(){
  174. document.body.style.backgroundImage = "url('icons/bg-1080p.jpg')";
  175. }
  176. var secretNum = 0;
  177. document.getElementById("text-logo").onclick = function(){
  178. secretNum += 1;
  179. if (secretNum == 10){
  180. document.getElementById("slogan").innerHTML = "SUSSY";
  181. document.getElementById("text-logo").innerHTML = "Sussy Baka";
  182. document.body.style.backgroundImage = "url(icons/fongzoi.png)";
  183. }
  184. }
  185. console.log("%c3yr old haccing skills #2: inspect elements and console", "color:blue; font-size:50px");
  186. console.log("%cstop being s u s you little baka", "color:red; font-size:80px");
  187. </script>
  188. </body>
  189. </html>