-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse-notes.html
181 lines (169 loc) · 6.12 KB
/
course-notes.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html>
<head>
<title>Gavin Wang</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="images/horse.svg" type="icon type">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/sidebar.css">
<link rel="stylesheet" href="styles/general.css">
<link rel="stylesheet" href="styles/course-notes.css">
<style>
.sidebar-link .notes-icon {
height: 36px;
filter: invert(42%) sepia(30%) saturate(4682%) hue-rotate(166deg) brightness(101%) contrast(104%);
}
.notes {
color: white;
}
</style>
</head>
<body>
<div class="header">
<div class="self-photo">
<img class="gavin-photo" src="images/self-photo.jpg" alt="Gavin Wang">
</div>
<div class="author-name">
Gavin Wang
</div>
<div class="social-contact">
<a class="social-contact-icon-container"
href="https://github.com/BeginningGradeMaker">
<img class="social-contact-icon" src="images/github.svg" alt="github">
</a>
<a class="social-contact-icon-container"
href="https://www.instagram.com/wangzhisu7/">
<img class="social-contact-icon" src="images/instagram.svg" alt="instagram">
</a>
<a class="social-contact-icon-container"
href="https://www.linkedin.com/in/gavin-wang-015347226/">
<img class="social-contact-icon" src="images/twitter.svg" alt="linkedin">
</a>
<a class="social-contact-icon-container"
href="https://twitter.com/wangzhisu1">
<img class="social-contact-icon" src="images/facebook.svg" alt="linkedin">
</a>
<a class="social-contact-icon-container"
href="https://www.linkedin.com/in/gavin-wang-015347226/">
<img class="social-contact-icon" src="images/linkedin.svg" alt="linkedin">
</a>
</div>
<nav class="sidebar">
<a class="sidebar-link"
href="index.html">
<img class="home-icon" src="images/home.svg" alt="homepage">
<span>Home</span>
</a>
<a class="sidebar-link notes"
href="course-notes.html">
<img class="notes-icon" src="images/sticky-note.svg" alt="notes">
<span>Course Notes</span>
</a>
<a class="sidebar-link"
href="side-projects.html">
<img class="projects-icon" src="images/work.svg" alt="projects">
<span>Projects</span>
</a>
<a class="sidebar-link"
href="recents.html">
<img class="recents-icon" src="images/nightlife.svg" alt="recents">
<span>Recents</span>
</a>
<a class="sidebar-link"
href="contact.html">
<img class="contact-icon" src="images/contact-page.svg" alt="contact">
<span>Contact</span>
</a>
</nav>
<div class="uwaterloo-logo-container">
<img class="uwaterloo-logo" src="images/UW3.png" alt="University of Waterloo">
</div>
</div>
<main>
<h1 class="page-title">Course Notes</h1>
</main>
<table class="course-notes-table">
<tr>
<th>Course Name</th>
<th>Title</th>
<th>Time</th>
<th>Instructor</th>
<th>Notes</th>
</tr>
<tr>
<td>MATH 135</td>
<td>Algebra for Honours Mathematics</td>
<td>Winter 2021</td>
<td>Matthew Kennedy</td>
<td> <a href="notes/math135notes.pdf">Here</a></td>
</tr>
<tr>
<td>MATH 136</td>
<td>Linear Algebra 1 for Honours Mathematics</td>
<td>Spring 2021</td>
<td>Francine Vinette</td>
<td><a href="notes/MATH 136 Course Notes.pdf">Here</a></td>
</tr>
<tr>
<td>MATH 137</td>
<td>Calculus 1 for Honours Mathematics</td>
<td>Fall 2020</td>
<td>Eddie Dupont</td>
<td><a href="notes/Forrest_M137CN.pdf">Here</a></td>
</tr>
<tr>
<td>MATH 138</td>
<td>Calculus 2 for Honours Mathematics</td>
<td>Winter 2021</td>
<td>Jordan Hamilton</td>
<td><a href="notes/Forrest_M138CN_F20.pdf">Here</a></td>
</tr>
<tr>
<td>MATH 235</td>
<td>Linear Algebra 2 for Honours Mathematics</td>
<td>Fall 2021</td>
<td>Andrej Vukovic</td>
<td><a href="notes/MATH 235.pdf">Here</a></td>
</tr>
<tr>
<td>MATH 237</td>
<td>Calculus 3 for Honours Mathematics</td>
<td>Fall 2021</td>
<td>Amanda Garcia</td>
<td><a href="notes/math237-workbook-v1-2.pdf">Here</a></td>
</tr>
<tr>
<td>MATH 239</td>
<td>Introduction to Combinatorics</td>
<td>Winter 2022</td>
<td>Debbie Leung</td>
<td><a href="notes/Forrest_M138CN_F20.pdf">Here</a></td>
</tr>
<tr>
<td>CO 250</td>
<td>Introduction to Optimization</td>
<td>Fall 2021</td>
<td>Levent Tuncel</td>
<td><a href="notes/116-A-Gentle-Introduction-to-Optimization-B.-Guenin-J.-Könemann-L.-Tunçel-Edisi-1-2014.pdf">Here</a></td>
</tr>
<tr>
<td>STAT 230</td>
<td>Probability</td>
<td>Fall 2021</td>
<td>Don McLeish</td>
<td><a href="notes/STAT 230 Solutions F21 Edition.pdf">Here</a><br>
<a href="notes/STAT 230 Solutions F21 Edition.pdf">Solutions</a></td>
</tr>
<tr>
<td>STAT 231</td>
<td>Statistics</td>
<td>Winter 2022</td>
<td>Statistics</td>
<td><a href="notes/STAT 231 Course Notes Winter 2022 Edition.pdf">Here</a></td>
</tr>
</table>
</body>
</html>