-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (59 loc) · 2.13 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>Noah Pedroso - Portfolio</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<script src="loadFooter.js"></script>
</head>
<body>
<header>
<h1>Noah Pedroso</h1>
<p>Software Developer</p>
</header>
<!-- Side navigation -->
<div class="sidenav">
<a href="#about">About</a>
<!-- <a href="#projects">Projects</a> -->
<a href="#experience">Experience</a>
<a href="#footer">Contact</a>
</div>
<div id="content">
<section id="about">
<h2> About </h2>
As a recent graduate from RPI, I am a developer drawn to impactful teams. I focus on maximizing my skills to drive change, particularly in <strong>climate, energy, and election-related systems.</strong> My goal is to build a resume that shows these goals undebatably.
</section>
<!-- <section id="projects">
<h2>My Projects</h2>
</section> -->
<section id="experience">
<h2>Experience</h2>
<ul>
<li>
<img src="images/gap_inc_logo.jpg" alt="Gap Inc. Logo">
<div id="content">
<h3> Software Engineering Intern </h3>
Gap, Inc.
</div>
</li>
<li>
<img src="images/bp_logo.jpg" alt="Gap Inc. Logo">
<div id="content">
<h3> Data Engineering Intern </h3>
Ballotpedia
</div>
</li>
<li>
<img src="images/nys_assembly_logo.jpg" alt="Gap Inc. Logo">
<div id="content">
<h3> Computer Programmer </h3>
New York State Assembly Majority
</div>
</li>
</ul>
</section>
</div>
<div id="footer"></div>
<script src="loadProjects.js"></script>
</body>
</html>