forked from zhaoda/zhaoda.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 1.01 KB
/
index.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
---
layout: default
---
<article class="typo home">
<h1>日志</h1>
<ul>
{% for post in site.posts %}
<li data-tags="{{ post.tags | jsonify | cgi_escape}}">
<a href="{{ post.url }}">{{ post.title }}</a><small><span>-</span>{{ post.date | date: '%Y年%m月%d日' }}</small>
</li>
{% endfor %}
</ul>
<h1>关于我</h1>
<p>我目前就职于腾讯,是一名高级前端开发工程师。</p>
<h4>链接</h4>
<ul>
<li><a href="https://github.com/zhaoda" target="_blank">GitHub</a></li>
<li><a href="/labs">实验室</a></li>
<li><a href="http://t.qq.com/zd6437" target="_blank">腾讯微博</a></li>
<li><a href="http://weibo.com/sage" target="_blank">新浪微博</a></li>
<li><a href="https://twitter.com/sage6437" target="_blank">Twitter</a></li>
<li><a href="https://www.facebook.com/sage6437" target="_blank">Facebook</a></li>
</ul>
<h4>邮箱</h4>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
{% include ad.html %}
</article>