-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
54 lines (52 loc) · 2 KB
/
teaching.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<title>Another Lp Space</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="infobar">
<div class="infobar-inner">
<div class="infobar-header">
<a href="./index.html">Liam Packer</a>
<br>
<small>Just another <span class="math
inline"><em>L</em><sup><em>p</em></sup></span> space.</small>
</div>
<nav class="infobar-navigation" aria-label="Main Menu">
<ul>
<li><a href="./index.html">About Me</a></li>
<li><a href="./assets/cv.pdf">CV</a></li>
<li><a href="./research.html">Research</a></li>
<li><a href="./teaching.html">Teaching</a></li>
<li><a href="./misc.html">Misc...</a></li>
<!-- <li><a href="#posts">Posts</a></li> -->
<!-- <li><a href="#contact">Contact</a></li> -->
</ul>
</nav>
</div>
</header>
<main id="content" class="centered-container">
<h1>Teaching</h1>
<h2 id="courses">Courses</h2>
<p>(<code>fa</code> = fall, <code>sp</code> = spring)</p>
<ul>
<li>Math 1920: Multivariable Calculus for Engineers (<code>fa 23</code>, <code>sp 25</code>)</li>
<li>Math 2240: Theoretical Linear Algebra and Calculus (<code>sp 24</code>)</li>
<li>Math 4710: Basic Probability (<code>fa 24</code>)</li>
</ul>
<h2 id="course-materials">Course Materials</h2>
<ul>
<li><a href="./2240.html">Math 2240</a>.</li>
</ul>
</main>
<footer class="footer">
<div class="footer-block">
<p>© 2024 Liam Packer. Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a>.</p>
</div>
</footer>
</body>
</html>