-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
65 lines (65 loc) · 1.73 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.6.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content=
"width=device-width, initial-scale=1.0">
<title>Resume - Enzo Lucido</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<ul class="nav-bar">
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="hobbies.html">Hobbies</a></li>
</ul>
</nav>
</header>
<div class="container">
<h1>Enzo Lucido</h1>
<h2>Contacts</h2>
<ul>
<li>[email protected]</li>
<li>www.github.com/EnzoLucido</li>
<li>www.linkedin.com/in/vincenzo-lucido-134573224/</li>
<h2>Education</h2>
<p><strong>University of California, Berkeley</strong> - Senior in
EECS, expected graduation: December 2025</p>
<h2>Experience</h2>
<ul>
<li><strong>Tech Intern</strong> at OurCo, a platform that connects
organizations and their users
<ul>
<li>First to write automated tests for the team.</li>
<li>Reviewed website poll questions, providing feedback on the
writing</li>
</ul>
</li>
<li><strong>Course Staff</strong> for Internet Architecture
(CS168), UC Berkeley
<ul>
<li>Held office hours and managed extensions for students.</li>
<li>Gained deep insights into internet and networking topics.</li>
</ul>
</li>
</ul>
<h2>Skills</h2>
<ul>
<li>Programming Languages: Python, Java, C, C#, RISC-V, Ruby</li>
<li>Tools: Git, Selenium, OpenMP, Ollama</li>
<li>Strong in problem-solving, algorithm optimization, and
networking concepts.</li>
</ul>
<h2>Projects</h2>
<p>See detailed descriptions on the <a href=
"projects.html">Projects</a> page.</p>
</ul>
</div>
</body>
</html>