-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
55 lines (54 loc) · 2.02 KB
/
resume.html
File metadata and controls
55 lines (54 loc) · 2.02 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
<!DOCTYPE html>
<html>
<head>
<title>Resume</title>
<meta name="description" content="resume,classes,experience">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="author" content="William Ma">
<link rel="stylesheet" type="text/css" href="./resume.css">
</head>
<body>
<div class="page" id="resume">
<header>
<h1>William Ma</h1>
<nav>
<a class="nav_links" href="./home.html">Home</a>
<a class="nav_links" href="./portfolio.html">Portfolio</a>
<a class="nav_links" id="curr_html">Resume</a>
<a class="nav_links" href="./contact.html">Contact</a>
</header>
<h2>Resume</h2>
<h3>Skills</h3>
<ul>
<li>C/C++ - 3 years</li>
<li>Java - 3 years</li>
<li>Python - 2 years</li>
<li>Verilog - 1 year</li>
<li>HTML & CSS - a few months</li>
<li>Algorithms - 3 years</li>
<li>Data Structures - 3 years</li>
</ul>
<h3>Courses Taken</h3>
<h4>Maths</h4>
<ul>
<li>Calculus including Differential Equations, Linear Algebra, Vector Calculus</li>
<li>Abstract Algebra</li>
<li>Discrete Mathematics</li>
</ul>
<h4>Sciences</h4>
<ul>
<li>Physics including Mechanics; Electricity and Magnetism; Waves, Fluids, and Thermodynamics</li>
<li>Fundamentals of Electrical Engineering</li>
<li>Linear Systems</li>
<li>Electrical Components</li>
<li>Advanced Data Structures</li>
<li>Algorithms</li>
</ul>
<br />
<p>I am expected to graduate from Universite of California, San Diego on June 2018 with a degree in Mathematics and Computer Science.</p>
<p>Experience and other activities can be found in the portfolio section of the site</p>
<p>Here is also a shortened downloadable version of the <a href="/resume.pdf">resume</a></p>
</div>
</body>
</html>