-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 2.38 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Naomi Fung</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>NAOMI FUNG</h1>
<h2>About Me</h2>
<p id="intro">My name is Naomi Fung. I'm currently a third year Mechanical Engineering student doing a minor in Musical Applications of Technology. In my free time, I enjoy going out with friends, playing guitar, thrifting, or exploring the city with my Discman and listening to some CDs. I love all kinds of music, such as indie, hyperpop, rap, punk, alternative, etc. I'm from Vancouver, BC, and I think the West Coast is one of the most beautiful places on earth. Here's a photo of me during the summer after kayaking (I miss the ocean and mountains a ton). </p>
<p><img src="Images/Kayak.jpg"></p>
<h2>My Classes This Semester</h2>
<p id="classes"><a href="https://www.mcgill.ca/study/2021-2022/courses/math-271">MATH 271 Linear Algebra and Partial Differential Equations</a><br><a href="https://www.mcgill.ca/study/2021-2022/courses/mech-240">MECH 240 Thermodynamics 1</a><br><a href="https://www.mcgill.ca/study/2021-2022/courses/mech-360">MECH 360 Principles of Manufacturing</a><br>
<a href="https://www.mcgill.ca/study/2021-2022/courses/mech-314">MECH 314 Dynamics of Mechanisms</a><br>
<a href="https://www.mcgill.ca/study/2021-2022/courses/mumt-301">MUMT 301 Music and the Internet</a><br>
<a href="https://www.mcgill.ca/study/2021-2022/courses/mumt-202">MUMT 202 Fundamentals of New Media</a></p>
<h2>My Classmates</h2>
<p id="classmates">
<br /><a href="https://mumt301.github.io/beryl/">Beryl Arnould</a>
<br /><a href="https://mumt301.github.io/orosze/">Eric Orosz</a>
<br /><a href="https://mumt301.github.io/hteyssier/">Hector Teyssier</a>
<br /><a href="https://mumt301.github.io/Jamie-Oneschuk-Repository-/">Jamie Oneschuk</a>
<br /><a href="https://mumt301.github.io/raviraina/">Ravi Raina</a>
<br /><a href="https://mumt301.github.io/nicolesue/">Nicole Sue</a>
<br /><a href="https://mumt301.github.io/Rebecca-Lee/">Rebecca Lee</a>
<br /><a href="https://mumt301.github.io/Sarah-Gao/">Sarah Gao</a>
<br /><a href="https://mumt301.github.io/SidAlHussaini/">Sid Al Hussaini</a>
<br /><a href="https://mumt301.github.io/tibetahunbay/">Tibet Ahunbay</a>
<h2><a href="assignments.html">My Assignments</a></h2>
</body>
</html>