-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojres.html~
102 lines (86 loc) · 2.23 KB
/
projres.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Abigail Yang</title>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!-- NavBar HTML -->
<div class="navbar">
<ul>
<li><a href="index.html">About Me</a></li>
<li><a href="projres.html">What I've Done</a></li>
</ul>
</div>
<!-- Resume -->
<div id="resume-heading">
<!-- Heading -->
<h2>Resume</h2>
<p>Here are some of the meaningful experiences I've had so far!</p>
</div>
<!-- Actual Resume content-->
<div id="resume">
<!-- Education list -->
<h3>Education</h3>
<p>University of California, Los Angeles</p>
<ul>
<li>Dates attended: September 2017 to June 2021</li>
<li>Major: Computer Science and Engineering (CSE)</li>
<li>GPA: 2.96</li>
<li>Honors: Regents Scholar</li>
<li>Technical Breadth in Economics</li>
</ul>
<!-- Work Experience nested list -->
<h3>Work Experience</h3>
<ul>
<li>New Student Advisor at UCLA New Student Transition Programs
<ul>
<li></li>
<li></li>
</ul>
</li>
<li>Online Private Lessons Instructor at internalDrive Technologies, Inc.
<ul>
<li></li>
<li></li>
</ul>
</li>
</ul>
<!-- Extracurriculars nested list -->
<h3>Activities and Interests</h3>
<ul>
<li>Creative Labs at UCLA
<ul>
<li></li>
<li></li>
</ul>
</li>
<li>Learning Assistant Program
<ul>
<li></li>
<li></li>
</ul>
</li>
<li>LA Mentorship Program (LAMP)
<ul>
<li></li>
<li></li>
</ul>
</li>
<li>Regents Scholar Society (RSS)
<ul>
<li></li>
<li></li>
</ul>
</li>
</ul>
</div>
<div id="projects-heading">
<h2>Projects</h2>
<p>Here are some of the projects I've worked on at school and with friends!<p>
</div>
</body>