-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
47 lines (41 loc) · 2.44 KB
/
about.html
File metadata and controls
47 lines (41 loc) · 2.44 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
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="About Ray Chun">
<meta name="author" content="Ray Chun">
<title>About</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">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<!-- CSS -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/about.css">
<!-- JS -->
</head>
<body class="flex">
<nav id="nav">
<div class="list">
<div class="list-item"><a href="/">Home</a></div>
<div class="list-item"><a href="about">About</a></div>
<div class="list-item"><a href="https://drive.google.com/file/d/0B6pa7Kkj1b2pa1V4bnRBOEtwc3c/view?usp=sharing" target="_blank">Resume</a></div>
<div class="list-item"><a href="portfolio">Portfolio</a></div>
</div>
</nav>
<div class="container description">
<h2>Greetings!</h2>
<p>I am a student of software engineering at the University of Waterloo. I am currently in 3A and looking for a software engineering internship for summer 2017.</p>
<!-- <p>I love learning new technologies, working with others on cool projects, and I'm always trying to improve myself to be a better person. I have a huge interest in learning and applying machine learning, so that I can help solve real world problems. I'm also looking to go into more mobile development such as iOS or Android.</p>
<p>I still have a lot to learn and I'm hoping to work with enthusiastic people who believe strongly in personal growth and development.</p>
<p>Feel free to email me for any questions!</p> -->
</div>
<footer id="footer">
<a href="https://github.com/TheRealRay"><i class="fa fa-github fa-lg" aria-hidden="true"></i></a>
<a href="https://ca.linkedin.com/in/raychun"><i class="fa fa-linkedin fa-lg" aria-hidden="true"></i></a>
<a href="mailto:raychun96@gmail.com"><i class="fa fa-envelope-o fa-lg" aria-hidden="true"></i></a>
</footer>
</body>
</html>