Browse Source

add about

root 2 years ago
parent
commit
1e7b21635f
4 changed files with 156 additions and 31 deletions
  1. 43 0
      about/index.html
  2. 59 0
      article/index.html
  3. 33 19
      index.html
  4. 21 12
      log/index.html

+ 43 - 0
about/index.html

@@ -0,0 +1,43 @@
+<head>
+    <meta charset="UTF-8">
+    <script type="text/javascript" src="../js/jquery.min.js" crossorigin="anonymous"></script>
+    <link rel="stylesheet" href="../css/bootstrap.min.css" crossorigin="anonymous">
+    <script type="text/javascript" src="../js/bootstrap.min.js" crossorigin="anonymous"></script>
+    <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="../css/style.css">
+    <title>关于</title>
+    <script>
+        var a = "?????????!????!"
+        function addchr(i) {
+            if (i == a.length) a += 'Do you miss me? ';
+            console.log(i)
+            $('#miss').html($('#miss').html() + '<span style="font-size:' + parseInt(Math.random() * 20 + 10) + 'px">' + a.slice(i - 2, i) + '</span>')
+            setTimeout(function () { addchr(i + 2) }, 1000)
+        }
+    </script>
+</head>
+
+<body>
+    <a class="btn btn-info" href="/"><span class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a>
+    <div class="page-header">
+        <h2>关于我<small></small></h2>
+    </div>
+    <p><span>我是</span><span id="miss">向量。我还能说啥。</span></p>
+    <p>...我目前在读实验中学,想找我玩可以来 2025 届十一班!我是信竞狗,进省队无望,自从北京今年(2022)的 NOIP
+        取消后,我现在也基本想退役了。</p>
+    <p>别去查我的成绩,不管是信息还是文化课。捞的一批。</p>
+
+    <div class="page-header">
+        <h2>关于本网站<small></small></h2>
+    </div>
+    <p>原先我只是在<a href="/blog" target="_blank">这</a>写博客,记录信息学知识点,后来把实现的几个小功能(扒来的 js
+        小游戏、随机壁纸、搬运来的成绩整理)拉起来拼凑了个页面。我这人版权意识很薄弱,经常从别人手里偷代码,哪天他们会起诉我的。不过从偷的代码里面,我慢慢也学会了一些东西。
+    </p>
+    <p>随着技术的增进,我研究清楚了<a href="/score" target="_blank">心意答</a>的接口,用 WebSocket 实现了实时对战<a href="/chess"
+            target="_blank">五子棋</a>,又做了个可上传的<a href="/paint" target="_blank">在线画板</a>(虽然没人画)。</p>
+    <p>具体可以看看<a href="/log" target="_blank">网站日志</a>。</p>
+    <button class="btn btn-danger" onclick="$('#miss').html('');addchr(1);$('.btn').hide(100)" title="end"></button>
+
+</body>

+ 59 - 0
article/index.html

@@ -0,0 +1,59 @@
+<head>
+    <meta charset="UTF-8">
+    <script type="text/javascript" src="../js/jquery.min.js" crossorigin="anonymous"></script>
+    <link rel="stylesheet" href="../css/bootstrap.min.css" crossorigin="anonymous">
+    <script type="text/javascript" src="../js/bootstrap.min.js" crossorigin="anonymous"></script>
+    <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="../css/style.css">
+</head>
+
+<body>
+    <a class="btn btn-info" href="/" style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;"><span
+            class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a>
+    <div class="page-header">
+        <h2>Seduce someone
+            <small>(背单词时发现的)</small>
+        </h2>
+    </div>
+    <p>We are never as shy and gauche as we are when attempting to seduce someone we deeply like. The thought of someone
+        this perfect coming to take an interest in us seems at once tantalizing and entirely implausible. We develop
+        vertigo and, too often, fall. Behind our insecurity lie two conjoined fears: that we are exceptionally awful,
+        and that the beloved is exceptionally perfect. Both ideas are hugely destructive - and false.</p>
+    <p> However, the road to greater confidence about our own nature is not to start to tell ourselves that we are,
+        after all, brilliant. It is to examine more carefully how brilliant any other human being can plausibly be - and
+        conclude that we are no more awful than the next soul.</p>
+    <p> We are so closely in contact with our own ridiculous sides, we cannot - from within, if we are halfway honest -
+        have many illusions about ourselves: every day, we are made aware of our inherent clumsiness, error and
+        absurdity. By contrast, we only ever see the carefully constructed facades of everyone else, which is what can
+        make them seem - quite unfairly - more impressive than they in fact are.</p>
+    <p> We shouldn't try to reassure ourselves of our own dignity - we should grow at peace with the inevitable nature
+        of ours, but also everybody else's ridiculousness. We are idiots now, we have been idiots in the past, and we
+        will be idiots again in the future - and that is entirely normal. There aren't any other available options for a
+        human being.</p>
+    <p> Once we learn to see ourselves as already, and by nature, foolish, it really doesn't matter so much if we do one
+        more thing that might look quite stupid. The person we try to kiss could indeed think us ridiculous. But if they
+        did so, it wouldn't be news to us - they would only be confirming what we had already gracefully accepted in our
+        hearts long ago: that we, like them - and every other person on the earth - are something of a nitwit. The risk
+        of trying and failing would have its sting substantially removed. The fear of humiliation would no longer stalk
+        us in the shadows.</p>
+    <p> Furthermore, it is properly unhelpful ever to think of someone we want to seduce as particularly special. It is
+        normal, of course, to be momentarily dazzled by beauty or intelligence, but we should quickly recover our poise
+        and remember that our beloved is, after all, only human. In other words, that behind the alluring facade, once
+        we know them better, they will have a litany of irritating habits, insecurities, obsessions and flaws. To give us
+        further confidence, if we did kiss and even one day marry this person, we'd almost certainly be quite unhappy a
+        lot of the time.</p>
+    <p> Our intimidated feelings before a prospective lover stem from a melodramatic sense of how much is at stake. This
+        paragon will, with time, prove to be a lot more complicated than they appear and will at points be plain
+        heart-wrenchingly maddening. This dark knowledge should relax us as we struggle to cross the room and speak to
+        them: we are not, in fact, faced with a divine being balancing our fate entirely in their well-formed hands.
+        They are an ordinary creature beset with all the tensions, compromises and blind spots we know from our own
+        selves - someone who will, if everything goes really well, in substantial ways eventually ruin our lives. We can
+        approach our date with the down-to-earth confidence of one misery-inducing human reaching out to another to
+        start a relationship that will, in time, at many points, feel like an enormous mistake. We can import into the
+        seduction phase some of the - usefully relaxing - ingratitude that we naturally experience once a relationship
+        has started - and use it to get love going. We should, before heading out for the evening, tell oneself that one
+        is of course something of a cretin and an imbecile, but then so are they, and everyone else we will meet. One or
+        two more acts of folly should, thereafter, not seem like they matter very much at all.</p>
+</body>

