-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (58 loc) · 2.51 KB
/
Copy pathindex.html
File metadata and controls
65 lines (58 loc) · 2.51 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Ravi Raina | Home</title>
<link rel="stylesheet" href="styles.css">
</head>
<header>
<nav>
<a href="#none" id="home">Home</a>
<span id="name">RAVI RAINA</span>
<a href='assignments.html' id="ass">Assignments</a>
</nav>
</header>
<body style="text-align: center">
</div class="col">
<div class="row">
<div class="col picture">
<img src="resources/ravi_headshot.jpeg">
</div>
<div class="col green">
<p>
I am a 4th year Computer Science student, minoring in Economics and
Music Technology. <br />I enjoy music (both playing and listening),
Biking, Skiing, and Photography, with my main medium being film. <br />I
am from British Colombia, having grown up in Pemberton and Whistler, BC
(a little north of Vancouver)
</p>
</div>
</div>
<div class="row">
<div class="col blue">
<h2>MUMT301 F2021 Student Pages</h2>
<a href="https://mumt301.github.io/Asu_Simla_Ayduran/">Asu Simla Ayduran</a>
<br /><a href="https://mumt301.github.io/beryl/">Beryl Arnould</a>
<br /><a href="https://mumt301.github.io/orosze/">Eric Orosz</a>
<br /><a href="https://mumt301.github.io/hteyssier/">Hector Teyssier</a>
<br /><a href="https://mumt301.github.io/Jamie-Oneschuk-Repository-/">Jamie Oneschuk</a>
<br /><a href="https://mumt301.github.io/naomifung01/">Naomi Fung</a>
<br /><a href="https://mumt301.github.io/nicolesue/">Nicole Sue</a>
<br /><a href="https://mumt301.github.io/Rebecca-Lee/">Rebecca Lee</a>
<br /><a href="https://mumt301.github.io/Sarah-Gao/">Sarah Gao</a>
<br /><a href="https://mumt301.github.io/SidAlHussaini/">Sid Al Hussaini</a>
<br /><a href="https://mumt301.github.io/tibetahunbay/">Tibet Ahunbay</a>
</div>
<div class="col beige">
<h2>My F2021 Courses</h2>
<a href="https://www.mcgill.ca/study/2020-2021/courses/mumt-301">MUMT301: Music and the Internet</a>
<br /><a href="https://www.mcgill.ca/study/2021-2022/courses/comp-330">COMP330: Theory of Computation</a>
<br /><a href="https://www.mcgill.ca/study/2021-2022/courses/comp-417">COMP417: Intro to Robotics and Intelligent
Systems</a>
<br /><a href="https://www.mcgill.ca/study/2021-2022/courses/comp-596">COMP596: From Natural Language to Data
Science</a>
<br /><a href="https://www.mcgill.ca/study/2021-2022/courses/econ-302">ECON302: Money, Banking, and Government
Policy</a>
</div>
</div>
</body>
</html>