-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2personapt.html
44 lines (38 loc) · 2.09 KB
/
2personapt.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> and they were roommates </title>
<link rel="stylesheet" href="styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
</head>
<body>
<div class="page">
<header>
<h1><a href="/"> and they were roommates</a></h1>
<span class="subtitle">a zine</span>
<img class="stars" src="about.png" alt="drawing of blue and orange stars.">
<img class="hearts" src="submit.png" alt="drawing of pink and purple hearts">
</header>
<div class="title-pages">
<div class="title">
<h2>The Things in Our Art-Filled 2-Person Apartment</h2>
</div>
<br>
<div class="content-bio">
<div class="photo">
<img src="2personapt.jpg" alt="title: The things in our art-filled 2-person apartment. Drawings and their following labels include: basil and herbs in the kitchen. bobby socks on hardwood floors. your shirt on my bed. the pesto jar full of old cigarette butts. the bowl we aim cherry pits into. the alcohol we bought to drink together. the cat that acts as our liaison. the sponge you use to wash the pot I left. your shirt folded on your bed. the book you read as you wait for me to come home. ALL THE THINGS WE SWEAR WE'LL PUT ON OUR WALLS: Robert Pattinson poster. a map of all our friends' apartments. poems we write about how much we love each other.">
</div>
<p><strong>artist</strong> / Maya Raman </p>
<div class="bio">
<em>Maya is a computer science major who doesn’t know how to go from the Westwood Target to Ralph’s and is afraid of genuine emotional vulnerability. They like to hike in their Tevas, tattoo themselves, and submit art to their friends’ zines :D</em>
</div>
</div>
</div>
<div class="pages">
<span class="previous"><a href="atwnr.html">previous page</a></span>
<span class="next"><a href="robot.html">next page</a></span>
</div>
</div>
</body>
</html>