-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
46 lines (26 loc) · 1.01 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
---
title: About
layout: default
header-img: assets/img/machine.gif
---
{% include header.html %}
<div class="g-banner tags-banner {{ site.postPatterns | prepend: 'post-pattern-' }} {{ site.theme-color | prepend: 'bgcolor-' }}" data-theme="{{ site.theme-color }}">
<h2>关于</h2>
</div>
<div style="position: relative;width: 100%;background-color: #fff22;overflow: hidden;padding: 40px 0 80px">
<main class="tags-content">
<ul class="tags-list">
<li style="margin: 61px 0px 0px">
<article class="markdown-body" style="text-align: center;width: auto;line-height: 2">
<br>
哟! 我是Christina,<br>
一个痴迷于各种知识技能的狂热学习者。<br>
“敢于知道,因为真理使你自由”<br>
<br>
</article>
</li>
</ul>
</main>
</div>
{% include footer.html %}