-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpoems.html
More file actions
executable file
·116 lines (108 loc) · 4.54 KB
/
poems.html
File metadata and controls
executable file
·116 lines (108 loc) · 4.54 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en" class="">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72294820-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-72294820-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>poems</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1">
<meta name="description" content="It's whatever you want to make of it.">
<meta name="author" content="kvitka">
<!-- Facebook Metadata -->
<meta name="og:title" content="flower power">
<meta name="og:description" content="It's whatever you want to make of it.">
<meta name="og:url" content="http://zesameri.github.io">
<meta name="og:type" content="website">
<meta name="theme-color" content="#111">
<!-- Styles -->
<link href="./css/main.css" rel="stylesheet">
<link href="./css/crumple.css" rel="stylesheet">
<link href="./css/font.css" rel="stylesheet">
<link href="./css/mobile.css" rel="stylesheet">
<!-- Webpage Icon -->
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
<!-- Jquery Min Library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<!-- <script src="./js/main.js"/></script> -->
</head>
<body id="poems">
<div class="content-wrapper">
<section class="writing">
<h1 class="header">
<img class="header-img" src="assets/images/flower.svg">
poems
</h1>
<dl class="list">
<!-- <dt> Template </dt>
<dd class="list__item">
<p> Hello, World! </p>
</dd> -->
<dt> dear old lover </dt>
<dd class="list__item">
<p> I got a message from an old boyfriend, asking me to be penpals,
and wishing me well. But dating him was like chasing the wind.
<br><br>
It's wild that I chased the wind. When I felt like running after
something, and something felt like nothing and now nothing keeps
trying to play tag.
<br><br>
I know how the wind feels.<br>
Somedays I think <br>
I'll meet you outside my window, <br>
but when I look out <br>
all I see is rain.
</p>
</dd>
<dt> bumps </dt>
<dd class="list__item">
<p> bumps left. bumps right. big hands </p>
<p> no consent. bumps. brush. coast. wrap. lope. rope. </p>
<p> no words. no exchange. just bumps and bumps </p>
<p> gropes and grabs </p>
<p> unwrapping my presents, tearing paper </p>
</dd>
<dt> Untitled #4 </dt>
<dd class="list__item ">
<p>
There is a glass that separates me from you. <br>
I can't tell if its visable, if its clear or opaque
</p>
<p>
There is a glass that separates me from you. <br>
I think you can see it. I think you know its there. <br>
Stares. staring at me. <br>
Or are they staring at the glass.
</p>
<p>
If they looked away, did they look away from the divide. <br>
Did they look away from me.
</p>
<p>
There's a glass that separates me from you. <br>
Its stiff. Its thick. Its cold. Like classroom lighting. <br>
Its enclosing. Its plastic wrap. And I <br>
don't have enough air to breathe.
</p>
</dd>
</dl>
</section>
<footer class="footer" id="footer">
<a class="footer__link--home" href=".">home</a>
<a class="footer__link--writings" href="./writings.html">writing</a>
<a class="footer__link--alhambra" href="./alhambra.html">alhambra</a>
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">muze</a>
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">trash</a>
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">code</a>
</footer>
</div>
<div class="crumple" aria-hidden=""></div>
</body>
</html>