new logo, homepage
This commit is contained in:
parent
cf28ca1543
commit
e807d6702a
|
@ -28,7 +28,7 @@
|
|||
<hr/>
|
||||
<p>If you want to edit this article, or contribute your own article(s), contact us on XMPP over in spyware@conference.nuegia.net, or visit us at the git repo on <a href="https://codeberg.org/TheShadow/SpywareWatchdog">Codeberg</a>.</p>
|
||||
<p>All contributions must be licensed under the CC0 licensed to be accepted.</p>
|
||||
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img src="../images/cc0.png" alt="CC0 License"/></a>
|
||||
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="../images/cc0.png" alt="CC0 License"/></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
62
index.html
62
index.html
|
@ -1,31 +1,33 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta charset="UTF-8">
|
||||
<title>Spyware Watchdog</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Online Spyware Classification Project</h1>
|
||||
<div class="border">
|
||||
<h2 class="notice">NOTICE!:</h2>
|
||||
<p>Spyware Watchdog is now under the stewardship of the <i>Shadow</i>.<br/>Spyware himself has retired from the role of managing the website.<br>Visit us at the git repo at <a href="https://codeberg.org/TheShadow/SpywareWatchdog">Codeberg</a>, or on XMPP in spyware@conference.nuegia.net.</p>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<img src="images/logo.png" alt="The Watchdog - Spyware beware!">
|
||||
<br>
|
||||
<p>The goal of this website is to classify spyware programs, so that users can be aware that they are installing spyware. Most modern programs that people use today contain malicious spyware features, such as any form of telemetry or information collection of users. This website contains articles on popular programs and internet services explaining spyware features, so that potential users can be aware of the information they may be giving away by downloading or using spyware, using easy to understand ratings and detailed explanations and proofs of how the features of these programs can spy on the user.</p>
|
||||
<h2><a href="articles/index.html">Browse Articles</a></h2>
|
||||
<a href="articles/index_es.html">Browse Spanish Articles</a><br>
|
||||
<s><a href="">Deep Web Mirror</a></s> (Out of order)<br>
|
||||
<a href="articles/index2.html">Browse Unfinished Articles</a><br>
|
||||
<a href="guides/faq.html">Frequently Asked Questions</a><br>
|
||||
<a href="extra.html">Extra Content</a><br>
|
||||
<a href="contact.html">Contact</a><br>
|
||||
<a href="https://digdeeper.neocities.org">Dig Deeper - A great privacy site made by one of the biggest contributors to this one!</a><br>
|
||||
<br>
|
||||
Original Image by (c) <a href="https://de.wikipedia.org/wiki/Benutzer:Raboe001" class="extiw" title="de:Benutzer:Raboe001">Ra Boe / Wikipedia</a> - <span class="int-own-work" lang="en">Own work</span>, <a title="Creative Commons Attribution-Share Alike 3.0" href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a>, <a href="https://commons.wikimedia.org/w/index.php?curid=10400853">Link</a><br>
|
||||
<p><a href="https://spyware.neocities.org"><img src="images/osw.jpg" alt="Online Spyware Watchdog"></a></p>
|
||||
</body>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
|
||||
<title>Home - Spyware Watchdog</title>
|
||||
<link rel="stylesheet" href="style2.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="case">
|
||||
<div class="nav wide-nav">
|
||||
<a href="articles/index.html">Articles</a>
|
||||
<a href="http://spywareitdaiuyfo2sqb5vsg7mek5cjabdr73luhnda57t2hyuzg7yyd.onion">Tor Mirror 1</a>
|
||||
<a href="extra.html">Extra Content</a>
|
||||
<a href="contact.html">Contact</a>
|
||||
<a href="Digdeeper">Digdeeper</a>
|
||||
</div>
|
||||
<div class="main">
|
||||
<img src="images/logo4.png" alt="The Watchdog - Spyware beware!"/>
|
||||
<h1>Online Spyware Watchdog</h1>
|
||||
<p>It is goal of this website is to classify spyware programs, so that users can be more aware that they are installing spyware.</p>
|
||||
<p>Many "everyday" applications are actually spyware. <b>We take an expansive and strict stance on what constitutes spyware.</b> We define spyware as anything that includes "telemetry, information collection, phoning home, automatic updates, or is listening in".</p>
|
||||
<p>This website contains articles on popular programs and internet services explaining spyware features, so that potential users can be aware of the information they may be giving away by downloading or using spyware, using easy to understand ratings, detailed explanations, and proof, of how features of these programs can spy on the user.</p>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="footer">
|
||||
<p>If you want to edit articles, or contribute your own article(s), contact us on XMPP over in spyware@conference.nuegia.net, or visit us at the git repo on <a href="https://codeberg.org/TheShadow/SpywareWatchdog">Codeberg</a>.</p>
|
||||
<p>All contributions must be licensed under the CC0 licensed to be accepted.</p>
|
||||
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="images/cc0.png" alt="CC0 License"/></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ p {
|
|||
max-width: 780px;
|
||||
margin: auto;
|
||||
}
|
||||
h1, h2 {
|
||||
h1, h2, h3, h4, h5 {
|
||||
text-align: center;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
|
@ -87,6 +87,13 @@ code {
|
|||
margin-left: 0.6vw;
|
||||
margin-right: 0.6vw;
|
||||
}
|
||||
.wide-nav {
|
||||
text-align: center;
|
||||
}
|
||||
.wide-nav a {
|
||||
margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
}
|
||||
.nav a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue