-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (49 loc) · 2.6 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sid Al Hussaini</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1><b>Sid Al Hussaini</b></h1>
<div class="assignments">
<b><a href="assignments.html">Assignments</a></b>
</div>
<br>
<div class="homebox">
<h2><b>Who are you?</b></h2>
<p>My name is Sid Al Hussaini.</p>
<h2><b>What do you study?</b></h2>
<p>I study music at McGill University. I major in the Faculty Program and minor in the Musical Applications of Technology.</p>
<h2><b>What music do you like?</b></h2>
<p>I like all kinds of music, ranging from various genres like rock, indie, alternative, etc.</p>
<h2><b>A picture that represents me</b></h2>
<img src="Guitar.jpeg" alt="Gretsch G5230T Electromatic Jet FT">
<p><i>The guitar I would like to get.</i></p>
</div>
<h2><b>My Classes for Fall 2021</b></h2>
<div class="classmenu">
<a href="https://www.mcgill.ca/study/2021-2022/courses/musr-300d1">MUSR 300</a>
<a href="https://www.mcgill.ca/study/2021-2022/courses/mumt-301">MUMT 301</a>
<a href="https://www.mcgill.ca/study/2021-2022/courses/musp-354">MUSP 354</a>
<a href="https://www.mcgill.ca/study/2021-2022/courses/muen-593">MUEN 593</a>
<a href="https://www.mcgill.ca/study/2021-2022/courses/soci-210">SOCI 210</a>
<a href="https://www.mcgill.ca/study/2021-2022/courses/soci-235">SOCI 235</a>
</div>
<h2><b>Links to my MUMT 301 Classmates' Repositories</b></h2>
<div class="classmenu">
<a href="https://github.com/mumt301/hteyssier">Hector Teyssier</a>
<a href="https://github.com/mumt301/orosze">Eric Orosz</a>
<a href="https://github.com/mumt301/naomifung01">Naomi Fung</a>
<a href="https://github.com/mumt301/beryl">Beryl Arnould</a></li>
<a href="https://github.com/mumt301/Asu_Simla_Ayduran">Asu Simla Ayduran</a>
<a href="https://github.com/mumt301/tibetahunbay_assignment1">Tibet Ahunbay</a>
<a href="https://github.com/mumt301/Rebecca-Lee">Rebecca Lee</a>
<a href="https://github.com/mumt301/nicolesue">Nicole Sue</a>
<a href="https://github.com/mumt301/Jamie-Oneschuk-Repository-">Jamie Oneschuk</a>
<a href="https://github.com/mumt301/Sarah-Gao">Sarah Gao</a>
<a href="https://github.com/mumt301/raviraina">Ravi Raina</a>
</div>
</body>
</html>