-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
102 lines (90 loc) · 3.54 KB
/
about.html
File metadata and controls
102 lines (90 loc) · 3.54 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
---
layout: default
title: 关于
---
<!DOCTYPE html>
<html class="module-default module-about">
<head> {% include head.html %} </head>
<body id="body" >
<div class="page-wrapper">
<div class="banner transparent">
<div class="container-fluid">
<nav class="pull-right">
<a class="glow no-decoration" href="/tags.html">标签</a>
<a class="glow no-decoration" href="/archive.html">归档</a>
<a class="glow no-decoration" href="/about.html">关于</a>
</nav>
<a class="logo no-decoration" href="/">
<i class="logo-h fa fa-h-square"></i>
<span class="logo-arttle glow">arttle</span>
<span class="logo-land">Land</span>
</a>
</div>
</div>
<section class="avatar-wrapper">
<div class="container-fluid">
<img class="avatar" src="/assets/img/avatar-320x320.png" alt="avatar">
<p class="lead">{{site.description}}</p>
</div>
</section>
<div class="links">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4">
<section class="interests">
<header>Repositories</header>
<ul class="list-unstyled">
<li>
<a href="https://github.com/harttle/liquidjs">liquidjs</a>
</li>
<li>
<a href="https://github.com/whatwg-cn/html">HTML 标准翻译</a>
</li>
<li>
<a href="https://github.com/harttle/highlight.js">Hightlight.js</a>
</li>
<li>
<a href="https://github.com/harttle/social-share">Social Share</a>
</li>
<li>
<a href="https://github.com/harttle/shellhub">Shellhub</a>
</li>
</ul>
</section>
</div>
<div class="col-sm-4">
<section class="thanks">
<header>Thanks</header>
<ul class="list-unstyled">
<li><a href="//pages.github.com/" target="_blank"> Github Pages</a></li>
<li><a href="//jekyllrb.com/" target="_blank"> Jekyll </a></li>
<li><a href="//jquery.com/" target="_blank"> jQuery </a></li>
<li><a href="//fortawesome.github.io/Font-Awesome" target="_blank"> Fontawesome </a></li>
<li><a href="//bootcss.com/" target="_blank"> Bootstrap </a></li>
</ul>
</section>
</div>
<div class="col-sm-4">
<section class="thanks">
<header>Links</header>
<ul class="list-unstyled">
<li><a href="https://xuexb.com/" target="_blank">前端小武的博客</a></li>
<li><a href="http://merrier.wang/" target="_blank">merrier 说</a></li>
<li><a href="https://best33.com/" target="_blank">做最好的三三</a></li>
<li><a href="mailto:{{site.email}}?subject=From%3A%20harttle.land" target="_blank">联系我</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
</div>
<footer class="page-footer">
<div class="container-fluid">
Hosted by <a href="//github.com/harttle">Github</a>,
Theme by <a href="http://harttle.land">Harttle</a>.
</div>
</footer>
{% include footer.html %}
</body>
</html>