-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
37 lines (33 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Andres Ordonez</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="css/projects.css" />
</head>
<body>
<nav class="main-navbar" id="main-navbar">
<div class="main-navbar--title"><a href="index.html"><a>ndrés</a></div>
<div class="main-navbar--menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="index.html#about-section">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<div class=" position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light ">
<div class="col-md-5 p-lg-5 mx-auto my-5 resume">
<h1 class="display-4 font-weight-normal">Resume</h1>
<p class="lead font-weight-normal">Click to download my resume in PDF here:</p>
<a href="Resume_AndresOrdonez.pdf" download="resume_Andres_Ordonez">Download Resume</a>
</div>
<div class="product-device box-shadow d-none d-md-block"></div>
<div class="product-device product-device-2 box-shadow d-none d-md-block"></div>
</div>
</body>
</html>