From 400217c8beae13e8ce0f2f1f5ba490ad6547e744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20S=C3=A1=20Couto?= Date: Thu, 18 Jun 2020 20:07:03 +0200 Subject: [PATCH] dropshadow img --- .DS_Store | Bin 10244 -> 10244 bytes tactical-watermarks/index.html | 2 +- tactical-watermarks/style.css | 4 ++++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index 0188a7f952398c0ddc547784b57087918d7f2577..f95237c57130b7bea41824600e58d8a1147bf9f6 100644 GIT binary patch delta 73 zcmV-P0Ji^xP=rvh(-{Huld2M_D;IlvG&d|DGB`7REFgP0H#RIFH#0YVeF+E%87D?k fUUhf`y4it&T#qiG`7lg0Ydw
-

Tactical Watermarks is an online republishing platform. I actively make use of digital watermarks as a means to explore topics such as anonymity, paywalls, archives, and provenance. While the primary intention of analogue watermarks was to leave traces of authenticity, marks of quality or even aesthetic enhancements, digital watermarks are being used as a way to create accountability for users. Through this platform, I describe and document ways of living within and resist a culture of surveillance in the realm of publishing.

+

Tactical Watermarks is an online republishing platform that exists in both, clear and dark web. I actively make use of digital watermarks as a means to explore topics such as anonymity, paywalls, archives, and provenance. While the primary intention of analogue watermarks was to leave traces of authenticity, marks of quality or even aesthetic enhancements, digital watermarks are being used as a way to create accountability for users. Through this platform, I describe and document ways of living within and resist a culture of surveillance in the realm of publishing.

I am motivated by all the invisible individuals behind extra-legal publishing platforms, from curators, the ones who host, upload and even download material. Through the act of watermarking, I embed layers of information often dissolved within the processes of sharing texts. I experiment on how the process of adding stains can be twisted and revived. Stains are what I call user patches or marks that are difficult to remove and that do not play an active role in archives.

diff --git a/tactical-watermarks/style.css b/tactical-watermarks/style.css index 82ed72a..bf58cd4 100644 --- a/tactical-watermarks/style.css +++ b/tactical-watermarks/style.css @@ -167,3 +167,7 @@ li{ width: 75vw; background-color: #cfff00; } + +img{ + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19); +}