-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
34 lines (34 loc) · 1.15 KB
/
about.html
File metadata and controls
34 lines (34 loc) · 1.15 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
---
layout: default
title: "关于我"
tagline: Supporting tagline
---
{% include JB/setup %}
<div id="home" class="content">
<header>
<div class="unit-head">
<div class="unit-inner unit-head-inner">
<h1 class="h2 entry-title">关于我</h1>
</div>
</div>
</header>
<div class="bd">
<div class="entry-content">
<div class="about-entry">
<div class="about-section">
<img src="/assets/images/photo.png" alt="photo" />
<div id="social">
<p>I’m a programmer.</p>
<p>an unqualified web developer.</p>
<p>a consultant at ThoughtWorks. </p>
<a id="github" href="http://github.com/{{ site.author.github }}" alt="github" target="_blank">GitHub</a>
<a id="twitter" href="https://twitter.com/{{ site.author.twitter }}" alt="twitter" target="_blank">Twitter</a>
<a id="weibo" href="http://weibo.com/{{ site.author.weibo }}" alt="weibo" target="_blank">Weibo</a>
<a id="linkdin" href="http://lnkd.in/{{ site.author.lnkdin }}" alt="linkdin" target="_blank">Linkedin</a>
<a id="email" href="mailto:{{ site.author.email }}">E-mail</a>
</div>
</div>
</div>
</div>
</div>
</div>