From a221dcefb0bb081886423b9b0f502398590fdacf Mon Sep 17 00:00:00 2001 From: nihilist Date: Tue, 10 Dec 2024 09:02:52 +0100 Subject: [PATCH] updated --- assets/css/main.css | 54 +++++++++++++++++++++++++++++++++++++++++++++ opsec/index.html | 38 +++++++++++++------------------ 2 files changed, 69 insertions(+), 23 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 08bb32e..a4c464a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -23,6 +23,59 @@ } } + + +@item-width:100px; +@item-height:100px; +@marginV: 4px; +@marginH: 2px; +@min-cols:2; +@max-cols:9; +.indexcontainer { + margin: 0 auto; + /*background:yellow;*/ + text-align: left; + overflow: auto; + min-width: 1 * @500px; + max-width: 2 * @1000px; + display: grid; + list-style:none; +margin:0;padding:0; + +} +.indexcontainer > ol { + /*background-color: purple;*/ + border:0px solid #999; + box-sizing:border-box; + float: left; + height: @item-height; + width: @item-width; + margin:@marginV @marginH; +} +.indexcontainer > p { + white-space: pre; + /*background-color: purple;*/ + border:0px solid #999; + box-sizing:border-box; + float: left; + height: @item-height; + width: @item-width; + margin:@marginV @marginH; +} + +.loopingClass (@index-width) when (@index-width <= @item-width * @max-cols) { + @media (min-width:@index-width) { + .indexcontainer{ + width: @index-width; + } + } + + .loopingClass(@index-width + @item-width + 2*@marginH); +} + +.loopingClass (@item-width * @min-cols + @min-cols*@marginH*2); + + .container-m{ display: flex; flex-direction: row; @@ -83,6 +136,7 @@ body { -webkit-overflow-scrolling: touch; } + /* Titles */ h1, h2, h3, h4, h5, h6 { font-family: sans-serif; diff --git a/opsec/index.html b/opsec/index.html index d448af7..fdd6f70 100644 --- a/opsec/index.html +++ b/opsec/index.html @@ -65,20 +65,18 @@
-
+ - -

-
-


+
@@ -159,7 +154,7 @@

OPSEC LEVEL 2: Anonymity

-
+

📝 Explaining Anonymity

    @@ -226,8 +221,6 @@
  1. ✅ How to get a credit card anonymously (Credit cards as a service)

-
-
@@ -285,7 +278,8 @@

OPSEC LEVEL 3: Plausible Deniability

-
+ +

📝 Explaining Plausible Deniability

    @@ -314,9 +308,7 @@
  1. ❌ How to Cash out your crypto gains (Fiat income limits, and justifications)

-
-

🧅 Serverside - Plausible Deniability at Home (⚠️ Self Hosting = Risky!)