+ 33 - 19
index.html

@@ -39,6 +39,10 @@
             transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
         }
 
+        .btn.btn-lg {
+            text-shadow: black 5px 3px 3px;
+        }
+
         .btn:hover {
             text-shadow: rgb(33, 33, 30, 0.8) 3px 3px 5px;
             transform: rotate(2deg) translate(-2px, -4px);
@@ -69,9 +73,8 @@
             text-shadow: red -1px -2px 3px, yellow 1px 2px 3px, green -1px 2px 3px;
         }
 
-        .btn {
-            text-shadow: rgb(85, 85, 85) 3px 2px 4px;
-            display: inline-block;
+        .btn.btn-primary:hover {
+            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;
         }
 
         .btn-xs.gee {
@@ -156,26 +159,15 @@
     </div>
     <div class="col-md-10">
         <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>&nbsp;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>&nbsp;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>&nbsp;<del>View on gitee</del>(outdated)</a>
+        <p><a class="btn btn-primary btn-lg" href="/blog">
+                <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>&nbsp;Blog</a>&nbsp;
+            <a id="about" class="btn btn-primary btn-lg" href="/about">
+                <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span>&nbsp;关于</a>
         </p>
-    </div>
 
-    <div class="col-md-10">
-        <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>&nbsp;&nbsp;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>&nbsp;<del>Repo on gitee</del> (outdated)</a>
-        </p>
     </div>
 
+
     <div class="col-md-10">
         <hr>
         <h3>> 娱乐</h3>
@@ -198,6 +190,8 @@
                     aria-hidden="true"></span>&nbsp;&nbsp;五子棋</a>
             <a class="btn btn-info" id="gravity" href="/gravity/"><span class="glyphicon glyphicon-magnet"
                     aria-hidden="true"></span>&nbsp;&nbsp;引力</a>
+            <!-- <a class="btn btn-info" id="article" href="/article/"><span class="glyphicon glyphicon-book"
+                    aria-hidden="true"></span>&nbsp;&nbsp;一些好玩的文章</a> -->
         </div>
     </div>
 
@@ -225,6 +219,26 @@
         <hr><button class="btn btn-danger btn-dang"><span class="glyphicon glyphicon-heart"
                 aria-hidden="true"></span></button>
     </div>
+    <div class="col-md-10">
+        <hr>
+        <h3>> 已过时</h3>
+        <p><a class="btn btn-primary btn-sm" href="https://schtonn.github.io/">
+                <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>&nbsp;schtonn.github.io</a>
+            <a class="btn btn-primary btn-sm" href="https://schtonn.gitee.io/"><span
+                    class="glyphicon glyphicon-thumbs-down"
+                    aria-hidden="true"></span>&nbsp;schtonn.gitee.io</a>
+        </p>
+    </div>
+
+    <div class="col-md-10">
+        <p><a class="btn btn-warning btn-sm" href="https://github.com/schtonn/schtonn.github.io"><span
+                    class="glyphicon glyphicon-folder-open" aria-hidden="true"></span>&nbsp;&nbsp;github.com/schtonn</a>
+            <a class="btn btn-warning btn-sm" href="https://gitee.com/schtonn/schtonn"><span
+                    class="glyphicon glyphicon-folder-open"
+                    aria-hidden="true"></span>&nbsp;gitee.com/schtonn</a>
+        </p>
+
+    </div>
     <div class="col-md-8 secret">
         secret message: i love <code>regex</code>
     </div>

+ 21 - 12
log/index.html

@@ -90,7 +90,16 @@
         <h1>网站日志</h1>
     </div>
 
-    <h3>
+    <h3 id="22.12.22">
+        2022.12.22
+        <small><a href="/score">score</a>、<a href="/about">about</a></small>
+    </h3>
+    <p>让所有扣分点晃来晃去;多好玩。</p>
+    <p>录入多人时增加了一个图表,让比较更直接。</p>
+    <p>修改了首页排版,增加了关于页面。</p>
+    <hr>
+
+    <h3 id="22.12.20">
         2022.12.20
         <small><a href="/score">score</a></small>
     </h3>
@@ -98,7 +107,7 @@
     <p>本来以为获取到的坐标很难转化成文档流直接定位的形式,后来发现原来 XYWH 代表坐标和大小,单位都是像素,这样只要我再乘一个图片缩放的系数就能定位了。</p>
     <hr>
 
-    <h3>
+    <h3 id="22.12.18">
         2022.12.18
         <small></small>
     </h3>
@@ -111,7 +120,7 @@
     <p>怎么说呢,希望学校不要告我吧...</p>
     <hr>
 
-    <h3>
+    <h3 id="22.12.17">
         2022.12.17
         <small><a href="https://greasyfork.org/zh-CN/scripts/456705-wangshaui-simulator">TamperMonkey</a></small>
     </h3>
@@ -121,7 +130,7 @@
     <p>为了方便调试,把心意答接口的加密过程硬编码了一下,以后就可以直接从<a href="/crypty-2">这里</a>处理了。</p>
     <hr>
 
-    <h3>
+    <h3 id="22.12.16">
         2022.12.16
         <small><a href="http://36.112.23.77/">36.112.23.77</a></small>
     </h3>
@@ -135,7 +144,7 @@
     <p>话又说回来,要是它加上了登陆验证,我还怎么偷你们的成绩呢??也许我可以学学机房大佬,用易语言开发一个木马,然后把老师的账号密码偷过来。或者远程控制老师的电脑,用惊悚图片把老师吓跑,再趁机操作他的帐号。</p>
     <hr>
 
-    <h3>
+    <h3 id="22.12.14">
         2022.12.14
         <small><a href="/score">score</a>、<a href="/blog">blog</a></small>
     </h3>
@@ -149,7 +158,7 @@
     <p>除此之外,今天还把博客通过暴力粘贴的方式搬运过来了。</p>
     <hr>
 
-    <h3>
+    <h3 id="22.12.13">
         2022.12.13
         <small><a href="/chem">chem</a>/add</small>
     </h3>
@@ -157,7 +166,7 @@
     <p>倒也有解决办法,就是强制覆盖自增的位置,但这样很难应对在序列中间删除的情况,所以删除功能基本是不会上线了,只能由我在后台自己维护。</p>
     <hr>
 
-    <h3>
+    <h3 id="22.12.12">
         2022.12.12
         <small><a href="/chem">chem</a>/query</small>
     </h3>
@@ -166,7 +175,7 @@
     <p>认识到了 SQL 注入的危害,并用简陋的手段做了防护。</p>
     <hr>
 
-    <h3>
+    <h3 id="22.12.11">
         2022.12.11
         <small>release</small>
     </h3>
@@ -177,7 +186,7 @@
             href="http://43.143.233.184/">http://43.143.233.184/</a>,应该会保持更新,不过暂时还没有购置域名的打算。</p>
     <hr>
 
-    <h3>
+    <h3 id="22.12.4">
         2022.12.4
         <small>dark</small>
     </h3>
@@ -185,7 +194,7 @@
     <p>进一步完善按钮样式。</p>
     <hr>
 
-    <h3>
+    <h3 id="22.12.3">
         2022.12.3
         <small><a href="/chem">chem</a></small>
     </h3>
@@ -199,7 +208,7 @@
     <button class="btn btn-info" style="outline: 5px dashed rgba(95, 177, 221, 0.5);">聚焦</button>
     <hr>
 
-    <h3>
+    <h3 id="22.12.2">
         2022.12.2
         <small>MySQL</small>
     </h3>
@@ -207,7 +216,7 @@
     <p>今天开始尝试在本地搭建 MySQL 数据库。希望是日后能建起一个存放中学化学式的数据库。</p>
     <hr>
 
-    <h3>
+    <h3 id="22.11.30">
         2022.11.30
         <small>WebSocket</small>
     </h3>