forked from TongZZZ/hushaw.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
31 lines (28 loc) · 933 Bytes
/
Copy pathabout.html
File metadata and controls
31 lines (28 loc) · 933 Bytes
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
---
layout: page
title: 关于本人
---
<div class="page-blank">
<h2>hushaw</h2>
<div class="row">
<div class="col-md-6">
<p>业余顽家</p>
<p>一个脱离了低级趣味的码农</p>
<p>轻微完美主义强迫症</p>
<p>写过N个jekyll主题,留下最满意的,共享。</p>
</div>
<div class="col-md-6">
<ul class="list-group">
<li class="list-group-item">
<i class="fa fa-github"></i>
<a href="http://github.com/hushaw" target="_blank">http://github.com/hushaw</a>
</li>
<li class="list-group-item">
<i class="fa fa-envelope"></i>
<a href="mailto:signifox@163.com">signifox#163.com(#->@)</a>
</li>
</ul>
</div>
</div>
</div>
{% include disqus_comments.md %}