diff --git a/.DS_Store b/.DS_Store index 0188a7f..f95237c 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/tactical-watermarks/index.html b/tactical-watermarks/index.html index 322dbfd..7f44d0f 100644 --- a/tactical-watermarks/index.html +++ b/tactical-watermarks/index.html @@ -41,7 +41,7 @@
-

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); +}