commit f743b4dfe8f1fd452a26fd40b146a9cdd756bee4 Author: paupowpow Date: Wed Sep 3 12:14:19 2025 +0200 initial commit diff --git a/images/trash 001.png b/images/trash 001.png new file mode 100644 index 0000000..eb0a9e2 Binary files /dev/null and b/images/trash 001.png differ diff --git a/images/trash 002.png b/images/trash 002.png new file mode 100644 index 0000000..d659ed6 Binary files /dev/null and b/images/trash 002.png differ diff --git a/images/trash 003.png b/images/trash 003.png new file mode 100644 index 0000000..3a7b027 Binary files /dev/null and b/images/trash 003.png differ diff --git a/images/trash 004.png b/images/trash 004.png new file mode 100644 index 0000000..6040207 Binary files /dev/null and b/images/trash 004.png differ diff --git a/images/trash 005.png b/images/trash 005.png new file mode 100644 index 0000000..814bda4 Binary files /dev/null and b/images/trash 005.png differ diff --git a/images/trash 006.png b/images/trash 006.png new file mode 100644 index 0000000..13983e1 Binary files /dev/null and b/images/trash 006.png differ diff --git a/images/trash 007.png b/images/trash 007.png new file mode 100644 index 0000000..a7ebeb1 Binary files /dev/null and b/images/trash 007.png differ diff --git a/images/trash 008.png b/images/trash 008.png new file mode 100644 index 0000000..dd86a82 Binary files /dev/null and b/images/trash 008.png differ diff --git a/images/trash 009.png b/images/trash 009.png new file mode 100644 index 0000000..f792288 Binary files /dev/null and b/images/trash 009.png differ diff --git a/images/trash 010.png b/images/trash 010.png new file mode 100644 index 0000000..b94414f Binary files /dev/null and b/images/trash 010.png differ diff --git a/images/trash 011.png b/images/trash 011.png new file mode 100644 index 0000000..5203dd7 Binary files /dev/null and b/images/trash 011.png differ diff --git a/images/trash 012.png b/images/trash 012.png new file mode 100644 index 0000000..6a0458c Binary files /dev/null and b/images/trash 012.png differ diff --git a/images/trash 013.png b/images/trash 013.png new file mode 100644 index 0000000..aa54f18 Binary files /dev/null and b/images/trash 013.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..449154d --- /dev/null +++ b/index.html @@ -0,0 +1,118 @@ + + + + + + pau.compost.party + + + + + +
+

@pau

+
+

trash museum

+ + a clear plastic squeeze bottle + a red plastic tube + a small see-through resealable bag + a small clear plastic container with an attached lid + a clear container of 1l with a red plastic screw-on lid + an unfolded cardboard box which contained 580g of fresh dates + a big sealable bag that contained sweet potato noodles + a medium-sized fibre net that contained apples + a small red plastic net that contained 3 garlic bunches + a bright red plastic bag, crunched up + a white plastic cup that contained yoghurt (500g) + a bright red plastic bag that contained nuts + a clear plastic container that contained sesame crackers + +

the whole concept of "trash" is weird if you think about it. the act of "throwing something out/away" implies that it just goes into some kind of convenient void which is none of our concern. throwing out trash is an automatic daily action, similar to regenerative actions like washing dishes or brushing teeth. it's easy to overlook because trash is literally not something we want to look at for longer than absolutely necessary. trash is meant to be overlooked.

+

what if "trash" as a category (or even as a word) simply didn't exist? what if you had to keep everything you consume and figure it out yourself with your community?

+

that we generate trash is of course directly necessitated by the kinds of products available to us. what if companies, in the first place, couldn't even bring a product to market which will inevitably lead to trash?

+

this collection of trash is meant as an exercise for the eye and imagination. i generally don't feel bad for throwing out my garbage, nor am i trying to solve the problem as an individual by keeping these items. more so, these pieces have a visual or haptic or material quality that makes them impossible for me to consider them trash.

+ +
+

insect log

+

i observed and logged any sightings of insects as well as any mentions of insects for a week. if you want to get closer to insects — or any topic, really – try it out yourself.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
date🐜🪰🪳🦟🦗🕷
monday 15:17three ants crawling on my arm and torso while i sit outside the library
monday 15:43a tiny bug (1-2mm) crawls on my thumb while i hold my smartphone
monday 18:23a tiny fly (1-2mm) crawls out of my strawberries
monday 21:54a fruit fly flies out of my waste basket (i left a banana peel in there a few days ago)
tuesday 08:13three fruit flies circle above me while i paint my nails on the floor (i should take out my trash with the banana peel in there)
tuesday 14:38my roommate remarks that we have too many fruit flies in the kitchen. we look up to the ceiling and count at least 20 sitting up there.
wednesdaynothing new, just the occasional fruit fly in the kitchen
thursday 20:14my roommate and i buy two fruit fly traps at the super market
friday 22:23my acquaintance M tells me a horrible story about an infestation of bed bugs, mortar wasps, and an exterminator
sunday 13:06my friend O shows me how she handles herorganic waste bin to avoid fruit fly infestations
tuesday 11:55two normal flies circle my head while i work. the smaller one of the two looks kind of cute and elegant.
+ +
+

to do

+ + +
+

questions

+ +
+ + diff --git a/minimal-table.css b/minimal-table.css new file mode 100644 index 0000000..1aae1c4 --- /dev/null +++ b/minimal-table.css @@ -0,0 +1,33 @@ +html { + +} + +table { + border-collapse: collapse; + border: 1px dashed black; + font-family: sans-serif; +} + +td, th { + border: 1px dashed black;; + padding: 10px 20px; +} + +th { + background-color: rgba(0,0,0,0.15); +} + +td { +} + +tr:nth-child(even) td { + background-color: rgba(255,255,255,1); +} + +tr:nth-child(odd) td { + background-color: rgba(255,255,255,1); +} + +caption { + padding: 10px; +} diff --git a/style.css b/style.css new file mode 100644 index 0000000..099cdaf --- /dev/null +++ b/style.css @@ -0,0 +1,43 @@ +html { +} + +body { + font-family: sans-serif; +} + +main { + max-width: 100vw; + margin: 4rem 8rem; + padding: 1rem; + background-color: white; +} + + +h1, h2, h3, h4, h5, h6 { + font-weight: bold; + font-size: 1em; +} + +.trashmuseum-image { + max-width: 49%; +} + +hr { + margin-top: 4rem; + border: none; + height: 1px; + color: #000; /* old IE */ + background-color: #000; /* Modern Browsers */ +} + +@media screen and (max-width: 500px) { + + main { + margin: 4rem 0.5rem; + padding: 0.5rem; + } + + .trashmuseum-image { + max-width: 100%; + } +} \ No newline at end of file