-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (53 loc) · 2.41 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>Matthew Qu</title>
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel ="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Righteous' rel='stylesheet'>
<link rel="stylesheet" href="css/style.css">
<script src="https://kit.fontawesome.com/9d3bfa90da.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="left">
<img id="profile-img" src="img/owl.jpg">
</div>
<div>
<h1>Matthew Qu</h1>
<p class = "bio">
Hi! I'm Matthew, and I'm originally from Minneapolis, Minnesota.
I am currently a first-year at Harvard College.
I'm planning on concentrating in math, but I also enjoy computer science and coding.
At Harvard, I am on the <a href="https://datamatch.me" target="_blank">Datamatch</a> and
<a href="http://www.hcs.harvard.edu/~disc/" target="_blank">Ultimate Frisbee</a> teams.
I love card games (especially <a href="https://en.wikipedia.org/wiki/Literature_(card_game)" target="_blank">Fish</a>),
ping pong, and any other fun or casual games.
I'm a huge piano nerd, and I also enjoy composing
<a href="https://www.youtube.com/watch?v=XtoIbtUgqhs" target="_blank">my own music</a> in my free time.
</p>
<div>
<p class="end">
Don't forget to check me out on:
</p>
<br>
<div class="icon">
<a href="https://www.youtube.com/channel/UCubSXSaG_Geo0obUFzELQ1w?sub_confirmation=1." target="_blank">
<i class="fab fa-youtube"></i>
</a>
</div>
<div class="icon">
<a href="https://www.twitch.tv/shrubbii" target="_blank">
<i class="fab fa-twitch"></i>
</a>
</div>
<div class="icon">
<a href="https://www.facebook.com/matthew.qu.735" target="_blank">
<i class="fab fa-facebook"></i>
</a>
</div>
</div>
</div>
<script src="js/foobar.js"></script>
</body>
</html>