-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
72 lines (72 loc) · 2 KB
/
about.html
File metadata and controls
72 lines (72 loc) · 2 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
---
layout: page
title: 关于
header: about me
group: navigation
index: 5
---
{% include JB/setup %}
<div>
<h2>
关于
</h2>
<p class="about">
程序员的技术博客,记录&分享。<br/>
</p>
<p class="about">
RTFSC --Linus Benedict Torvalds
</p>
<h2>
感兴趣的技术
</h2>
<table class="table table-striped" id="">
<tbody>
<tr>
<td class="span3" align="center" rowspan="3" >C&C++</td>
<td class="span3"><a href="http://zh.wikipedia.org/wiki/C%E8%AF%AD%E8%A8%80">C语言</a></td>
</tr>
<tr>
<td class="span3"><a href="http://gcc.gnu.org/">GCC</a></td>
</tr>
<tr>
<td class="span3"><a href="http://www.stroustrup.com/">Bjarne Stroustrup's homepage</a></td>
</tr>
<tr>
<td class="span3">Linux</td>
<td class="span3"><a href="https://www.kernel.org/">The Linux Kernel Archives</a></td>
</tr>
<tr>
<td class="span3">Android</td>
<td class="span3"><a href="http://developer.android.com/index.html">Android Developer Page</a></td>
</tr>
</tbody>
</table>
<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/daemon369">GitHub</a></td>
</tr>
<tr>
<td class="span3"><i class="icon-envelope"></i> <span>我的邮箱</span></td>
<td><a href="mailto:daemon336699@gmail.com">Gmail</a> </td>
</tr>
<tr>
<td class="span3"><i class="icon-book"></i> <span>博客园</span></td>
<td><a href="http://www.cnblogs.com/daemon369/">cnBlogs</a></td>
</tr>
<tr>
<td calss="span3"><i class="icon-book"></i> <span>博客</span></td>
<td><a href="http://daemonyang.esy.es">博客</a></td>
</tr>
</tbody>
</table>
</div>
<br />
<br />
<br />
<div id="comment-hook"></div>
{% include JB/comments %}