-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewsletter.html
34 lines (23 loc) · 1.38 KB
/
newsletter.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
<!DOCTYPE html>
<html lang="en">
<head prefix="og: https://ogp.me/ns#">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" />
<title>newsletter links</title>
</head>
<body>
<div class="container2">
<div class="newsletter-container">
<h1>Browse the back issues</h1><br>
<p style="padding: 10px; background: lightblue; border-radius: 5px;">Publication is rare and sporadic. It's also a MailChimp, so you can unsubscribe at any time without me knowing. Or will I? No. I won't.</p>
<div class="issue-list">
<div class="1"><a href="https://mailchi.mp/b1df2ad8befd/ambivalent-sun-drawing-guide-zine" target="_blank"><p>A guide to drawing on the subway, March 18, 2020</p></a></div>
<div class="2"><a href="https://mailchi.mp/d30d25ba091c/ambivalent-sun-summer-zine" target="_blank"><p>Summer check-in, new weird moon GIF, July 3, 2020</p></a></div>
<div class="3"><a href="https://mailchi.mp/f64eb838b3e5/fall-green-knight-zine-from-ambivalent-sun" target="_blank"><p>Digital Zine, Sir Gawain and the Green Knight, September 13, 2020</p></a></div>
</div>
<button class="button">Subscribe</button>
</div>
<h1 style="color: white"><a href="index.html">Back to the first page</a></h1>
</body>
</html>