-
Notifications
You must be signed in to change notification settings - Fork 8
/
zoom.html
39 lines (38 loc) · 1.25 KB
/
zoom.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
---
layout: page
title: Zoom
weight: 0
---
<section class="main-container text">
<div class="main">
<h2 class="title">Links</h2>
<ul class="lists">
<h3> Course Sessions </h3>
<li>
<a href="https://harvard.zoom.us/j/598253037" target="_blank">Live Lecture</a>
</li>
<li>
<a href="https://harvard.zoom.us/j/129483780" target="_blank">Section</a>
</li>
<li>
<a href="https://harvard.zoom.us/j/768366874" target="_blank">Prof. Finale's Office Hours</a>
</li>
<li>
<a href="https://harvard.zoom.us/j/257175134" target="_blank">TF Office Hours</a>
</li>
</ul>
<!-- <br>-->
<h3> Study Rooms </h3>
<ul class="lists">
<li>
<a href="https://harvard.zoom.us/j/134405588" target="_blank">Study Room - Alpha</a>
</li>
<li>
<a href="https://harvard.zoom.us/j/840934744" target="_blank">Study Room - Bayesian</a>
</li>
<li>
<a href="https://harvard.zoom.us/j/127568780" target="_blank">Study Room - K Means</a>
</li>
</ul>
</div>
</section>