index.html 9.0 KB

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