-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.31 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chih-Lun (Richard) Lee</title>
</head>
<body>
<img src="" alt="">
<h1>Chih-Lun Lee</h1>
<br>
<i><h4>New York University</h4>
<h4>College of Arts and Sciences</h4></i>
<br>
<p>
<h4>I am an undergraduate at NYU. My major is Computer Science joint Economics, with a minor in math and business studies.</h4>
<h4>I am interested in Full-stack development, computer archietures, and economic phenomenons</h4> </p>
<hr>
<p><h2>Education</h2>
<ul><h3>
<li>New York University
<ul>Relevant Courses:
<li>Economics:</li>
<li>Microeconomics, Macroeconomics, Probability & Statistics, Calculus</li>
<li>Computer Sciences:</li>
<li>Data Structures, Computer System Organization, Algorithms</li>
</ul>
</li>
<li>Kang Chiao Internation School
<ul>Relevant Courses:
<li>Business Studies HL, Psychology HL, Chinese A HL, Theory of Knowledge</li>
</ul>
</li>
</ul></h3></p>
<p><h2><a href="contact.html">Contact Me</a></h2></p>
</body>
</html>