forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
26 lines (24 loc) · 785 Bytes
/
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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About</title>
</head>
<body>
<div class="container" id="about">
<h3></h3>
<p>I am a web developer from Wuhan, China. I <a href="/works">make things</a> for the web and
write about them <a href="{{ site.baseurl }}/">here</a>.</p>
<p>Got any interesting idea or a project to talk about or just want to say Hi? drop me a line at <a
href="mailto:{{site.email}}">{{site.email}}</a>.</p>
<hr>
<div class="baseline">
<span>©2015</span>
<span class="social-links bottom">{% include svg-icons.html %}</span>
<span><a href="#"></web ahead></a></span>
</div>
</div>
</body>
</html>