index.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="description" content="Schtonn site">
  6. <meta property="og:type" content="website">
  7. <meta property="og:title" content="schtonn">
  8. <meta property="og:url" content="https://schtonn.github.io/index.html">
  9. <meta property="og:site_name" content="schtonn site">
  10. <meta property="og:description" content="Schtonn site">
  11. <meta property="og:locale" content="en_US">
  12. <meta property="article:author" content="Alex">
  13. <meta name="twitter:card" content="summary">
  14. <link rel="canonical" href="https://schtonn.github.io/">
  15. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
  16. integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
  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. <!-- <link rel="stylesheet" href="/css/style.css"> -->
  22. <title>schtonn</title>
  23. </head>
  24. <body itemscope itemtype="http://schema.org/WebPage" style="height:100vh">
  25. <script src="js/cursorEffects.js"></script>
  26. <script type="text/javascript">
  27. new cursoreffects.bubbleCursor({ emoji: "🤐" });
  28. </script>
  29. <div class="bg">
  30. <h1>> schtonn</h1>
  31. <h3>> <span class="glyphicon glyphicon-link" aria-hidden="true"></span></h3>
  32. <p><a class="btn btn-primary btn-lg" href="/blog" style="text-shadow: black 5px 3px 3px;">
  33. <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>&nbsp;Blog</a></p>
  34. <p><a class="btn btn-primary" href="https://schtonn.github.io/" style="text-shadow: black 3px 2px 4px;">
  35. <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>&nbsp;View on github</a>
  36. <a class="btn btn-warning" href="https://schtonn.gitee.io/"
  37. style="text-shadow: rgb(155,55,55) 3px 2px 4px;"><span class="glyphicon glyphicon-thumbs-down"
  38. aria-hidden="true"></span>&nbsp;<del>View on gitee</del>(outdated)</a>
  39. </p>
  40. <p><a class="btn btn-primary" href="https://github.com/schtonn/schtonn.github.io"
  41. style="text-shadow: black 3px 2px 4px;"><span class="glyphicon glyphicon-folder-open"
  42. aria-hidden="true"></span>&nbsp;&nbsp;Repo on github</a>
  43. <a class="btn btn-warning" href="https://gitee.com/schtonn/schtonn"
  44. style="text-shadow: rgb(155,55,55) 3px 2px 4px;"><span class="glyphicon glyphicon-folder-close"
  45. aria-hidden="true"></span>&nbsp;<del>Repo on gitee</del> (outdated)</a>
  46. </p>
  47. <h3>> 娱乐</h3>
  48. <p>
  49. <a class="btn btn-info" href="/core/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;">Core</a>
  50. <a class="btn btn-info" href="/sans/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;">sans</a>
  51. <a class="btn btn-info" href="/sans-cheat/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;"><span
  52. class="glyphicon glyphicon-wrench" aria-hidden="true"></span>&nbsp;&nbsp;sans</a>
  53. <a class="btn btn-info" href="/random/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;">random</a>
  54. <a class="btn btn-info" href="/paint/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;"><span
  55. class="glyphicon glyphicon-pencil" aria-hidden="true"></span>&nbsp;&nbsp;绘画板</a>
  56. </p>
  57. <h3>> 小工具</h3>
  58. <p>
  59. <a class="btn btn-danger" href="/score/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;"><span
  60. class="glyphicon glyphicon-stats" aria-hidden="true"></span>&nbsp;&nbsp;成绩整理</a>
  61. <a class="btn btn-info" href="/crypty/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;">Crypty</a>
  62. </p>
  63. </div>
  64. </body>
  65. </html>