-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (37 loc) · 1.5 KB
/
index.html
File metadata and controls
41 lines (37 loc) · 1.5 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
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="University of Waterloo Software Engineering Student Ray Chun">
<meta name="author" content="Ray Chun">
<title>Ray Chun</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
<!-- Mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/index.css">
<!-- JS -->
</head>
<body>
<div class="header-wrapper">
<div class="black-overlay">
<div class="header-content">
<h1>Ray Chun</h1>
<h4>Software Engineering Student</h4>
<div class="navigation">
<ul>
<li><a href="about">about</a></li>
<li class="divider"></li>
<li><a href="portfolio">portfolio</a></li>
<li class="divider"></li>
<li><a href="https://drive.google.com/file/d/0B6pa7Kkj1b2pa1V4bnRBOEtwc3c/view?usp=sharing" target="_blank">resume</a></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>