-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
42 lines (30 loc) · 1.5 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css"/>
<title>About</title>
<style>
.about-container {
margin: 50px;
}
.about-title {
font-family: 'Trickster-Reg', sans-serif;
font-size: 4em;
color: darkgray;
}
</style>
</head>
<body>
<div class="about-container">
<div class="about-title">About this zine</div>
<p><a href="index.html">home</a></p>
<div class="about-text">
<p>These weird little doodles were from my first drawing night at the <a href="https://societyillustrators.org/" target="_blank">Society of Illustrators</a> on East 63rd Street, New York, NY. Burlesque performers modeled with their crystal balls, and the DJ spun lots of Fleetwood Mac, as I remember. Who wouldn't love to love that? —Sara</p><BR>
<p><a href="http://saraharveypatrick.com/" target="blank">Check out more of what I do, here.</a><p><BR>
<p>MP3 of Rhiannon by Stevie Nicks from the <a href="https://archive.org/details/StevieNicksdreamsAndrhiannon/01Rhiannon.mp3">Internet Archive</a></p>
</div>
</div>
</body>
</html>