index.html 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="manifest" href="/site.webmanifest">
  6. <meta name="description" content="Schtonn site">
  7. <meta property="og:type" content="website">
  8. <meta property="og:title" content="schtonn">
  9. <meta property="og:url" content="https://schtonn.github.io/index.html">
  10. <meta property="og:site_name" content="schtonn site">
  11. <meta property="og:description" content="Schtonn site">
  12. <meta property="og:locale" content="en_US">
  13. <meta property="article:author" content="Alex">
  14. <meta name="twitter:card" content="summary">
  15. <script type="text/javascript" src="js/jquery.min.js" crossorigin="anonymous"></script>
  16. <link rel="stylesheet" href="css/bootstrap.min.css" crossorigin="anonymous">
  17. <script type="text/javascript" src="js/bootstrap.min.js" crossorigin="anonymous"></script>
  18. <link rel="canonical" href="https://schtonn.github.io/">
  19. <!-- <link async rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
  20. integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous"> -->
  21. <!-- <link rel="stylesheet" href="css/bootstrap.min.css" crossorigin="anonymous"> -->
  22. <link rel="preconnect" href="https://fonts.gstatic.com">
  23. <link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
  24. &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
  25. <link rel="stylesheet" href="css/style.css">
  26. <!-- <link rel="stylesheet" href="/css/style.css"> -->
  27. <title>schtonn</title>
  28. <style>
  29. * {
  30. transition-duration: 300ms;
  31. }
  32. /* https://i.328888.xyz/2022/12/23/Dn9eo.jpeg */
  33. body {
  34. background-image: url(https://i.328888.xyz/2022/12/23/DnIEL.jpeg);
  35. background-size: cover;
  36. background-repeat: no-repeat;
  37. background-attachment: fixed;
  38. background-position: 65% 50%;
  39. }
  40. .btn {
  41. text-shadow: rgb(133, 133, 130) 1px 2px 3px;
  42. transition-duration: 100ms;
  43. transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  44. }
  45. .btn:not(.btn-sm) {
  46. margin-top: 5px;
  47. }
  48. .btn.btn-lg {
  49. text-shadow: black 5px 3px 3px;
  50. }
  51. /* .btn:hover {
  52. text-shadow: rgb(33, 33, 30, 0.8) 3px 3px 5px;
  53. transform: rotate(2deg) translate(-2px, -4px);
  54. } */
  55. #random:hover {
  56. text-shadow: -3px -3px 3px rosybrown, 3px 3px 3px royalblue, 3px -3px 5px whitesmoke, -3px 3px 5px whitesmoke, -3px -3px 5px yellow;
  57. }
  58. #paint:hover {
  59. text-shadow: -3px -3px 3px rgb(95, 192, 150), 3px 3px 3px rgb(131, 221, 226), 3px -3px 5px rgb(151, 124, 225), -3px 3px 5px whitesmoke, -3px -3px 5px yellow;
  60. }
  61. #chess:hover {
  62. text-shadow: rgb(13, 13, 10, 0.8) -1px -2px 3px, whitesmoke 1px 2px 3px, whitesmoke -1px 2px 3px;
  63. }
  64. #gravity:hover {
  65. text-shadow: seagreen -1px -2px 3px, grey 1px 2px 3px, whitesmoke -1px 2px 3px;
  66. }
  67. #log:hover {
  68. text-shadow: floralwhite -1px -2px 3px, grey 1px 2px 3px, black -1px 2px 2px;
  69. }
  70. #chem:hover {
  71. text-shadow: red -1px -2px 3px, yellow 1px 2px 3px, green -1px 2px 3px;
  72. }
  73. .btn.btn-primary:hover {
  74. text-shadow: seagreen -1px -2px 3px, grey 1px 2px 3px, whitesmoke 2px 2px 3px, rgb(151, 124, 225) -2px 2px 3px, rgb(124, 186, 225) 2px -2px 3px, rgb(226, 218, 131) -2px -2px 3px;
  75. }
  76. .btn-xs.gee {
  77. background-color: rgb(70, 59, 150);
  78. color: white;
  79. }
  80. code.gee {
  81. background-color: rgb(70, 59, 150);
  82. }
  83. .noshadow {
  84. text-shadow: none;
  85. }
  86. .gee ::selection {
  87. color: white;
  88. text-decoration: underline wavy #FF3028;
  89. text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
  90. background-color: transparent;
  91. }
  92. .gee {
  93. color: white;
  94. background-color: rgba(0, 0, 0, 0.4);
  95. }
  96. .btn-dang {
  97. transition-duration: 200ms;
  98. }
  99. .btn-dang:is(:hover, :hover:focus) {
  100. outline: 50px solid rgba(58, 58, 58, 0.5)
  101. }
  102. .btn-dang.gee:hover {
  103. outline: 50px solid rgba(202, 202, 202, 0.5)
  104. }
  105. .btn-dang:is(:hover:active:focus, :active) {
  106. outline: 150px double rgba(162, 6, 6, 0.5)
  107. }
  108. .secret,
  109. .secret>code {
  110. z-index: -1;
  111. scale: 0;
  112. background-color: floralwhite;
  113. color: floralwhite;
  114. }
  115. .secret.gee,
  116. .secret>code.gee {
  117. scale: 1;
  118. display: inline-block;
  119. background-color: transparent;
  120. color: transparent
  121. }
  122. .full {
  123. background-color: rgba(202, 202, 202, 0.6);
  124. outline: 3px solid rgba(135, 135, 135, 0.5);
  125. border-radius: 10px;
  126. margin-top: 35px;
  127. padding-top: 15px;
  128. }
  129. .full.gee {
  130. background-color: rgba(22, 22, 22, 0.5);
  131. border-radius: 10px;
  132. margin: 0;
  133. padding-top: 50px;
  134. padding-bottom: 30px;
  135. backdrop-filter: blur(5px);
  136. }
  137. .btn {
  138. position: relative;
  139. top: 0px;
  140. }
  141. .btn:hover {
  142. top: -2px;
  143. }
  144. .btn:active {
  145. top: 5px;
  146. }
  147. </style>
  148. <script src="js/cursorEffects.js"></script>
  149. <script>
  150. $().ready(function () {
  151. $('.btn-dang').on('click', function (e) {
  152. $('body,.btn,.btn-xs,code,.secret,.full').toggleClass('gee')
  153. console.log(e)
  154. })
  155. if (document.domain != '43.143.233.184') $('.alert').show();
  156. new cursoreffects.bubbleCursor();
  157. $("[data-toggle='tooltip']").tooltip();
  158. })
  159. </script>
  160. </head>
  161. <body itemscope itemtype="http://schema.org/WebPage" style="height:100vh">
  162. <div class="alert alert-warning" style="display:none">注意:正在将网站迁移至<a
  163. href="http://43.143.233.184/">http://43.143.233.184/</a>,此页面内容可能已经过时。
  164. </div>
  165. <div class="full col-md-12">
  166. <div class="page-header">
  167. <h1>> schtonn
  168. </h1>
  169. </div>
  170. <div class="col-md-10">
  171. <h3>> <span class="glyphicon glyphicon-link" aria-hidden="true"></span></h3>
  172. <p><a class="btn btn-primary btn-lg" href="/blog">
  173. <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>&nbsp;Blog</a>&nbsp;
  174. <!-- <a id="about" class="btn btn-primary btn-lg" href="/about">
  175. <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span>&nbsp;关于</a> -->
  176. </p>
  177. </div>
  178. <div class="col-md-10">
  179. <hr>
  180. <h3>> 娱乐</h3>
  181. <div>
  182. <a class="btn btn-info" id="paint" href="/paint/"><span class="glyphicon glyphicon-pencil"
  183. aria-hidden="true"></span>&nbsp;&nbsp;绘画板</a>
  184. <a class="btn btn-info" id="chess" href="/chess/"><span class="glyphicon glyphicon-record"
  185. aria-hidden="true"></span>&nbsp;&nbsp;五子棋</a>
  186. <a class="btn btn-info" href="https://太帅了.cn" data-toggle="tooltip" data-placement="top"
  187. title="中国人不懂浪漫,这么好的域名让我注册了">太帅了.cn</a>
  188. <a class="btn btn-info" href="minecraft">Minecraft</a>
  189. <a class="btn btn-primary" href="/fun/"><span class="glyphicon glyphicon-chevron-right"
  190. aria-hidden="true"></span>&nbsp;&nbsp;更多</a>
  191. </div>
  192. </div>
  193. <div class="col-md-10">
  194. <hr>
  195. <h3>> 小工具</h3>
  196. <div>
  197. <a class="btn btn-danger" id="score" href="/score/"><span class="glyphicon glyphicon-stats"
  198. aria-hidden="true"></span>&nbsp;&nbsp;成绩整理</a>
  199. <a class="btn btn-warning" id="chem" href="/chem/"><span class="glyphicon glyphicon-fire"
  200. aria-hidden="true"></span>&nbsp;化学</a>
  201. <div class="btn-group">
  202. <button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown">Crypty&nbsp;
  203. <span class="caret"></span></button>
  204. <ul class="dropdown-menu">
  205. <li><a href="/crypty/">Crypty</a></li>
  206. <li><a href="/crypty-2/">Hardcoded AES</a></li>
  207. </ul>
  208. </div>
  209. <a class="btn btn-info" id="log" href="/log/"><span class="glyphicon glyphicon-list"
  210. aria-hidden="true"></span>&nbsp;日志</a>
  211. <a class="btn btn-info" id="mail" href="http://43.143.233.184:90"><span
  212. class="glyphicon glyphicon-envelope" aria-hidden="true"></span>&nbsp;邮箱</a>
  213. </div>
  214. </div>
  215. <div class="col-md-2">
  216. <hr><button class="btn btn-danger btn-dang"><span class="glyphicon glyphicon-heart"
  217. aria-hidden="true"></span></button>
  218. </div>
  219. <div class="col-md-8 secret">
  220. secret message: iee
  221. </div>
  222. </div>
  223. <div style="position:fixed; left:0px; bottom:0px;color:rgba(202, 202, 202, 0.5)">
  224. 摄于潭柘寺
  225. </div>
  226. </body>
  227. </html>