From ef750e816a934c222b11d1f690b1654e1030925e Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 20 Jun 2023 13:16:20 +0200 Subject: [PATCH 01/11] s to S --- web/strike/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/strike/index.html b/web/strike/index.html index 8853718..8f477e9 100644 --- a/web/strike/index.html +++ b/web/strike/index.html @@ -26,7 +26,7 @@ I K E - s + S . . . From 65a06ea166c4274eea53f781f523b05de12214d8 Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 20 Jun 2023 13:38:43 +0200 Subject: [PATCH 02/11] adding info about the project inside the html, commenting it out --- web/strike/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/strike/index.html b/web/strike/index.html index 8f477e9..006ac89 100644 --- a/web/strike/index.html +++ b/web/strike/index.html @@ -32,8 +32,10 @@ . +" which made them hidden elements. This allowed us to provide comprehensive details about our intentions and the underlying ideas, while still preserving the wiki's regular functionality.

+ --> From ed56a6d9da949cecc72a01db7634f032b97a64b0 Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 20 Jun 2023 13:44:21 +0200 Subject: [PATCH 03/11] adding source link of the bg image --- web/strike/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/strike/index.html b/web/strike/index.html index 006ac89..e1f8f9a 100644 --- a/web/strike/index.html +++ b/web/strike/index.html @@ -34,8 +34,10 @@ " which made them hidden elements. This allowed us to provide comprehensive details about our intentions and the underlying ideas, while still preserving the wiki's regular functionality.

- --> +To achieve our objective while maintaining the wiki's functionality, we took a different approach. We devised a new method to make the previously unseen labor visible, thus shedding light on its significance. As a result, we added specific texts to specific wiki pages so that the publication captures the essence of the current SI21 sub-release. To distinguish these texts as additional commentary and explanations, we chose to add them to the wiki pages as "" which made them hidden elements. This allowed us to provide comprehensive details about our intentions and the underlying ideas, while still preserving the wiki's regular functionality.

--> + +Striking telephone operators. April 1947 + From 9a0b024c8eb84fa9d62d5232cbd0dad279885e24 Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 20 Jun 2023 13:46:12 +0200 Subject: [PATCH 04/11] Update 'web/strike/index.html' --- web/strike/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/strike/index.html b/web/strike/index.html index e1f8f9a..3c6d16c 100644 --- a/web/strike/index.html +++ b/web/strike/index.html @@ -36,8 +36,9 @@ To achieve our objective while maintaining the wiki's functionality, we took a different approach. We devised a new method to make the previously unseen labor visible, thus shedding light on its significance. As a result, we added specific texts to specific wiki pages so that the publication captures the essence of the current SI21 sub-release. To distinguish these texts as additional commentary and explanations, we chose to add them to the wiki pages as "" which made them hidden elements. This allowed us to provide comprehensive details about our intentions and the underlying ideas, while still preserving the wiki's regular functionality.

