-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (53 loc) · 1.97 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
56
57
58
59
60
61
62
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial- scale=1.0">
<title> My Personal Website/Assignment1</title>
<link rel="stylesheet" href="styleindex.css">
</head>
<body>
<header>
<h1>About Me</h1>
</header>
<main>
<section>
<h2>Who I am</h2>
<p>My Name is Isaac Luther and I am a student at McGill University. I am in the B.Muse Faculty program</p>
</section>
<section>
<h2>My interests </h2>
<p> I am currently in the B. Muse Faculty program and focusing on soundrecording</p>
</section>
<section>
<h2>Classes this term</h2>
<ul>
<li><a href="https://www.mcgill.ca/study/2023-2024/courses/musp-240"> Musisianship</a></li>
<li><a href="https://www.mcgill.ca/study/2023-2024/courses/muth-250"> Music Theory </a></li>
<li><a href="https://www.mcgill.ca/music/resources/undergraduate/practical-instruction-muin-courses"> Practical Instruction</a></li>
<li><a href="https://www.mcgill.ca/study/2023-2024/courses/muhl-186"> Music History </a></li>
<li><a href="https://online.berklee.edu/courses/art-of-mixing"> Art of Mixing </a></li>
</ul>
</section>
<section>
<h2> MUMT301 CLASSMATES</h2>
<ul>
<li><a href="https://mumt301.github.io/Ivano-Mariotti">Ivano</a></li>
<li><a href=" https://mumt301.github.io/Alex-Strong-Saad ">Alex</a></li>
<li><a href="https://mumt301.github.io/ben-assignment"> Ben</a></li>
<li><a href="https://mumt301.github.io/jiezhou">Jie</a></li>
<li><a href="https://mumt301.github.io/lianne-heron">Liane</a></li>
<li><a href="https://mumt301.github.io/gracia-kassis">Gracia</a></li>
<li><a href="https://mumt301.github.io/Loren">Loren</a></li>
</ul>
</section>
<section>
<h2> A picture of me!</h2>
<img src="Isaacluther.jpg" alt="A picture of me" width="100px" height="100px" >
</section>
</main>
<p><a href="./Assignment_1/Assignments.html">Assignments</a></p>
<footer>
<p>2023 Isaac Luther</p>
</footer>
</body>
</html>