-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path5) Honors.html
More file actions
executable file
·79 lines (64 loc) · 2.63 KB
/
5) Honors.html
File metadata and controls
executable file
·79 lines (64 loc) · 2.63 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Honors</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script type="text/javascript" src="js.js"> </script>
</head>
<body>
<header class="header">Honors</header>
<br> <br>
<div class="text">
<!--This is where all the contents of the page goes-->
<ul style="list-style-type:circle">
<li><b>Honored Internship Student</b>, the New Oriental Company</li>
<ul>
<li> Helped to make the best selling in Universities</li>
<li> Successed to trained the team</li>
</ul><br>
<li><b>Honored Student with Fellowship</b>, the Hubei University</li>
<ul>
<li> Top 5 student in Engineering Department</li>
<li> Helped creat good environment for study</li>
<li> Good behavior in school</li>
</ul><br>
<li><b>Women Soccer Championship, Captain</b>, the Hubei University</li>
<ul>
<li> Led team to 1st in Hubei University</li>
<li> Scored 7th in province game</li>
</ul>
</ul>
<hr>
<h1 class="discussion">Resume</h1>
<br><br><br><br><br>
<button id="ResumeButt">Click here to hide/show my resume</button>
<br><br>
<div id="resume"><img src="resume.jpg" width="1000px" height="1400px" style="display:none"/>
</div>
<br><br><br><br><br>
</div>
<div class="copyright"> <p> © All right reserved by Chen Cai</p></div>
<!--This is the table of contents -->
<div class="chart">
<table align="center">
<tr >
<th class="title">Table of contents</th>
</tr>
<tr class="grow"><td> <a href="index.html">Home Page</a> </tr></td>
<tr class="grow"><td> <a class="contents" href="1)%20Introduction.html">
Introduction</a></tr>
<tr class="grow"><td> <a class="contents" href="2)%20Projects.html">Projects</a> </tr>
<tr class="grow"><td> <a class="contents" href="3)%20Work%20Experience.html">Work Experience</a> </tr>
<tr class="grow"><td> <a class="contents" href="4)%20Skills.html">Skills</a> </tr>
<tr class="grow"><td> <a class="contents" href="5)%20Honors.html">Honors</a> </tr>
<tr class="grow"><td> <a class="contents" href="6)%20Courses.html">Courses Taken</a> </tr>
<tr class="grow"><td> <a class="contents" href="7)%20Self.html">Learnt by Myself</a> </tr>
<tr class="grow"><td> <a class="contents" href="8)%20Interests.html">Interests Area</a> </tr>
<tr class="grow"><td> <a class="contents" href="9)%20Profile.html">Profile Links</a> </tr>
</table>
</div>
</body>
</html>