-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
43 lines (42 loc) · 1.73 KB
/
about.html
File metadata and controls
43 lines (42 loc) · 1.73 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
35
36
37
38
39
40
41
42
43
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>About me-ZXCroon-</title>
<link rel="stylesheet" type="text/css" href="global.css" />
<link rel="stylesheet" type="text/css" href="about.css" />
</head>
<body>
<div class="container beautified-border">
<div class="primary box">
<h1>Self-Introduction</h1>
<p id="self-introduction">
我是蔡子熙,来自清华大学自动化系。现在是Lab μ Web组成员。我们的组长杨松洲,是个非常厉害的人,我为我能成为<strong>杨家将</strong>感到光荣。<br />
(扯不下去了先完成任务留个坑以后再扯)<br /><br />
------------------------------------<br /><br />
这是一个自我介绍这是一个自我介绍<br />
这是一个自我介绍这是一个自我介绍<br />
这是一个自我介绍这是一个自我介绍<br />
这是一个自我介绍这是一个自我介绍<br />
这是一个自我介绍这是一个自我介绍<br />
这是一个自我介绍这是一个自我介绍<br />
这是一个自我介绍这是一个自我介绍<br />
</p>
</div>
<div class="secondary box">
<img src="img/frame.png"></img>
<p>
<strong>Name</strong>Cai Zixi<br />
<strong>Net-Name</strong>ZXCroon<br />
<strong>Major</strong>Automation<br />
<strong>Tel</strong>(+86)18959207272<br />
<strong>Email</strong>
<br />
<a href="mailto:xmyzcarl@163.com?subject=Hello">xmyzcarl@163.com</a>
<a href="mailto:zxcroon@yahoo.com?subject=Hello">zxcroon@yahoo.com</a>
<a href="mailto:zxcroon@yahoo.com?subject=Hello">zxcroon@gmail.com</a>
</p>
</div>
</div>
</body>
</html>