|
@@ -15,26 +15,54 @@
|
|
|
<meta name="twitter:card" content="summary">
|
|
|
|
|
|
<link rel="canonical" href="https://schtonn.github.io/">
|
|
|
-
|
|
|
- <title>schtonn</title>
|
|
|
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
|
|
|
+ integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
|
|
|
+ <link rel="preconnect" href="https://fonts.gstatic.com">
|
|
|
+ <link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
|
|
|
+&family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
|
+<!-- <link rel="stylesheet" href="/website/Other/css/style.css"> -->
|
|
|
+<link rel="stylesheet" href="/css/style.css">
|
|
|
+<title>schtonn</title>
|
|
|
|
|
|
</head>
|
|
|
|
|
|
-<body itemscope itemtype="http://schema.org/WebPage" style="height: 1145.14px;">
|
|
|
+<body itemscope itemtype="http://schema.org/WebPage" style="height: 1145.14px; margin: 5px;">
|
|
|
<script src="js/cursorEffects.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
- new cursoreffects.bubbleCursor({emoji:"🤐"});
|
|
|
+ new cursoreffects.bubbleCursor({ emoji: "🤐" });
|
|
|
</script>
|
|
|
|
|
|
- <h1>schtonn</h1>
|
|
|
- <p><a href="/blog">blog</a></p>
|
|
|
- <p><a href="https://github.com/schtonn/schtonn.github.io">view on github</a></p>
|
|
|
- <p><a href="https://gitee.com/schtonn/schtonn"><del>view on gitee</del> (outdated)</a></p>
|
|
|
- <h2>schtonn</h2>
|
|
|
- <h4>schtonn</h4>
|
|
|
- <h3>schtonn</h3>
|
|
|
- <h5>schtonn</h5>
|
|
|
-
|
|
|
+ <h1>> schtonn</h1>
|
|
|
+ <h3>> <span class="glyphicon glyphicon-link" aria-hidden="true"></span></h3>
|
|
|
+ <p><a class="btn btn-primary btn-lg" href="/blog" style="text-shadow: black 5px 3px 3px;">
|
|
|
+ <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span> Blog</a></p>
|
|
|
+ <p><a class="btn btn-primary" href="https://schtonn.github.io/" style="text-shadow: black 3px 2px 4px;">
|
|
|
+ <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span> View on github</a>
|
|
|
+ <a class="btn btn-warning" href="https://schtonn.gitee.io/"
|
|
|
+ style="text-shadow: rgb(155,55,55) 3px 2px 4px;"><span class="glyphicon glyphicon-thumbs-down"
|
|
|
+ aria-hidden="true"></span> <del>View on
|
|
|
+ gitee</del>(outdated)</a>
|
|
|
+ </p>
|
|
|
+ <p><a class="btn btn-primary" href="https://github.com/schtonn/schtonn.github.io"
|
|
|
+ style="text-shadow: black 3px 2px 4px;"><span class="glyphicon glyphicon-folder-open"
|
|
|
+ aria-hidden="true"></span> Repo on github</a>
|
|
|
+ <a class="btn btn-warning" href="https://gitee.com/schtonn/schtonn"
|
|
|
+ style="text-shadow: rgb(155,55,55) 3px 2px 4px;"><span class="glyphicon glyphicon-folder-close"
|
|
|
+ aria-hidden="true"></span> <del>Repo on gitee</del> (outdated)</a>
|
|
|
+ </p>
|
|
|
+ <h3>> 娱乐:</h3>
|
|
|
+ <p>
|
|
|
+ <a class="btn btn-info" href="/core/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;">Core</a>
|
|
|
+ <a class="btn btn-info" href="/sans/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;">sans</a>
|
|
|
+ <a class="btn btn-info" href="/sans-cheat/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;"><span
|
|
|
+ class="glyphicon glyphicon-wrench" aria-hidden="true"></span> sans</a>
|
|
|
+ </p>
|
|
|
+ <h3>> 小工具:</h3>
|
|
|
+ <p>
|
|
|
+ <a class="btn btn-danger" href="/score/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;"><span
|
|
|
+ class="glyphicon glyphicon-stats" aria-hidden="true"></span> 查分</a>
|
|
|
+ <a class="btn btn-info" href="/crypty/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;">Crypty</a>
|
|
|
+ </p>
|
|
|
</body>
|
|
|
|
|
|
</html>
|