-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
40 lines (39 loc) · 1.78 KB
/
aboutme.html
File metadata and controls
40 lines (39 loc) · 1.78 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
<!DOCTYPE html>
<html>
<head>
<title>Xin Yi Chen || About Me</title>
<link rel="stylesheet" type="text/css" href="assets/css/aboutmestyle.css">
<link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono|Meddon|Open+Sans:400,600,800" rel="stylesheet">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="active" href="aboutme.html">About Me</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact Me</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</nav>
<div id="aboutme-left">
<img id="pfp" src="assets/img/dog.jpg">
</div>
<div id="aboutme-right">
<div class="header">About Me</div>
<hr>
<div id="aboutmetext">
<p>
Hello there! I'm Xin Yi Chen, caffeine-fueled foodie and a current freshman at University of California, Berkeley who intends on majoring in Computer Science. For more information about my past activities and achievements, I'd like to direct you to my resume, by clicking "Resume" above or this link <a href="resume.html" style="text-decoration:none; color: #767676;">here</a>.
</p>
<p>
While I was born in China (Sichuanese food anyone?) and raised in Canada (greetings fellow Toronto residents!), I currently call Seattle home. Yet despite having lived there for the past nine years, I still greatly dislike rain, which is probably why I escaped to the Bay Area. I'm an aspiring photographer and software developer. To see some of my fun in the field of photography, visit my blog by clicking the link the in the navigation bar above, or <a href="blog.html" style="text-decoration:none; color: #767676;">here</a>!
</p>
<p>
More content to come on this page, but for now, feel free to peruse!
</p>
</div>
<div id="contactform">
</div>
</div>
</body>
</html>