-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
50 lines (45 loc) · 1.74 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Paolo Pedroso</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body data-new-gr-c-s-check-loaded="14.1080.0" data-gr-ext-installed="">
<header>
<div class="navcontainer">
<nav>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<h1 class="logo"><a style="text-decoration: none;color: black;" href="index.html">paolo.</a></h1>
<div class="about">
<div class="container">
<div class="image">
<img src="/assets/img/me-artweb.jpg">
</div>
<div class="text dotted-border">
<h1>Upcoming 2nd-year student at the University of Santa Cruz pursuing a Bachelor of Science in Computer Engineering. Passionate in both fields of Computer Science and Computer Engineering and motivated to learn more. Expecting to graduate in the Spring of 2025.</h1>
</div>
</div>
</div>
</body>
<footer>
<div class="column">
<a name="contact"></a><div class="footer-row">
<a href="https://www.linkedin.com/in/paolo-pedroso-848791232/" target="_blank"><span>Linkedin</span></a>
<span> | </span>
<a href="https://github.com/paolopedroso" target="_blank"><span>Github</span></a>
<span> | </span>
<a href="mailto:ppedroso@ucsc.edu"><span>Email</span></a>
</div>
<div class="copy-rights">
<p>Paolo Pedroso 2022</p>
</div>
</div>
</footer>
</body>
</html>