-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
49 lines (48 loc) · 2.22 KB
/
cv.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<link href="/styles/other.css" rel="stylesheet">
<title>CV</title>
</head>
<body>
<div class="container">
<nav style="--bs-breadcrumb-divider: '->'">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/index.html">Home</a></li>
<li class="breadcrumb-item active">CV</li>
</ol>
</nav>
<h1>CV</h1>
<p>
Here is a list of all of the courses that I have taken at the University of Alberta.
</p>
<h2>Fall 2021</h2>
</table>
<ol class="list-group list-group-numbered">
<li class="list-group-item">PHYS 144</li>
<li class="list-group-item">MATH 144</li>
<li class="list-group-item">MATH 125</li>
<li class="list-group-item">CMPUT 174</li>
</ol>
<h2>Winter 2022</h2>
<ol class="list-group list-group-numbered">
<li class="list-group-item">STAT 161</li>
<li class="list-group-item">MATH 146</li>
<li class="list-group-item">CMPUT 175</li>
<li class="list-group-item">CMPUT 272</li>
</ol>
<h2>Fall 2022</h2>
</table>
<ol class="list-group list-group-numbered">
<li class="list-group-item">CMPUT 495</li>
<li class="list-group-item">ACCTG 300</li>
<li class="list-group-item">STAT 252</li>
<li class="list-group-item">CMPUT 201</li>
<li class="list-group-item">CMPUT 291</li>
<li class="list-group-item">CMPUT 204</li>
</ol>
</div>
</body>
</html>