-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 1.4 KB
/
index.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
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<link href='https://fonts.googleapis.com/css?family=Archivo Narrow' rel='stylesheet'>
<link rel="shortcut icon" href="Images/titlepic.ico" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<title>Chen^2 Software</title>
<div class="topnav">
<a class="home" href="index.html">Home</a>
<a href="https://github.com/Chen2x">Github</a>
<a href="https://www.linkedin.com/in/2chenz/">LinkedIn</a>
<a href="https://drive.google.com/file/d/1W9ulbT3b12BFHN94NGQPRl8MkZSNu2XR/view?usp=sharing">Resume</a>
<a class="music" href="music.html">Music</a>
<a class="right" href="contact.html">Contact</a>
</div>
<div class= "bio">
<img class="myphoto" src="Images/me.jpg" alt="me" width="800" height="800">
</div>
<div class= "bioinfo">
<H1 class="biotext">A Little About Me</H1>
<p>My name is Chen Chen and I am a Honours Computer Science student at McMaster University slated to graduate in 2020. In the meantime, I am always looking for new oppurtunities to work and learn. </p>
<h3>Field Experience</h3>
<ul>
<li>Bioinformatics</li>
<li>Production Line Machinery</li>
<li>Computer Cable and Hardware</li>
<li>Customer Service</li>
<li>Food Industry</li>
</ul>
<p>Programming is my lifestyle and music is my passion. </p>
</div>
</body>
</html>