-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (66 loc) · 3.52 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="Scripts + Styles/styles.css">
<title>Eric's MUMT301 Website</title>
</head>
<body style = "background-image: url(Media/LandscapeBkg.jpg)"">
<div class = "header">
<h1>Welcome!</h1>
<p>Hi, my name is Eric Orosz!!<br>
Welcome to my first HTML webpage. It's such a pleasure to have you here!</p>
</div>
<ul class = "topnav">
<li><a class = "topnav">About Me</a></li>
<li><a class = "topnav" href="Assignments.html">MUMT 301 Assignments</a></li>
</ul>
<div class = "row">
<div class = "column">
<h2 class = "content-title">About Me</h2>
<img src="Media/Headshot.jpg" width="278" height="291">
<img class=pic src="Media/TrailPic.jpg" width="200" height="266.67">
</div>
<div class = "column">
<p>I'm a U3 Percussion Performance Student, as well as being part of the
MAT minor at McGill University in Montreal, Quebec. I am from Southern
Ontario, primarily residing from Burlington, ON where I went to high
school, however I have lived all over the GTA and Golden Horseshoe.
I like to spend my free time riding my bike, playing Tabla (North Indian
hand drums), jamming along to some Rush on drums, and being outside in
the wilderness on camping trips and hikes. I love cats and have always
enjoyed walking the alleys of montreal with the hopes of having a feline
encounter, on the left is my old pal On the right is </p>
<img class=pic src="Media/samTheCat.jpg" width="100" height="133.33">
<img class=pic src="Media/lolaTheCat.jpg" width="100" height="133.33">
</div>
<div class = "column">
<h2 class = "content-title">My Fall 2021 Classes:</h2>
<ul>
<a href="https://mumt301.github.io/">Music and the Internet - MUMT 301</a><br>
<a href="https://www.mcgill.ca/study/2021-2022/courses/musr-232">Intro to Electronics - MUSR 232</a><br>
<a href="https://www.mcgill.ca/music/ensembles/small/tabla-ensemble">Tabla Ensemble - MUEN 569</a><br>
<a href="https://www.mcgill.ca/music/ensembles/orchestras/wind">Wind Orchestra - MUEN 590</a><br>
<a href="https://www.mcgill.ca/study/2021-2022/courses/mupg-328">Percussion Pedagogy - MUPG 328</a><br>
<a href="https://www.mcgill.ca/music/ensembles/small/percussion-ensemble">Percussion Ensemble - MUEN 598</a><br>
</ul>
<h3><a href="Assignments.html">MUMT 301 Assignments</a></h3>
</div>
<div class = "row">
<div class = "column">
<h2 class = "content-title">Checkout my classmates pages too!</h2>
<p><a href="https://mumt301.github.io/hteyssier">Hector Teyssier</a><br>
<a href="https://mumt301.github.io/naomifung01">Naomi Fung</a><br>
<a href="https://mumt301.github.io/Sarah-Gao">Sarah Gao</a><br>
<a href="https://mumt301.github.io/raviraina">Ravi Raina</a><br>
<a href="https://mumt301.github.io/SidAlHussaini">Sid Al Hussaini</a><br>
<a href="https://mumt301.github.io/beryl">Beryl Arnould</a><br>
<a href="https://mumt301.github.io/Asu_Simla_Ayduran">Asu Simla Ayduran</a><br>
<a href="https://mumt301.github.io/tibetahunbay">Tibet Ahunbay</a><br>
<a href="https://mumt301.github.io/Rebecca-Lee">Rebecca Lee</a><br>
<a href="https://mumt301.github.io/nicolesue">Nicole Sue</a><br>
<a href="https://mumt301.github.io/Jamie-Oneschuk-Repository-">Jamie Oneschuk</a></p>
</div>
</div>
</body>
</html>