-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
39 lines (33 loc) · 1.04 KB
/
Copy pathresume.html
File metadata and controls
39 lines (33 loc) · 1.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Resume — Christian Campbell</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400&display=swap" rel="stylesheet">
</head>
<body>
<div class="page-bg">
<a href="index.html" class="back-nav">Home</a>
<div class="resume-container">
<div class="resume-header">
<h1>Resume</h1>
<div class="resume-actions">
<a href="resume.pdf" download="Christian_Campbell_Resume.pdf" class="btn btn-primary">
↓ Download
</a>
</div>
</div>
<div class="resume-wrapper">
<iframe
src="resume.pdf#toolbar=0&navpanes=0&scrollbar=0"
class="resume-frame"
title="Christian Campbell Resume"
></iframe>
</div>
</div>
</div>
<script data-goatcounter="https://chrisaveri.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>
</html>