This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (86 loc) · 3.16 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html>
<head>
<title>Home Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link rel="stylesheet" href="mystyle.css">
</head>
<body>
<h1>Welcome to Sofia Chaudruc's Home Page</h1>
<p>
<img src="image/mumt301_pic.JPG" width="300" height = "400" alt="Photo of Sofia">
</p>
<p>
<a href="assignments.html">Assignments Page</a>
</p>
<h3>My name is Sofia Chaudruc, I am a third year at McGill University and I am from Chicago, IL.
I study Cultural Studies, Political Science, and Music Tech at McGill.
I play the ukulele in my free time and I love to cook. My family is Italian so we all love to cook together.
I love to listen to music and podcasts. 'Dissect' is my favorite podcast; it is long-form musical analysis of
contemporary albums like 'To Pimp a Butterfly' by Kendrick Lamar or 'Flower Boy' by Tyler, The Creator.
I enjoy listening to these artists as well as some classic rock, indie, and EDM artists.
</h3>
<h2>My Courses This Term:</h2>
<p>
<a href="https://www.mcgill.ca/study/2019-2020/courses/engl-378">ENGL 378</a>
</p>
<p>
<a href="https://www.mcgill.ca/study/2018-2019/courses/poli-352">POLI 352</a>
</p>
<p>
<a href="https://www.mcgill.ca/study/2017-2018/courses/llcu-212">LLCU 212</a>
</p>
<p>
<a href="https://www.mcgill.ca/study/2018-2019/courses/mumt-301">MUMT 301</a>
</p>
<h2>My MUMT 301 Classmates:</h2>
<p>
<a href="https://mumt301.github.io/rwang/">rwang</a>
</p>
<p>
<a href="https://mumt301.github.io/bfarnier/">bfarnier</a>
</p>
<p>
<a href="https://mumt301.github.io/nbendsza/">nbendsza</a>
</p>
<p>
<a href="https://mumt301.github.io/jxu/">jxu</a>
</p>
<p>
<a href="https://mumt301.github.io/yshao/">yshao</a>
</p>
<p>
<a href="https://mumt301.github.io/jsiran/">jsiran</a>
</p>
<p>
<a href="https://mumt301.github.io/ffei/">ffei</a>
</p>
<p>
<a href="https://mumt301.github.io/ocundangan/">ocundangan</a>
</p>
<p>
<a href="https://mumt301.github.io/ykogan/">ykogan</a>
</p>
<p>
<a href="https://mumt301.github.io/kmacdougall/">kmacdougall</a>
</p>
<p>
<a href="https://mumt301.github.io/oammann/">oammann</a>
</p>
<p>
<a href="https://mumt301.github.io/mguvendiren/">mguvendiren</a>
</p>
<p>
<a href="https://mumt301.github.io/jorbach/">jorbach</a>
</p>
<p>
<a href="https://mumt301.github.io/mbadea/">mbadea</a>
</p>
<p>
<a href="https://mumt301.github.io/gvigliensoni/">gvigliensoni</a>
</p>
<p>
<a href="https://mumt301.github.io/radamian/">radamian</a>
</p>
</body>
</html>