-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivism.html
More file actions
33 lines (30 loc) · 1.27 KB
/
activism.html
File metadata and controls
33 lines (30 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
<!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="activism.html">Activism</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>Activism</h2>
<h3>Sunrise Boston</h3>
<p>I am an active member of the Boston hub of the Sunrise
Movement. If you are interested in joining me in the Boston
hub, please fill out this <a href="https://docs.google.com/forms/d/e/1FAIpQLSer-xWArOvxC51SaSgHMU8kZI9RKqa-kfSd_-ZpaVlomfsexw/viewform">form</a>.
</p>
</div>
</section>
</body>
</html>