-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 832 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&family=Montserrat&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title></title>
</head>
<body>
<div class="landingPage">
<section>
<h1>Isaac Del Rosario</h1>
<p>Software Engineer</p>
<section>
<p class="link"><a href="IsaacDelRosario_Resume.pdf">Resume</a></p>
<p class="link"><a href="https://www.linkedin.com/in/hisaacdelr/">LinkedIn</a></p>
<p class="link"><a href="about.html">About Isaac</a></p>
</section>
</section>
</div>
</body>
</html>