-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtrash.html
More file actions
92 lines (85 loc) · 3.75 KB
/
trash.html
File metadata and controls
92 lines (85 loc) · 3.75 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
<!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>trash</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="we're all beautiful trash">
<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>
</head>
<body id="trash">
<div class="content-wrapper">
<section class="writing">
<div class="top-bar">
<h1 class="header">
<a href="./index.html" class="simple-link"><img class="header-img" src="assets/images/flower.svg"></a>
beautiful trash
</h1>
</div>
<!-- Trash Content Section -->
<dl class="list">
<dt> urban archaeology </dt>
<dd class="list__item">
<p>
trash is fossilised products. it has an owner.
cigarette butts, bottles, plastic bags.
Each piece is someone else's moment of carelessness or necessity.
</p>
<!-- Add your trash photos here -->
<!-- <img src="path/to/your/trash/photo2.jpg" alt="Urban archaeology" style="max-width: 100%; margin: 10px 0;"> -->
</dd>
<dt> walking with marlene </dt>
<dd class="list__item">
<p>
i get that capitalism sucks, but plastic tastes so good. i love flaming hot cheetos.
</p>
<!-- Add your trash photos here -->
<!-- <img src="path/to/your/trash/photo3.jpg" alt="The cycle continues" style="max-width: 100%; margin: 10px 0;"> -->
</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 class="crumple__rect"></div>
<div class="shapes-container">
<div class="circle-one"></div>
<div class="circle-two"></div>
<div class="circle-three"></div>
<div class="circle-four"></div>
</div>
</div>
</body>
</html>