-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (57 loc) · 1.91 KB
/
Copy pathindex.html
File metadata and controls
61 lines (57 loc) · 1.91 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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>coder-yml</title>
<meta
name="description"
content="coder-yml 的 GitHub Pages 个人静态主页"
/>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<main class="page-shell">
<section class="hero" aria-labelledby="site-title">
<div class="profile">
<img
class="avatar"
src="https://github.com/coder-yml.png"
alt="coder-yml GitHub avatar"
/>
<div>
<p class="eyebrow">GitHub Pages</p>
<h1 id="site-title">coder-yml</h1>
<p class="summary">
一个简单、轻量的个人静态主页,用来展示项目入口、联系方式和常用链接。
</p>
</div>
</div>
<div class="actions" aria-label="常用链接">
<a class="button primary" href="https://github.com/coder-yml">GitHub</a>
<a class="button" href="mailto:coder-yml@example.com">Email</a>
</div>
</section>
<section class="content-grid" aria-label="页面内容">
<article class="panel">
<h2>关于我</h2>
<p>
这里可以放个人简介、技术方向、当前关注的项目,或者直接作为作品集首页。
</p>
</article>
<article class="panel">
<h2>项目</h2>
<p>
后续可以在这里添加项目卡片、文档链接,或者跳转到其他 GitHub Pages 子页面。
</p>
</article>
<article class="panel">
<h2>更新</h2>
<p>
页面内容只需要修改仓库里的 HTML/CSS 文件并推送到 main 分支即可自动发布。
</p>
</article>
</section>
</main>
</body>
</html>