Advertisement
Guest User

index.html

a guest
Nov 23rd, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Spyware Watchdog</title>
  5. <link href="https://fonts.googleapis.com/css?family=Merriweather:700|Roboto:400,700" rel="stylesheet">
  6. <style>
  7. body {
  8. width: 50%;
  9. margin: 0 auto;
  10. color: #1b1b1b;
  11. font: 17px "Roboto", Verdana, sans-serif;
  12. }
  13.  
  14. p { line-height: 1.5 }
  15. h1 { font: 41px "Merriweather", serif }
  16.  
  17. img {
  18. display: block;
  19. margin: 100px auto 90px auto; /* top right bottom left */
  20. height: 264px;
  21. }
  22.  
  23. a {
  24. color:coral;
  25. background-color:transparent;
  26. text-decoration:underline;
  27. }
  28.  
  29. a:visited { color: #ff9f7b }
  30. a:hover { color: #ffc250 }
  31. </style>
  32. </head>
  33. <body>
  34. <img src="images/logo.svg" alt="The Watchdog - Spyware beware!">
  35. <h1>📙 Online Spyware Classification Project</h1>
  36. <p>The goal of this website is to <b>classify spyware programs</b>, so that users can be aware that they are installing <b>spyware</b>. 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 explaining spyware features, so that potential users can be aware of the information they may be giving away by downloading spyware, using easy to understand scores and detailed explanations of how the features of these programs can spy on the user.</p>
  37. <h2><a href="/articles">Browse Articles</a></h2>
  38. <p><a href="/guides/faq.html">Frequently Asked Questions</a></p>
  39. <p><a href="/guides/classify.html">Spyware Classification Criteria</a></p>
  40. <p><a href="/guides/style.html">Article Style Guide</a></p>
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement