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 @@
📝 Explaining Concepts
+📝 Explaining Concepts
+ -📝 Explaining OPSEC ⭐
+📝 Explaining OPSEC ⭐
📝 Explaining Privacy
💻 Getting started
💻 File Sharing
-💻 Maintaining Privacy
💻 Privacy from your ISP
⚠️ Miscellaneous - In real life
+ -📝 Explaining Anonymity
📝 Explaining Plausible Deniability
🧅 Serverside - Plausible Deniability at Home (⚠️ Self Hosting = Risky!)