-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.52 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.52 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
42
43
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,500" rel="stylesheet">
<link rel='stylesheet' type='text/css' href='css/styles.css'>
<title>Roy Fu</title>
</head>
<body>
<div class='white'>
<div class='container'>
<h2 class='spearmint'>Designer & Developer</h2>
<h1>Roy Fu</h1>
<div class='content'>
<p>
Currently, I'm finishing my last year of undergrad at <a class='pineapple' href='http://purdue.edu' target='_blank'>Purdue University</a>.
</p>
<p>
Previously, I interned at <a class='amethyst' href='http://facebook.com' target='_blank'>Facebook</a> and worked at <a class='flamingo' href='http://picnichealth.com' target='_blank'>PicnicHealth</a>.
</p>
</div>
<nav>
<a class='amethyst' href='http://github.com/Roystbeef' target='_blank'>Github</a>
<a class='flamingo' href='/resume.pdf'>Resume</a>
<a class='pineapple' href='mailto:rfu110@gmail.com'>Contact</a>
</nav>
</div>
</div>
<div class='fun'>
<div class='fun-container'>
<nav>
<a href='http://github.com/Roystbeef' target='_blank'>Github</a>
<a href='/resume.pdf'>Resume</a>
<a href='mailto:rfu110@gmail.com'>Contact</a>
</nav>
</div>
</div>
<div id='bill' class='cipher'>
</div>
<script src="js/main.js"></script>
</body>
</html>