-
Notifications
You must be signed in to change notification settings - Fork 0
/
seminar.html
71 lines (50 loc) · 2.01 KB
/
seminar.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>
First Last
</title>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Vollkorn&display=swap">
<link rel="stylesheet" href="main.css" type="text/css"/>
</head>
<body>
<div class="nav">
<div class="off"><a href="index.html">About</a></div>
<div class="off"><a href="publications.html">Publications</a></div>
<div class="off"> <a href="cv.pdf" target="_blank">CV</a></div>
<div class="off"><a href="teaching.html">Teaching</a></div>
<div class="on"><a href="seminar.html">Seminar</a></div>
</div>
<div id="empty"></div>
<div id="contentpane">
<div id="content">
<div>
<h4>Some Seminar</h4>
<p>
<table class="rg" style="margin-left:auto; margin-right:auto;">
<tr>
<th style="width: 100px;">Date</th>
<th style="width: 350px;">Speaker</th>
<th style="width: 350px;">Title</th>
</tr>
<tr>
<td>9/1/20</td>
<td>Alice Bobbington</td>
<td>SNARKy STARKs</td>
</tr>
<tr>
<td>9/8/20</td>
<td>Charlie Davidson</td>
<td>Sharp DAGs</td>
</tr>
</table>
</div>
</div>
</div>
<div id="buffer"></div>
<div id="footer"> <div>Template by Kira Goldner©</div> </div>
<!-- If you really feel uncomfortable with giving me credit by name on your site, rather than deleting, please at lease uncomment and use the following logo credit. -->
<!--div id="footer"><div id="logo"> <a href="https://www.kiragoldner.com/" target="_blank"><img src="https://www.kiragoldner.com/favicon.png" width="12pt"/></a></div><div>© Template</div-->
</body>
</html>