Skip to content

Commit fb6c743

Browse files
committed
nits
1 parent f2c0e83 commit fb6c743

File tree

4 files changed

+91
-3
lines changed

4 files changed

+91
-3
lines changed

css/main.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ section {
5353
}
5454

5555
.list {
56-
padding-top: 4em;
5756
margin: 0;
5857
}
5958

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1 class="header">
5757
<footer class="footer hero-footer" id="footer">
5858
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">code</a>
5959
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">muze</a>
60-
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">trash</a>
60+
<a class="footer__link--instagram" href="./trash.html">trash</a>
6161
<a class="footer__link--alhambra" href="./alhambra.html">alhambra</a>
6262
<a class="footer__link--writings" href="./writings.html">writing</a>
6363
</footer>

poems.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h1 class="header">
103103
<a class="footer__link--home" href="./index.html">home</a>
104104
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">code</a>
105105
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">muze</a>
106-
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">trash</a>
106+
<a class="footer__link--instagram" href="./trash.html">trash</a>
107107
</footer>
108108
</div>
109109

trash.html

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
<!DOCTYPE html>
2+
<html lang="en" class="">
3+
<head>
4+
<!-- Global site tag (gtag.js) - Google Analytics -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72294820-1"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'UA-72294820-1');
12+
</script>
13+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
14+
<title>trash</title>
15+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1">
16+
<meta name="description" content="It's whatever you want to make of it.">
17+
<meta name="author" content="kvitka">
18+
<!-- Facebook Metadata -->
19+
<meta name="og:title" content="we're all beautiful trash">
20+
<meta name="og:description" content="It's whatever you want to make of it.">
21+
<meta name="og:url" content="http://zesameri.github.io">
22+
<meta name="og:type" content="website">
23+
<meta name="theme-color" content="#222">
24+
<!-- Styles -->
25+
<link href="./css/main.css" rel="stylesheet">
26+
<link href="./css/crumple.css" rel="stylesheet">
27+
<link href="./css/font.css" rel="stylesheet">
28+
<link href="./css/mobile.css" rel="stylesheet">
29+
<!-- Webpage Icon -->
30+
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
31+
<!-- Fonts -->
32+
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
33+
34+
<!-- Jquery Min Library -->
35+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
36+
</head>
37+
<body id="trash">
38+
<div class="content-wrapper">
39+
<section class="writing">
40+
<div class="top-bar">
41+
<h1 class="header">
42+
<a href="./index.html" class="simple-link"><img class="header-img" src="assets/images/flower.svg"></a>
43+
we're all beautiful trash
44+
</h1>
45+
</div>
46+
47+
<!-- Trash Content Section -->
48+
<dl class="list">
49+
<dt> urban archaeology </dt>
50+
<dd class="list__item">
51+
<p>
52+
trash is fossilised products. it has an owner.
53+
cigarette butts, bottles, plastic bags.
54+
Each piece is someone else's moment of carelessness or necessity.
55+
</p>
56+
<!-- Add your trash photos here -->
57+
<!-- <img src="path/to/your/trash/photo2.jpg" alt="Urban archaeology" style="max-width: 100%; margin: 10px 0;"> -->
58+
</dd>
59+
60+
<dt> walking with marlene </dt>
61+
<dd class="list__item">
62+
<p>
63+
i get that capitalism sucks, but plastic tastes so good. i love flaming hot cheetos.
64+
</p>
65+
<!-- Add your trash photos here -->
66+
<!-- <img src="path/to/your/trash/photo3.jpg" alt="The cycle continues" style="max-width: 100%; margin: 10px 0;"> -->
67+
</dd>
68+
</dl>
69+
</section>
70+
71+
<footer class="footer" id="footer">
72+
<a class="footer__link--home" href="./index.html">home</a>
73+
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">code</a>
74+
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">muze</a>
75+
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">trash</a>
76+
</footer>
77+
</div>
78+
79+
<div class="crumple" aria-hidden="">
80+
<div class="crumple__rect"></div>
81+
<div class="shapes-container">
82+
<div class="circle-one"></div>
83+
<div class="circle-two"></div>
84+
<div class="circle-three"></div>
85+
<div class="circle-four"></div>
86+
</div>
87+
</div>
88+
</body>
89+
</html>

0 commit comments

Comments
 (0)