forked from aeilot/aeilot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (131 loc) · 6.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<title>Louis Aeilot</title>
<link rel="shortcut icon" href="/favicon.ico">
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<link rel="stylesheet" href="/css/main.css">
<style>
@font-face {
font-family: Zpix;
src: url("./font/zpix.ttf");
}
@font-face {
font-family: ZpixOnline;
src: url(https://zpix.now.sh/zpix.woff2);
}
* {
font-family: Zpix, ZpixOnline, sans-serif;
}
</style>
</head>
<body>
<div class="container">
<div class="hero">
<h3>Hello, there!</h3>
<h1>我是 Louis Aeilot</h1>
<p>07年生人,会写代码,会摄影,会剪辑,但都只是略知一二。大家可以看看我的<a href="https://github.com/aeilot/aeilot">详细介绍</a>,读读我的<a href="https://blog.aeilot.top/about">故事</a>。我也欢迎大家来拜访我的<a
href="https://blog.aeilot.top">博客</a>。</p>
</div>
<main>
<section class="topic">
<h2 id="contact"><a href="#contact">#</a>联系方式</h2>
<div class="lists">
<ul class="nes-list is-circle">
<li><a href="mailto:[email protected]">邮箱</a></li>
<li><a href="https://github.com/aeilot">GitHub</a></li>
<li><a href="https://t.me/aeilotd">Telegram</a></li>
<li><a href="https://www.instagram.com/louisaeilot/">Instagram</a></li>
<li><a href="https://twitter.com/aeilot">Twitter</a></li>
<li><a href="https://space.bilibili.com/378981479">B站</a></li>
<li><a href="https://www.luogu.com.cn/user/288532">洛谷</a></li>
</ul>
</div>
</section>
<section class="topic award">
<h2 id="awards"><a href="#awards">#</a>奖项</h2>
<br>
<div class="nes-container is-rounded with-title">
<p class="title">预备及以前 (直至2019.9)</p>
<p>没参加过任何比赛,或者不记得了</p>
</div>
<br>
<div class="nes-container is-rounded with-title">
<p class="title">初一 (2019.9~2020.6)</p>
<div class="lists">
<ul class="nes-list is-disc">
<li>CSP-J 二等奖</li>
<li>Apple Swift Student Challenge [Submited]</li>
</ul>
</div>
</div>
<br>
<div class="nes-container is-rounded with-title">
<p class="title">初二 (2020.9~2021.6)</p>
<p>沉迷学习的一年。。。基本没干什么事,甚至忘记参加 NOIP 了。。。</p>
<div class="lists">
<ul class="nes-list is-disc">
<li>Apple Swift Student Challenge [Submited]</li>
</ul>
</div>
</div>
<br>
<div class="nes-container is-rounded with-title">
<p class="title">初三 (2021.9~)</p>
<p>一切皆是未知(感觉估计没空</p>
</div>
</section>
<section class="topic">
<h2 id="project"><a href="#project">#</a>项目</h2>
<br>
<p class="nes-balloon from-right nes-pointer">
<a href="https://github.com/aeilot/DailyNotes">Daily Notes</a> 是我第一个 Android 项目,是个功能强大的记事本应用。可以在 <a
href="https://www.coolapk.com/apk/tk.louisstudio.daily_notes">酷安</a>
下载到。除了基本的记事本功能外,它还包含即使渲染、多标签页、人性化搜索功能、标签分类、WebDAV、应用锁等功能。
</p>
<br>
<p class="nes-balloon from-right nes-pointer">
<a href="https://github.com/aeilot/ProblemSet">ProblemSet</a> 里面是我,OI 刷题的题库。我不仅仅弄
OI,还搞一下数学/物理竞赛啥的,所以更新不是很频繁。
</p>
<br>
<p class="nes-balloon from-right nes-pointer">
<a href="https://github.com/aeilot/github-dark-mode-safari">GitHub Dark Mode Safari</a> 是我帮助 <a
href="https://mrwillcom.vercel.app">Mr Will</a> 移植的浏览器插件,现在由于官方出了相同的功能,已经停止更新了。
</p>
<br>
<p class="nes-balloon from-right nes-pointer" style="float:right;">
在我的 <a href="https://github.com/aeilot?tab=repositories">GitHub</a> 可以找到更多。
</p>
<br>
<p class="nes-balloon from-left nes-pointer">
行了行了,我知道了
</p>
</section>
<section class="topic">
<h2 id="navi"><a href="#navi">#</a>其他导航</h2>
<div class="lists">
<ul class="nes-list is-circle">
<li><a href="https://blog.aeilot.top">中文博客</a></li>
<li><a href="https://en.blog.aeilot.top">英文博客</a></li>
<li>
<p>更多站点未来推出...</p>
</li>
</ul>
</div>
</section>
</main>
<footer>
<p>
<span>©2021 Louis Aeilot 使用</span>
<a href="https://github.com/nostalgic-css/NES.css">NES.css</a>
<span>和</span>
<a href="https://github.com/SolidZORO/zpix-pixel-font">Zpix 字体</a>
<span>制作</span>
</p>
</footer>
</div>
</body>
</html>