-
Notifications
You must be signed in to change notification settings - Fork 465
/
about.html
87 lines (71 loc) · 2.3 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
---
layout: page
title: 关于
header: about me
group: navigation
index: 4
---
{% include codepiano/setup %}
<h2 id="">关于我</h2>
<ul>
<li>大众版</li>
</ul>
<p>Android开发者 + Ruby语言爱好者 + Google脑残粉,爱技术,爱尝鲜,爱开源,爱设计,也爱赚钱! 热爱并沉溺于移动互联网,Want to make a good app!</p>
<p>如果想更多的了解我,看这里<a href="http://stormzhang.com/my-progress">我的大事记</a></p>
<ul>
<li>Ruby版</li>
</ul>
{% highlight ruby %}
name = 'Storm'
real_name = '张奇'
description = 'Android Developer, Google Fans, Love Open Source'
company = '薄荷科技'
sina_weibo = 'googdev'
email = 'stormzhang.dev$#mail.com'.gsub('$#', '@')
blog = 'http://stormzhang.com'
github = 'https://github.com/stormzhang'
while true
programing
reading
enjoying
end
{% endhighlight %}
<h2 id="_2">联系我</h2>
<ul>
<li>
<p>GitHub: <a href="https://github.com/stormzhang">stormzhang</a></p>
</li>
<li>
<p>微博: <a href="http://weibo.com/zhangqi8">googdev</a></p>
</li>
<li>
<p>知乎: <a href="http://www.zhihu.com/people/stormzhang">stormzhang</a></p>
</li>
<li>
<p>微信公众号: AndroidDeveloper (专注Android干货分享),本博客没有rss订阅,建议关注微信公众号,博客更新或干货分享第一时间推送</p>
<img src="/image/weixinpublic.jpg" />
</li>
<br />
<li>
<p>打赏我:如果觉得我的博客,或者我的各种分享对您有帮助,不妨支付宝扫描打赏我杯咖啡吧,我将更有动力。</p>
<img src="/image/zhifubao.jpg" />
</li>
<br />
<div id="comment-hook">
<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="about.html" data-title="{{ page.title }}" data-url="http://stormzhang.com{{ page.url }}"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"stormzhang"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
</div>