-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
264 lines (194 loc) · 7.3 KB
/
404.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>404 Page Not Found</title>
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<meta name="author" content="Hanamichi" />
<meta name="description" content="Hanamichi的学习生活记录" />
<meta name="generator" content="Hugo 0.101.0" />
<link rel="canonical" href="https://hanamichi.wiki/404.html" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="Hanamichi的学习生活记录" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hanamichi.wiki/404.html" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="Hanamichi的学习生活记录"/>
<link rel="stylesheet" href="/css/github-markdown.css" />
<link rel="stylesheet" href="/css/semantic.min.css" />
<link rel="stylesheet" href="/css/site.css" />
<style>
a {
color: seagreen !important;
}
</style>
<style>
.inverted a {
color: darkseagreen !important;
}
</style>
</head>
<body style="background: #84a4b0;">
<div class="flip-container">
<div class="flipper">
<section class="front">
<nav class="ui secondary inverted menu dream-menu">
<div class="item">
<i class="large link bullseye icon dream-flip-toggle" title="翻转!"></i>
</div>
<div class="item">
<i class="large link home icon" title="首页" onclick="window.location.href = 'https:\/\/hanamichi.wiki'"></i>
</div>
<div class="item">
<i id="theme-switch" class="large link icon" onclick="themeSwitch()"></i>
</div>
</nav>
<div class="ui container dream-404-container">
<div class="ui basic center aligned segment">
<img class="ui centered image dream-404-image" src="/img/404.png" alt="404">
<p>
<button class="ui inverted button" onclick="window.location.href = '/'">返回首页</button>
</p>
</div>
</div>
</section>
<section class="back">
<nav class="ui secondary inverted menu dream-menu">
<div class="item">
<i class="large link bullseye icon dream-flip-toggle" title="翻转!"></i>
</div>
<div class="item">
<i class="large link home icon" title="首页" onclick="window.location.href = 'https:\/\/hanamichi.wiki'"></i>
</div>
<div class="item">
<i id="theme-switch" class="large link icon" onclick="themeSwitch()"></i>
</div>
</nav>
<div class="ui centered relaxed grid dream-grid dream-back">
<section class="sixteen wide mobile eight wide tablet four wide computer column dream-column">
<article>
<div class="ui top attached segment">
<h3 class="ui header">关于我</h3>
</div>
<div class="ui attached segment markdown-body">
<p>关于我</p>
<p>Hanamichi 的 ❤️ 博客</p>
<p>记录一些 🌈 生活上,技术上的事</p>
<p>全平台玩家(pc-steam, ps4, switch)</p>
<p>职业是后端工程师</p>
<p>正在努力学习</p>
<p>对云原生微服务感兴趣</p>
<p>主要的技术栈是:</p>
<ul>
<li>golang</li>
<li>kubernetes</li>
<li>微服务架构</li>
</ul>
<p>略懂一二:</p>
<ul>
<li>python</li>
<li>C/C++</li>
<li>java</li>
</ul>
<p>学习中:</p>
<ul>
<li>Rust</li>
<li>JavaScript</li>
</ul>
<p>目前在 <a href="http://www.99cloud.net">99cloud</a> 工作</p>
<p>– 2021 年 2 月 1 日更新</p>
</div>
</article>
</section>
<section class="sixteen wide mobile eight wide tablet four wide computer column dream-column">
<article>
<div class="ui top attached segment">
<h3 class="ui header">2020年的计划</h3>
</div>
<div class="ui attached segment markdown-body">
<p>2021年的计划</p>
<p>现在回头看看,因为疫情和自身自律性原因,2020年的计划大多都没有实现</p>
<ul>
<li>
<p>以<a href="https://github.com/x893675/note">github issue和wiki</a>记录平时的一些想法,坚持整理然后写入博客</p>
</li>
<li>
<p>继续阅读 <strong>程序员修炼之道</strong>,<strong>代码整洁之道</strong></p>
</li>
<li>
<p>关注云原声CNCF开源社区动态,争取做些贡献(平时还是太懒,自律性不强)</p>
</li>
<li>
<p>以 java spring 生态继续研究架构的世界</p>
</li>
</ul>
</div>
</article>
</section>
<section class="sixteen wide mobile eight wide tablet four wide computer column dream-column">
<article>
<div class="ui top attached segment">
<h3 class="ui header">其他</h3>
</div>
<div class="ui attached segment markdown-body">
<p>其他</p>
<p>如果你喜欢我的文章 or 我的项目,或者它们可以给你带来帮助。</p>
<p>You can <a href="/posts/buy-me-a-coffee">buy me a coffee</a>. ~</p>
<p>我的<strong>微信赞赏码</strong>:</p>
<img class="ui image" src="/me/微信赞赏码.jpg" alt="wechat" />
</div>
</article>
</section>
<section class="sixteen wide mobile eight wide tablet four wide computer column dream-column">
<article>
<div class="ui top attached segment">
<h3 class="ui header">社交链接</h3>
</div>
<div class="ui attached segment">
<nav class="ui secondary menu dream-menu">
<div class="item">
<a href="mailto:[email protected]">
<i class="large mail icon" title="email"></i>
</a>
</div>
<div class="item">
<a href="https://github.com/x893675" target="_blank">
<i class="large github icon" title="github"></i>
</a>
</div>
</nav>
</div>
</article>
</section>
<section class="sixteen wide mobile eight wide tablet four wide computer column dream-column">
<footer class="ui segment">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>进行许可。
</footer>
</section>
</div>
</section>
</div>
</div>
<script src="/js/jquery.min.js"></script>
<script src="/js/semantic.min.js"></script>
<script src="/js/imagesloaded.pkgd.min.js"></script>
<script src="/js/masonry.pkgd.min.js"></script>
<script src="/js/nav.js"></script>
<script src="/js/header.js"></script>
<script src="/js/main.js"></script>
<script src="/js/theme.js"></script>
<script src="/js/html2canvas.min.js"></script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-156166070-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</body>
</html>