-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
65 lines (62 loc) · 2.61 KB
/
about.html
File metadata and controls
65 lines (62 loc) · 2.61 KB
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
<!DOCTYPE html>
<html>
<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" />
<link rel="stylesheet" href="/_assets/main.css" />
<link rel="stylesheet" href="/_assets/background/tech.css" />
<script src="/_assets/background/tech.js"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?efb76e20a2280c6634278c218be5a5ec";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title>About me - YIMI's Blog</title>
<meta name="description" content="Generated by Joplin Pages Publisher">
</head>
<body>
<header class="header">
<div class="header-content">
<div>
<a href="/" class="header-title">YIMI's Blog</a>
<div class="header-subtitle">笔记是一种心态!</div>
</div>
<nav class="header-nav">
<a href="/index">首页</a>
<a href="/archives">笔记库</a>
</nav>
</div>
</header>
<div class="main">
<div class="about"><p>“我们不是在记录时间,而是在用笔墨驯养时光”</p>
<p>—— 致所有与纸页耳语的同路人</p>
<hr />
<h2 id="sparkles-为什么写笔记">✨ 为什么写笔记?</h2>
<p>学生时代在课本空白处涂抹的涂鸦,工作后在会议纪要里藏着的灵感火花,旅途中匆忙写在票根背面的诗句…突然发现笔记早已渗透成生命的毛细血管。</p>
<p>在这里没有「正确笔记法」的说教,只有:</p>
<p>墨水与键盘交织的思维痕迹</p>
<p>被打碎又重组的知识星尘</p>
<p>那些怕被岁月冲淡的悸动与顿悟</p>
<hr />
<h2 id="milky_way-关于我">🌌 关于我</h2>
<p>某互联网公司的深夜键盘战士,同时是:</p>
<p>咖啡馆观察日志撰写者</p>
<p>跨学科杂食动物</p>
<p>非线性思考成瘾患者</p>
<p>相信笔记不是存档,而是创造。</p>
<p>每个潦草的字迹里,都藏着让未来的自己会心一笑的彩蛋。</p>
<p>🖋️ 这里存放的不是完美的文章,而是生长中的思考原石。</p>
<hr />
<p>🗝️ <a title="/" href="/">首页</a> | <a title="/archives" href="/archives">笔记库</a></p>
<hr />
<p>欢迎常来坐坐,茶与咖啡永远温在思想的炉火上。</p>
<p>码农的开源干货库|技术碎碎念|生活边角料,深夜敲代码的灵感 + 周末露营的趣事,兼收并蓄的树洞,等你来唠~</p>
</div>
</div>
</body>
</html>