-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
38 lines (37 loc) · 1.4 KB
/
experience.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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Experience</title>
<link rel="stylesheet" href="/stylesheets/experience.css" />
</head>
<body>
<div class="topnav">
<a href="/index.html">Home</a>
<a class="active" href="/experience.html">Experience</a>
</div>
<h1>Experience</h1>
<p>
For more consistently updated experience information, check out my
<a href="https://www.linkedin.com/in/markepstein134/">LinkedIn</a>
for more up to date on what I have done.
</p>
<h2>Education</h2>
<div class="experience-card">
<div class="experience-wrapper">
<div class="Position">
<p><strong>University of California, Los Angeles (UCLA)</strong></p>
<p>B.S. Computer Science</p>
</div>
<div class="Timeframe">
<p>September 2022 - June 2025</p>
</div>
</div>
<p>
Relevant Coursework: Introduction to Programming in C++, Data
Structures & Algorithms, Computer Organization, Software Construction,
Operating Systems, Computer Network Fundamentals.
</p>
</div>
</body>