-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path4) Skills.html
More file actions
executable file
·71 lines (59 loc) · 2.48 KB
/
4) Skills.html
File metadata and controls
executable file
·71 lines (59 loc) · 2.48 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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Skills</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">Skill Set</header>
<br> <br>
<div class="text">
<!--This is where all the contents of the page goes-->
<h2> Qualification</h2>
<ul style="list-style-type:circle">
<li> Agile Software Development Engineering</li>
<li> Android OS or Android Application Programming</li>
<li> Web Applications and Database</li>
</ul>
<br>
<h2> Languages</h2>
<ul style="list-style-type:circle">
<li> <b>Java</b>, C++11, C, C#, Python, PHP, x86 Assembly </li>
<li> Ruby, JavaScript, HTML, CSS, jQuery, Angular JS, Bootstrap, Adobe Creative Suite</li>
<li> SQLite, Git, SVN, HBase, Spark, Hadoop</li>
</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>