commit b0289cacd6c1ca173ac08fbf8f96a3e5d02d8a3d
parent ef3f68f57f0e15166853ef2c4a6e337e20a4127a
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Sat, 31 Oct 2020 19:56:45 +0100

Change warning on resources page

Diffstat:
Mstatic/resources/index.html | 17+++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/static/resources/index.html b/static/resources/index.html @@ -5,12 +5,21 @@ <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="author" content="Oscar Benedito"/> <title>Privacy resources</title> - <style>body{ margin: 1em auto; max-width: 700px; line-height: 1.5; font-family: sans-serif; padding: 0 1em; }</style> + <style> + body{ margin: 1em auto; max-width: 700px; line-height: 1.5; font-family: sans-serif; padding: 0 1em; } + a { color: #0022dd; } + a:hover { color: #330099; } + .alert { padding: 1em; background-color: #f44336; color: white; border-radius: 4px; } + .alert :first-child { margin-top:0; } + .alert :last-child { margin-bottom:0; } + </style> </head> <body> - <p><strong>Warning!</strong> This webpage is no longer maintained, please delete any links to it. Contents are still up to avoid breaking links, but it is outdated and shouldn't be used.</p> - <p>Last update: 2019-12-24.</p> - <hr/> + <div class="alert"> + <p><strong>Warning!</strong> This webpage is no longer maintained and contents might be outdated.</p> + <p>Last update: 2019-12-24.</p> + </div> + <h1>Privacy resources</h1> <p>The following is a list of sites related to privacy and security on the internet. They were very useful when learning about privacy online as well as finding software and providers that were more focused on security.</p> <ul>