-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
32 lines (32 loc) · 1.57 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
<!DOCTYPE html>
<html>
<head>
<title>Brenno Cardoso - Resume</title>
<link rel="stylesheet" href="styles.css">
<meta charset="utf-8">
</head>
<body>
<nav role="navigation" class="top-nav">
<ul>
<li><a role="button" tabindex=0 href="index.html">Home</a></li>
<li><a role="button" tabindex=1 href="about.html">About Me</a></li>
<li nav aria-current=page><a role="button" tabindex=2 href="resume.html">Resume</a></li>
<li><a aria-haspopup="true" tabindex=3 aria-expanded="false">Projects</a>
<ul class="pulldown-menu">
<li><a role="button" tabindex=4 href="penicilin.html">Penicilin Ineffectiveness Data Visualization</a></li>
<li><a role="button" tabindex=5 href="nba.html">History of Three Pointers in the NBA</a></li>
</ul>
</li>
</ul>
</nav>
<main>
<br>
<h1>Resume</h1>
<h2>If the resume is not showing up, please <a role="link" tabindex=6 href="https://drive.google.com/uc?export=download&id=1X6CAwDEMk_XqTO9DEyUlDXtWy3oiW5td" download="BrennoCardosoResume.pdf">Download PDF.<script async="false" type="text/javascript" src="chrome-extension://fnjhmkhhmkbjkkabndcnnogagogbneec/in-page.js"></script></a></h2>
<div class="resume">
<iframe alt="resume pdf" class="resume-pdf" src="https://drive.google.com/file/d/1X6CAwDEMk_XqTO9DEyUlDXtWy3oiW5td/preview" width="70%" height="640" allow="autoplay"></iframe>
</div>
<br><br><br>
</main>
</body>
</html>