index.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. <link rel="canonical" href="https://schtonn.github.io/">
  16. <!-- <link async rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
  17. integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous"> -->
  18. <link rel="stylesheet" href="css/bootstrap.min.css" crossorigin="anonymous">
  19. <link rel="preconnect" href="https://fonts.gstatic.com">
  20. <link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
  21. &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
  22. <link rel="stylesheet" href="css/style.css">
  23. <!-- <link rel="stylesheet" href="/css/style.css"> -->
  24. <title>schtonn</title>
  25. <style>
  26. .btn {
  27. text-shadow: rgb(133, 133, 130) 1px 2px 3px;
  28. transition-duration: 100ms;
  29. transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  30. }
  31. .btn:hover {
  32. text-shadow: rgb(33, 33, 30, 0.8) 3px 3px 5px;
  33. transform: rotate(2deg) translate(-2px, -4px);
  34. }
  35. #random:hover {
  36. text-shadow: -3px -3px 3px rosybrown, 3px 3px 3px royalblue, 3px -3px 5px whitesmoke, -3px 3px 5px whitesmoke, -3px -3px 5px yellow;
  37. }
  38. #paint:hover {
  39. 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;
  40. }
  41. #chess:hover {
  42. text-shadow: rgb(13, 13, 10, 0.8) -1px -2px 3px, whitesmoke 1px 2px 3px, whitesmoke -1px 2px 3px;
  43. }
  44. #gravity:hover {
  45. text-shadow: seagreen -1px -2px 3px, grey 1px 2px 3px, whitesmoke -1px 2px 3px;
  46. }
  47. </style>
  48. </head>
  49. <body itemscope itemtype="http://schema.org/WebPage" style="height:100vh">
  50. <script src="js/cursorEffects.js"></script>
  51. <script type="text/javascript">
  52. new cursoreffects.bubbleCursor();
  53. </script>
  54. <h1>> schtonn</h1>
  55. <h3>> <span class="glyphicon glyphicon-link" aria-hidden="true"></span></h3>
  56. <p><a class="btn btn-primary btn-lg" href="/blog" style="text-shadow: black 5px 3px 3px;">
  57. <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>&nbsp;Blog</a></p>
  58. <p><a class="btn btn-primary" href="https://schtonn.github.io/" style="text-shadow: black 3px 2px 4px;">
  59. <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>&nbsp;View on github</a>
  60. <a class="btn btn-warning" href="https://schtonn.gitee.io/"
  61. style="text-shadow: rgb(155,55,55) 3px 2px 4px;"><span class="glyphicon glyphicon-thumbs-down"
  62. aria-hidden="true"></span>&nbsp;<del>View on gitee</del>(outdated)</a>
  63. </p>
  64. <p><a class="btn btn-primary" href="https://github.com/schtonn/schtonn.github.io"
  65. style="text-shadow: black 3px 2px 4px;"><span class="glyphicon glyphicon-folder-open"
  66. aria-hidden="true"></span>&nbsp;&nbsp;Repo on github</a>
  67. <a class="btn btn-warning" href="https://gitee.com/schtonn/schtonn"
  68. style="text-shadow: rgb(155,55,55) 3px 2px 4px;"><span class="glyphicon glyphicon-folder-close"
  69. aria-hidden="true"></span>&nbsp;<del>Repo on gitee</del> (outdated)</a>
  70. </p>
  71. <h3>> 娱乐</h3>
  72. <p>
  73. <a class="btn btn-info" href="/core/">Core</a>
  74. <a class="btn btn-info" href="/sans/">sans</a>
  75. <a class="btn btn-info" href="/sans-cheat/"><span class="glyphicon glyphicon-wrench"
  76. aria-hidden="true"></span>&nbsp;&nbsp;sans</a>
  77. <a class="btn btn-info" id="random" href="/random/">random</a>
  78. <a class="btn btn-info" id="paint" href="/paint/"><span class="glyphicon glyphicon-pencil"
  79. aria-hidden="true"></span>&nbsp;&nbsp;绘画板</a>
  80. <a class="btn btn-info" id="chess" href="/chess/"><span class="glyphicon glyphicon-record"
  81. aria-hidden="true"></span>&nbsp;&nbsp;五子棋</a>
  82. <a class="btn btn-info" id="gravity" href="/gravity/"><span class="glyphicon glyphicon-magnet"
  83. aria-hidden="true"></span>&nbsp;&nbsp;引力</a>
  84. </p>
  85. <h3>> 小工具</h3>
  86. <p>
  87. <a class="btn btn-danger" href="/score/" style="text-shadow: rgb(13,13,10,0.5) 3px 2px 4px;"><span
  88. class="glyphicon glyphicon-stats" aria-hidden="true"></span>&nbsp;&nbsp;成绩整理</a>
  89. <a class="btn btn-info" href="/crypty/">Crypty</a>
  90. </p>
  91. </body>
  92. </html>