-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
61 lines (53 loc) · 1.53 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Amy Liang's personal website" />
<meta
name="keywords"
content="amiaxys, Amy Liang, Yuqi, Portfolio, Resume, Computer Science, UTSC"
/>
<meta name="author" content="Amy Liang" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/style.css" />
<link
href="https://fonts.googleapis.com/css?family=Overpass"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Jaldi"
rel="stylesheet"
type="text/css"
/>
<title>amiaxys | Resume</title>
</head>
<body>
<header>
<nav class="bar">
<div class="bubble">
<a class="bar-link" href="index.html">Home</a>
</div>
<div class="bubble select">
<a class="bar-link" href="resume.html">Resume</a>
</div>
<div class="bubble">
<a class="bar-link" href="portfolio.html">Portfolio</a>
</div>
</nav>
</header>
<div class="content">
<h1>Master Resume</h1>
<p>
<a download="Amy_Liang_Resume" href="files/Amy_Liang_Resume.pdf">
Download Resume
</a>
<span class="divider"></span>
<a target="_blank" href="files/Amy_Liang_Resume.pdf">
View Resume in New Tab
</a>
</p>
<iframe src="files/Amy_Liang_Resume.pdf#view=fitH"></iframe>
</div>
</body>
</html>