-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcategories.html
105 lines (90 loc) · 3.41 KB
/
categories.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
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>众成技术聚乐部</title>
<meta name="author" content="youngsterxyf">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./favicon.png" rel="icon">
<link href="./theme/css/main.css" media="screen, projection"
rel="stylesheet" type="text/css">
<script src="./theme/js/modernizr-2.0.js"></script>
<script src="./theme/js/ender.js"></script>
<script src="./theme/js/octopress.js" type="text/javascript"></script>
<link href="./theme/google-fonts/pt_serif.css" rel="stylesheet" type="text/css">
<link href="./theme/google-fonts/pt_sans.css" rel="stylesheet" type="text/css">
</head>
<body>
<header role="banner"><hgroup>
<h1><a href="./">众成技术聚乐部</a></h1>
</hgroup></header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
</ul>
<ul class="main-navigation">
<li><a href="/archives.html">归档</a></li>
<li><a href="/pages/members.html">成员</a></li>
<li><a href="/feeds/all.xml">RSS</a></li>
</ul></nav>
<div id="main">
<div id="content">
<ul>
<li><a href="./category/qi-ta.html">其他</a></li>
</ul>
<aside class="sidebar">
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="./2015/12/13/14th-phase-share/">第14期分享</a>
</li>
<li class="post">
<a href="./2015/11/24/new-plan-prepare/">新一轮分享筹划</a>
</li>
<li class="post">
<a href="./2015/10/31/13th-phase-share/">第13期分享</a>
</li>
<li class="post">
<a href="./2015/08/29/12th-phase-share/">第12期分享</a>
</li>
<li class="post">
<a href="./2015/08/09/11th-phase-share/">第11期分享活动</a>
</li>
</ul>
</section>
<section>
<h1>Categories</h1>
<ul id="recent_posts">
<li><a href="./category/qi-ta.html">其他</a></li>
</ul>
</section>
<section>
<h1>Tags</h1>
<a href="./tag/ji-hua.html">计划</a>, <a href="./tag/fen-xiang.html">分享</a>, <a href="./tag/gong-gao.html">公告</a>, <a href="./tag/ji-lu.html">记录</a>, <a href="./tag/hui-yi.html">会议</a> </section>
<section>
<h1>Social</h1>
<ul>
<li><a href="https://github.com/HappyTechGroup" target="_blank">众成Github</a></li>
<li><a href="http://weibo.com/u/5232590998" target="_blank">众成Weibo</a></li>
</ul>
</section>
</aside> </div>
</div>
<footer role="contentinfo"><p>
Copyright © 2014 - youngsterxyf -
<span class="credit">Powered by <a href="http://getpelican.com">Pelican</a></span>
</p></footer>
<script type="text/javascript">
var disqus_shortname = 'happytechgroup';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</body>
</html>