diff --git a/articles/index.html b/articles/index.html index a265485..ebbd976 100644 --- a/articles/index.html +++ b/articles/index.html @@ -19,101 +19,109 @@

All of the articles on this website are available here!

If you want to contribute to this website, you can always make a pull request.

-
-

Web Browsers

- Comparison between web browsers

- SeaMonkey [Mitigation Guide]

- NetSurf [Polski] [Mitigation Guide] [Poradnik Mitygacji]

- Surf [Francais] [Polski]

- Lynx [Polski]

- SRWare Iron [Polski]

- Slimjet [Polski]

- Google Chrome [Español] [Polski]

- Opera

- WebDiscover

- Mozilla Firefox [Español] [Mitigation Guide] [Guía de Mitigación]

- Vivaldi

- Internet Explorer

- Dissenter

- Waterfox Classic

- Brave

- Pale Moon +

Web Browsers

+
-
+

Online Content Platforms

-
- Snapchat

- Instagram - [Español]

- YouTube - [Español]

+
-
+

Messaging Clients/Services

- -
+

Search Engines

- -
+

Video Games

- -
+

Media Players

- -
+

Misc Software

- -
-

Not Spyware but Has Privacy Issues

- Telegram

- HyperText Transmission Protocol

+

Not Spyware but Has Privacy Issues

+
diff --git a/style.css b/style.css index c2fa55c..46d5d2d 100644 --- a/style.css +++ b/style.css @@ -163,7 +163,28 @@ xmp { text-align: center; } .directory-list { - text-align: center; + border: 2px solid #814c3a; + margin-left: 5%; + margin-right: 5%; + margin-top: 10px; + margin-bottom: 10px; +} + +.directory-list h2 { + text-align: left; + padding-top: 10px; + margin-left: 5%; + margin-right: 5%; +} + +.directory-list ul { + margin-left: 5%; + margin-right: 5%; +} + +.directory-list li { + padding: 1%; + text-align: left; } .lime { @@ -172,4 +193,4 @@ xmp { .yellow { color: yellow; -} \ No newline at end of file +}