-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (40 loc) · 2.26 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Presentation of Hector Teyssier.</title>
<link rel="stylesheet" href="homepage_style.css">
</head>
<body>
<h1> Hey, welcome ! </h1>
<img src="media/Hello.jpg" width="400" height="400">
<section>
<h3> Who am I ?</h3>
<p> My name is Hector Teyssier. I'm a U4 student at McGill majoring in Computer Science and minoring in Music Tech.
<br> I enjoy listening/dancing/experiencing music a lot and I love to produce tracks when I find the time. I also love playing soccer and skiing. </p>
<h3> What kind of music do I like ?</h3>
<p> I am a big fan of electronic music, from house to techno and all the subgenres in between them.
<br>I also listen to old school rap from time to time and recently started to listen to Jazz, especially a band called Okvsho that are doing amazing tracks ! </p>
</section>
<section>
<h3> These are the classes I take this semester:</h3>
<p></p> <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/comp-551"> COMP 551: Applied Machine Learning </a>
<br> <a href="https://www.mcgill.ca/study/2021-2022/courses/comp-521"> COMP 521: Modern Computer Games</a>
</p>
</section>
<section>
<h3> Here are my classmates: </h3>
<p> <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/orosze/"> Eric Orosz </a>
<br> <a href="https://mumt301.github.io/Rebecca-Lee/"> Rebecca Lee </a>
<br> <a href="https://mumt301.github.io/naomifung01/"> Naomi Fung </a>
<br> <a href="https://mumt301.github.io/SidAlHussaini/"> Sid Al Hussaini </a>
<br> <a href="https://mumt301.github.io/beryl/"> Beryl </a>
<br> <a href="https://mumt301.github.io/Asu_Simla_Ayduran/"> Asu Simla Ayduran
</a> </p>
</section>
<p id="link_to_assignment"> <a href="assignment.html"> ASSIGNMENTS </a> </p>
</body>
</html>