-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
45 lines (44 loc) · 1.17 KB
/
about.html
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
---
layout: page
title: 关于
header: about me
group: navigation
index: 4
---
{% include codepiano/setup %}
<div>
<h2>
蔡凯/Kerncai
</h2>
<p class="about">
linux高级系统工程师/高级数据工程师
</p>
<h2>
链接
</h2>
<table class="table table-striped" id="about-me">
<tbody>
<tr>
<td class="span3"><i class="icon-github"> </i><span>我的github</span></td>
<td><a href="https://github.com/kerncai" target="_blank">kerncai @ GitHub</a></td>
</tr>
<tr>
<td class="span3"><i class="icon-weibo"></i> <span>我的微博</span></td>
<td><a href="http://weibo.com/u/3968250216" target="_blank" >kerncai - 新浪微博</a> </td>
</tr>
<tr>
<td class="span3"><i class="icon-envelope"></i> <span>我的邮箱</span></td>
<td><a href="mailto:[email protected]">kerncai @ Gmail</a> </td>
</tr>
<tr>
<td class="span3"><span>我的好友</span></td>
<td><a href="http://blog.yunlong.me" target="_blank">志同道合 - 云龙</a> </td>
</tr>
</tbody>
</table>
</div>
<br />
<br />
<br />
<div id="comment-hook"></div>
{% include codepiano/comments %}