index.html 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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"></script>
  14. <link rel="stylesheet" href="css/bootstrap.min.css">
  15. <script type="text/javascript" src="js/bootstrap.min.js"></script>
  16. <link rel="canonical" href="https://43.143.233.184/">
  17. <link rel="preconnect" href="https://fonts.googleapis.com">
  18. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  19. <link href="https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
  20. &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
  21. <link rel="stylesheet" href="css/style.css">
  22. <style>
  23. * {
  24. transition-duration: 300ms;
  25. }
  26. /* https://i.328888.xyz/2022/12/23/Dn9eo.jpeg */
  27. body {
  28. background-image: url(https://i.328888.xyz/2022/12/23/DnIEL.jpeg);
  29. background-size: cover;
  30. background-repeat: no-repeat;
  31. background-attachment: fixed;
  32. background-position: 65% 50%;
  33. }
  34. body.dark {
  35. background-image: url(https://i.328888.xyz/2023/01/27/jVQed.jpeg);
  36. }
  37. .btn {
  38. text-shadow: rgb(133, 133, 130) 1px 2px 3px;
  39. transition-duration: 100ms;
  40. transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  41. }
  42. .btn:not(.btn-sm) {
  43. margin-top: 5px;
  44. }
  45. .btn.btn-lg {
  46. text-shadow: black 5px 3px 3px;
  47. }
  48. /* .btn:hover {
  49. text-shadow: rgb(33, 33, 30, 0.8) 3px 3px 5px;
  50. transform: rotate(2deg) translate(-2px, -4px);
  51. } */
  52. #random:hover {
  53. text-shadow: -3px -3px 3px rosybrown, 3px 3px 3px royalblue, 3px -3px 5px whitesmoke, -3px 3px 5px whitesmoke, -3px -3px 5px yellow;
  54. }
  55. #paint:hover {
  56. 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;
  57. }
  58. #chess:hover {
  59. text-shadow: rgb(13, 13, 10, 0.8) -1px -2px 3px, whitesmoke 1px 2px 3px, whitesmoke -1px 2px 3px;
  60. }
  61. #gravity:hover {
  62. text-shadow: seagreen -1px -2px 3px, grey 1px 2px 3px, whitesmoke -1px 2px 3px;
  63. }
  64. .tool {
  65. vertical-align: bottom;
  66. }
  67. .tool: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.dark {
  77. background-color: rgb(70, 59, 150);
  78. color: white;
  79. }
  80. code.dark {
  81. background-color: rgb(70, 59, 150);
  82. }
  83. .noshadow {
  84. text-shadow: none;
  85. }
  86. .dark ::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. .dark {
  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.dark: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.dark,
  116. .secret>code.dark {
  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.dark {
  130. background-color: rgba(0, 0, 0, 0.4);
  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>
  149. $().ready(function () {
  150. $('.btn-dang').on('click', function (e) {
  151. $('body,.btn,.btn-xs,code,.secret,.full').toggleClass('dark')
  152. console.log(e)
  153. })
  154. if (document.domain != '43.143.233.184') $('.alert').show();
  155. $("[data-toggle='tooltip']").tooltip();
  156. })
  157. </script>
  158. </head>
  159. <body itemscope itemtype="https://schema.org/WebPage" style="height:100vh">
  160. <div class="alert alert-warning" style="display:none">注意:正在将网站迁移至<a href="https://43.143.233.184/">https://43.143.233.184/</a>,此页面内容可能已经过时。
  161. </div>
  162. <div class="full col-md-12">
  163. <div class="page-header">
  164. <h1>> schtonn
  165. </h1>
  166. </div>
  167. <div class="col-md-10">
  168. <h3>> <span class="glyphicon glyphicon-link" aria-hidden="true"></span></h3>
  169. <p><a class="btn btn-primary btn-lg" href="/blog">
  170. <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>&nbsp;Blog</a>&nbsp;
  171. <a id="about" class="btn btn-primary btn-lg" href="/about">
  172. <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span>&nbsp;关于</a>
  173. <a class="btn btn-info tool" href="/log/"><span class="glyphicon glyphicon-list" aria-hidden="true"></span>&nbsp;日志</a>
  174. <a class="btn btn-info tool" href="https://43.143.233.184:2"><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>&nbsp;邮箱</a>
  175. <a class="btn btn-info tool" href="https://43.143.233.184:3"><span class="glyphicon glyphicon-floppy-disk" aria-hidden="true"></span>&nbsp;Git</a>
  176. </p>
  177. </div>
  178. <div class="col-md-10">
  179. <hr>
  180. <h3>> 娱乐</h3>
  181. <div>
  182. <a class="btn btn-info" href="https://太帅了.cn" data-toggle="tooltip" data-placement="top" title="中国人不懂浪漫,这么好的域名让我注册了">太帅了.cn</a>
  183. <a class="btn btn-info" href="minecraft">Minecraft</a>
  184. <a class="btn btn-info" id="paint" href="/paint/"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span>&nbsp;&nbsp;绘画板</a>
  185. <a class="btn btn-info" id="chess" href="/chess/"><span class="glyphicon glyphicon-record" aria-hidden="true"></span>&nbsp;&nbsp;五子棋</a>
  186. <a class="btn btn-primary" href="/fun/"><span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>&nbsp;&nbsp;更多</a>
  187. </div>
  188. </div>
  189. <div class="col-md-10">
  190. <hr>
  191. <h3>> 小工具</h3>
  192. <div>
  193. <a class="btn btn-danger" id="score" href="/sso/"><span class="glyphicon glyphicon-user" aria-hidden="true"></span>&nbsp;&nbsp;数字校园</a>
  194. <a class="btn btn-danger" id="score" href="/score/"><span class="glyphicon glyphicon-stats" aria-hidden="true"></span>&nbsp;&nbsp;成绩整理</a>
  195. <a class="btn btn-warning" id="chem" href="/chem/"><span class="glyphicon glyphicon-fire" aria-hidden="true"></span>&nbsp;化学</a>
  196. <div class="btn-group">
  197. <button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown">Crypty&nbsp;
  198. <span class="caret"></span></button>
  199. <ul class="dropdown-menu">
  200. <li><a href="/crypty/">Crypty</a></li>
  201. <li><a href="/crypty/2/">Hardcoded AES</a></li>
  202. </ul>
  203. </div>
  204. </div>
  205. </div>
  206. <div class="col-md-2">
  207. <hr><button class="btn btn-danger btn-dang"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span></button>
  208. </div>
  209. <div class="col-md-8 secret">
  210. secret message: iee
  211. <!-- yee -->
  212. </div>
  213. </div>
  214. <div style="position:fixed; left:0px; bottom:0px;color:rgba(202, 202, 202, 0.5)">
  215. 摄于潭柘寺
  216. </div>
  217. </body>