-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
110 lines (89 loc) · 2.5 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
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
103
104
105
106
107
108
109
---
title: 关于
layout: page
comments: yes
---
<link rel="stylesheet" href="http://yandex.st/highlightjs/6.2/styles/googlecode.min.css">
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="http://yandex.st/highlightjs/6.2/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/javascript">
$(document).ready(function(){
$("h2,h3,h4,h5,h6").each(function(i,item){
var tag = $(item).get(0).localName;
$(item).attr("id","wow"+i);
$("#category").append('<a class="new'+tag+'" href="#wow'+i+'">'+$(this).text()+'</a></br>');
$(".newh2").css("margin-left",0);
$(".newh3").css("margin-left",20);
$(".newh4").css("margin-left",40);
$(".newh5").css("margin-left",60);
$(".newh6").css("margin-left",80);
});
});
</script>
<article class="listing fn-clear">
<div id="category"></div>
<p>
<a href="/atom.xml"><i class="icon-rss"></i>订阅</a>
| <a href="mailto:[email protected]"><i class="icon-envelope-alt"></i>联系</a>
</p>
<h2>好中文通识仓库</h2>
<p>
<b>人在当下,心逈未来:</b>
<ul>
<li>for Reader ~ 为读书人分享经验</li>
<li>by Learnner ~ 由终身学习者构成</li>
<li>be Writer ~ 对持续输出提供帮助</li>
<li>as Coder ~ 如程序猿般思考/运营整个项目</li>
</ul>
</p>
<h2>怂坑设计</h2>
<p>
作为坑设计师, `大妈` 坚持设计不容易嗯哼出来的好坑:
<pre>
挖坑不埋真君子
授人以渔不予鱼
嗟来之食无营养
种子自粪成珍馐
大家同一天空下
我知我感即同你
先尝回答为什么
再来印证是也乎
╮(╯▽╰)╭
</pre>
</p>
<h2>资源:</h2>
<p>
<ol>
<li><a href="https://github.com/GC4WP">仓库
</a>
</li>
<li><a href="mailto:[email protected]">[email protected]</a>
</li>
<li><a href="http://www.jianshu.com/u/neLruC">入迷</a>
</li>
</ol>
</p>
<h2>others</h2>
<p>当前 Blog 基于<a href="https://github.com/jekyll/jekyll">Jekyll</a> 托管在
<b>
<a href="https://github.com/GC4WP/GC4WP.github.io">GC4WP.github.io</a>
</b>
<hr/>
<b>网站维护纪要:</b>
<ul>
<li>
</li>
<li>170331 上线
</li>
</ul>
</p>
</p>
<p>
<a href="/atom.xml"><i class="icon-rss"></i>订阅</a>
| <a href="mailto:[email protected]"><i class="icon-envelope-alt"></i>联系</a>
</p>
</article>
<section>
{% include comments.md %}
</section>