-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 2.21 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
<html>
<head>
<title>Merve Guvendiren</title>
<link rel="stylesheet" type="text/css" href="./index.css">
</head>
<body>
<h1 class="item-a">
Background Information
</h1>
<p class="bio">You are on <span id="highlight1">Merve Guvendiren</span>'s <span id="highlight2">personal webpage</span></p>
<p class="bio2">I am a Bachelor of Arts student originally from <span id="highlight3">Istanbul, Turkey.</span><p>
<p class="bio2">My studies focus on <span id="highlight4">Political Science, Communication Studies, and Music Technology.</span></p>
<p class="bio2">I am interested in the intersection of <span id="highlight5">media governance, communication rights, and sound technologies.</span></p>
<p class="bio2">Currently leading a photography club <span id="highlight6">(DPC Collective)</span> and a monthly art print <span id="highlight7">(m3)</span> both based at McGill.</p>
<img src="Photo1.png" alt="Merve Guvendiren">
<h2>Courses</h2>
<p>
<a class="links" href="https://www.mcgill.ca/study/2018-2019/courses/mumt-301">Music and The Internet</a><br>
<a class="links" href="https://www.mcgill.ca/study/2018-2019/courses/poli-445">International Political Economy: Monetary Relations</a><br>
<a class="links" href="https://mcgill.ca/study/2019-2020/courses/coms-435">Advanced Issues in Media Governance</a><br>
<a class="links" href="https://www.mcgill.ca/study/2018-2019/courses/coms-492">Power, Difference and Justice</a><br>
<a class="links" href="https://www.mcgill.ca/study/2017-2018/courses/soci-235">Technology and Society</a>
</p>
<h3>MUMT 301 Classmates</h3>
<p>
<a class="links" href="https://mumt301.github.io/gvigliensoni">gvigliensoni</a><br>
<a class="links" href="https://mumt301.github.io/mbadea">mbadea</a><br>
<a class="links" href="https://mumt301.github.io/jorbach">jorbach</a><br>
<a class="links" href="https://mumt301.github.io/radamian">radamian</a>
</p>
<h4 class="link">
<a href="assignments.html">Assignments</a>
</h4>
</body>
</html>