--> -Striking telephone operators. April 1947 - + From 514ae72bc98aacdda6ef3b204e3ddfc124012d21 Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 20 Jun 2023 13:47:29 +0200 Subject: [PATCH 05/11] style link source --- web/strike/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/strike/style.css b/web/strike/style.css index 5c4b638..7cca1cd 100644 --- a/web/strike/style.css +++ b/web/strike/style.css @@ -33,4 +33,14 @@ a{ top: 50%; left: 50%; transform: translate(-50%, -50%); + } + + /* image source */ +.img-source { + position: absolute; + font-size: small; + color: gold; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); } \ No newline at end of file From 62bd57807bb0f07a546c827840810beac87ec457 Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 20 Jun 2023 13:49:31 +0200 Subject: [PATCH 06/11] Update 'web/strike/style.css' --- web/strike/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/web/strike/style.css b/web/strike/style.css index 7cca1cd..187cb70 100644 --- a/web/strike/style.css +++ b/web/strike/style.css @@ -15,7 +15,7 @@ left:0; } */ -a{ +/* a{ font-family: 'Courier New', Courier, monospace; font-size: 180px; color: aqua; @@ -24,12 +24,16 @@ a{ /* top: 50%; left: 30%; transform: translate(-30%, -30%); */ -} +} */ /* Centered text */ .centered { - position: absolute; + font-family: 'Courier New', Courier, monospace; + font-size: 180px; + color: aqua; + position: relative; + display: inline-flex; top: 50%; left: 50%; transform: translate(-50%, -50%); From d5ea2dd930fdaf3b36cf3df8093625e18b596bb9 Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 20 Jun 2023 13:50:56 +0200 Subject: [PATCH 07/11] Update 'web/strike/style.css' --- web/strike/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/web/strike/style.css b/web/strike/style.css index 187cb70..3337d27 100644 --- a/web/strike/style.css +++ b/web/strike/style.css @@ -15,7 +15,7 @@ left:0; } */ -/* a{ +a{ font-family: 'Courier New', Courier, monospace; font-size: 180px; color: aqua; @@ -24,15 +24,11 @@ left:0; /* top: 50%; left: 30%; transform: translate(-30%, -30%); */ -} */ +} /* Centered text */ .centered { - font-family: 'Courier New', Courier, monospace; - font-size: 180px; - color: aqua; - position: relative; display: inline-flex; top: 50%; left: 50%; From 90c10012f83610671455b6d10d8cee3be3d65ad3 Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 20 Jun 2023 13:51:19 +0200 Subject: [PATCH 08/11] Update 'web/strike/style.css' --- web/strike/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/strike/style.css b/web/strike/style.css index 3337d27..1eb7438 100644 --- a/web/strike/style.css +++ b/web/strike/style.css @@ -19,7 +19,7 @@ a{ font-family: 'Courier New', Courier, monospace; font-size: 180px; color: aqua; - position: relative; + position: absolute; display: inline-flex; /* top: 50%; left: 30%; From 97681696f0ecfa89a0dfc7269bf17a90906c5a63 Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 20 Jun 2023 13:51:45 +0200 Subject: [PATCH 09/11] Update 'web/strike/style.css' --- web/strike/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/strike/style.css b/web/strike/style.css index 1eb7438..0923fe7 100644 --- a/web/strike/style.css +++ b/web/strike/style.css @@ -19,7 +19,7 @@ a{ font-family: 'Courier New', Courier, monospace; font-size: 180px; color: aqua; - position: absolute; + position: relative; display: inline-flex; /* top: 50%; left: 30%; @@ -29,6 +29,7 @@ a{ /* Centered text */ .centered { + position: relative; display: inline-flex; top: 50%; left: 50%; From b3d769a47d0e2891c199968e45d17e6314003328 Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 20 Jun 2023 13:55:50 +0200 Subject: [PATCH 10/11] Update 'web/strike/style.css' --- web/strike/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/strike/style.css b/web/strike/style.css index 0923fe7..3ca8c32 100644 --- a/web/strike/style.css +++ b/web/strike/style.css @@ -29,7 +29,7 @@ a{ /* Centered text */ .centered { - position: relative; + position: absolute; display: inline-flex; top: 50%; left: 50%; @@ -41,7 +41,7 @@ a{ position: absolute; font-size: small; color: gold; - top: 50%; + /* top: 50%; left: 50%; - transform: translate(-50%, -50%); + transform: translate(-50%, -50%); */ } \ No newline at end of file From f0cf992ae9f4037b771c346e143d8020c97559bd Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 20 Jun 2023 14:01:07 +0200 Subject: [PATCH 11/11] Update 'web/strike/style.css' --- web/strike/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/strike/style.css b/web/strike/style.css index 3ca8c32..27d9cfc 100644 --- a/web/strike/style.css +++ b/web/strike/style.css @@ -30,7 +30,6 @@ a{ /* Centered text */ .centered { position: absolute; - display: inline-flex; top: 50%; left: 50%; transform: translate(-50%, -50%);