-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
44 lines (34 loc) · 800 Bytes
/
about.html
File metadata and controls
44 lines (34 loc) · 800 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
layout: default
title: About
---
<div class="about">
<p>
<em>I’m a programmer from Shanghai, China.</em><br />
</p>
<p>
<h4>You can reach me at:</h4>
</p>
<ul>
<li><a href="http://github.com/liuning0820">GitHub</a></li>
<li><a href="mailto:liuning0820@outlook.com">Email</a></li>
<li><a href="https://space.bilibili.com/346937744">B站</a></li>
</ul>
</div>
<!--
<!DOCTYPE html>
<html>
<head>
<title>{{page.title}}</title>
<link rel="stylesheet" type="text/css" href="{{ site.url }}{{site.baseurl}}/css/main.css">
</head>
<body>
<div>
<h2>
What's talking about?
</h2>
<p>
I use this to write blog and track the blog as code.
</p>
</div>
</body> -->