-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiography.html
56 lines (54 loc) · 1.75 KB
/
biography.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
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<title>Biography</title>
<meta charset="utf-8">
<link type="text/css" rel="stylesheet" href="styles/style.css" />
<script src="js/jquery-1.10.2.min.js"></script>
</head>
<body class="page">
<div id="wrap">
<div id="header">
<h1><a href="#">Graham Le</a></h1>
<div id="nav">
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="articles.html">Articles</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li class="current_page_item"><a href="biography.html">Bio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div id="biography">
<div class="bgimage">
<div id="orange_back"><h2>/bio</h2></div>
</div>
<div id="signname">
<h2>Graham Le</h2>
<h4>/biography</h4>
</div>
<div id="resume">
<div id="first_para">
<p>生于<em>福建漳平</em>,1988</p>
<p>2007.8至2009.8月,就读于<em>哈尔滨工业大学</em></p>
<p>2009.8至2010.8月,就读于韩国高丽大学</p>
<p>2010.8至2011.7月,就读于<em>哈尔滨工业大学</em></p>
<p>2011.9至今,就读于中国科学技术大学</p>
</div>
<div id="second_para">
<p>热爱前端,但是尚属于<em>菜鸟</em>阶段</p>
<p>狂热运动,骑行、篮球、羽毛球及台球,但身体<em>已入迟暮</em></p>
</div>
</div>
</div>
<div id="footer">
<p class="copyright">Copyright © <a href="#">左银右煌</a> - All Rights Reserved</p>
<p class="github">
<a href="https://github.com/GrahamLe">github @GrahamLe →</a>
</p>
</div>
</div>
</body>
</html>