-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (114 loc) · 4.75 KB
/
Copy pathindex.html
File metadata and controls
123 lines (114 loc) · 4.75 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
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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="ReeveByte 的恶搞个人主页:认真写代码,顺手把按钮擦亮。"
/>
<meta name="theme-color" content="#0f4c5c" />
<meta property="og:title" content="ReeveByte | 严肃胡闹研究所" />
<meta
property="og:description"
content="这里生产可运行的页面、离谱的文案,以及偶尔真的有用的项目。"
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="assets/hero-reevebyte.png" />
<title>ReeveByte | 严肃胡闹研究所</title>
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg" />
<link rel="preload" as="image" href="assets/hero-reevebyte.png" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="site-header" data-header>
<a class="brand" href="index.html" aria-label="ReeveByte home">
<span class="brand-mark">Rb</span>
<span>ReeveByte</span>
</a>
<nav class="site-nav" aria-label="主导航">
<a href="work.html"><span class="nav-icon" aria-hidden="true">□</span>作品</a>
<a href="stack.html"><span class="nav-icon" aria-hidden="true">△</span>能力</a>
<a href="contact.html"><span class="nav-icon" aria-hidden="true">@</span>联系</a>
</nav>
</header>
<main id="top">
<section class="hero" aria-labelledby="hero-title">
<img
class="hero-image"
src="assets/hero-reevebyte.png"
alt="深色工作台上流动着代码光点与玻璃反射的抽象视觉"
/>
<div class="hero-overlay"></div>
<div class="hero-content">
<p class="eyebrow">Certified nonsense / GitHub Pages</p>
<h1 id="hero-title">ReeveByte</h1>
<p class="hero-lede">
我是 Reeve Reed,白天和 bug 谈判,晚上给按钮做心理建设。
这里是我的网络小摊:卖点代码、摆点作品,顺便展示一下如何把正经页面写得不太正经。
</p>
<div class="hero-actions" aria-label="主要操作">
<a class="button primary" href="work.html">
<span aria-hidden="true">□</span>
参观离谱作品
</a>
<a class="button ghost" href="contact.html">
<span aria-hidden="true">@</span>
投递神秘信号
</a>
</div>
</div>
<aside class="profile-panel" aria-label="个人摘要">
<div class="avatar" aria-hidden="true">M</div>
<div>
<p class="panel-kicker">今日营业</p>
<p class="panel-title">会写网页,会改文案,会把需求先哄到冷静</p>
</div>
<dl class="quick-stats">
<div>
<dt>状态</dt>
<dd>代码冒烟中</dd>
</div>
<div>
<dt>风格</dt>
<dd>严肃胡闹</dd>
</div>
</dl>
</aside>
</section>
<section class="section intro" aria-labelledby="intro-title">
<div class="section-heading">
<p class="eyebrow">About</p>
<h2 id="intro-title">把灵感拧成网页,把网页拧成能点的东西。</h2>
</div>
<p>
本站不假装自己是宇宙级产品发布会。它就是一个干净、好看、能跑的个人主页:
点“作品”看我把想法加工成页面,点“能力”看我如何假装很有条理,
点“联系”则可以把邮件扔进我的收件箱,成功率约等于咖啡浓度。
</p>
</section>
<section class="section teaser-grid" aria-label="快速入口">
<a class="teaser-card" href="work.html">
<span class="dot teal"></span>
<h2>作品陈列柜</h2>
<p>放一些能跑、能看、偶尔还能用的数字小发明。</p>
</a>
<a class="teaser-card" href="stack.html">
<span class="dot coral"></span>
<h2>能力说明书</h2>
<p>用四条看似稳重的句子,描述一种边调试边成长的生活方式。</p>
</a>
<a class="teaser-card" href="contact.html">
<span class="dot amber"></span>
<h2>神秘传送门</h2>
<p>邮件、GitHub、以及“我突然有个想法”的合法入口。</p>
</a>
</section>
</main>
<footer class="site-footer">
<p>© <span data-year></span> ReeveByte. 认真部署,随缘发光。</p>
<a href="#top">回到顶部</a>
</footer>
<script src="script.js"></script>
</body>
</html>