forked from intzeros/zero-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
27 lines (23 loc) · 786 Bytes
/
Copy pathabout.html
File metadata and controls
27 lines (23 loc) · 786 Bytes
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
---
layout: default
title: About me
---
<div class="container">
<div class="row-fluid main">
<div class="content posts col-md-9">
<h1>About me</h1>
<hr>
外貌协会会长,颜控,手控,声控,长腿控ヾ(o◕∀◕)ノヾ <br>
目前在做造轮子工作,以卖代码为生 ( ̄. ̄) <br>
兴趣爱好广泛,然而均不精通。 <br>
人生终将毁于电子产品。 <br><br>
Email: intzero@outlook.com <br><br>
所使用的主题:<a href="https://github.com/lszero/zero-theme" target="_blank">zero-theme</a>
<br><br>
{% include {{ site.baseurl }}comments.html %}
</div>
<div class="col-md-3 main-sidebar">
{% include {{ site.baseurl }}sidebar_main.html %}
</div>
</div>
</div>