-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedia.html
More file actions
executable file
·34 lines (31 loc) · 1.27 KB
/
media.html
File metadata and controls
executable file
·34 lines (31 loc) · 1.27 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Helen Scott
</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="wrapper">
<header>
<a href="index.html"><img src="images/logo-face.png" alt="Headshot of Helen"></a>
<h3 class="view"><a href="about.html">About</a></h3>
<h3 class="view"><a href="research.html">Research</a></h3>
<h3 class="view"><a href="media.html">Media</a></h3>
<h3 class="view"><a href="https://scholar.google.com/citations?user=XLP1QBAAAAAJ&hl=en">Publications</a></h3>
</header>
<section>
<div align="center">
<h2>Slides</h2>
You can see the slides for all of the public presentations I
have given in <a href="https://drive.google.com/drive/folders/15bab9wtIucwuKfix5n83oJDkhvrf95qj?usp=sharing">this google drive folder.</a>.
<hr>
<h2>Videos</h2>
Videos of my public presentations will be added here when
available.
</div>
</section>
</body>
</html>