diff --git a/articles/example.xhtml b/articles/example.xhtml new file mode 100644 index 0000000..5b86592 --- /dev/null +++ b/articles/example.xhtml @@ -0,0 +1,35 @@ + + +
+ ++ This part of the article should have the name of the program and what it does, and who develops it. +
++
+ From their website: "surf is a simple web browser based on WebKit2/GTK+. It is able to display websites and follow links."[1] Program tested: v2.0 for Linux. Mitmproxy was used to check for connections. +
++ Surf makes no unsolicited requests at all. + It is also fully libre software under the expat license. It was tested in conjuction with tabbed, another piece of software developed by the same people for use with surf, it adds support for tabs. From a privacy standpoint, this browser is an excellent choice. +
++ From their website: "surf is a simple web browser based on WebKit2/GTK+. It is able to display websites and follow links." Program tested: v2.0 for Linux. Mitmproxy was used to check for connections. +
++ Surf makes no unsolicited requests at all. + It is also fully libre software under the expat license. It was tested in conjuction tabbed, another piece of software developed by the same people for use in conjuction with surf, it adds support for tabs. From a privacy standpoint this browser is an excellent choice. +
++ This article was created on 7/10/2019 +
++ 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 Codeberg. All contributions must be liscenced under the CC0 liscence to be accepted. +
+ + + diff --git a/images/surf_logo.png b/images/surf_logo.png new file mode 100644 index 0000000..1923acb Binary files /dev/null and b/images/surf_logo.png differ diff --git a/style2.css b/style2.css new file mode 100644 index 0000000..42d3223 --- /dev/null +++ b/style2.css @@ -0,0 +1,65 @@ +body { + margin: 0; + padding: 0; + background: black; + color: #F5F5F5; + font-family: "sans"; +} +p { + max-width: 780px; + margin: auto; +} +h1, h2 { + text-align: center; + margin-right: auto; + margin-left: auto; + margin-bottom: 2vh; + margin-top: 2vh; +} +h4 { + margin-top: 1vh; + margin-bottom: 0; + margin-right: auto; + margin-left: 1vw; +} +a { + color: #006B9F; +} +a:hover { + color: #094561; +} +.img-link a:hover { + border: none; +} +img { + display: block; + margin-left: auto; + margin-right: auto; + margin-bottom: 2vh; + margin-top: 1vh; +} +hr { + border: 1px solid #1A1A1A; +} +.nav { + margin-top: 0.5vh; + margin-left: 0.6vw; +} +.nav a { + text-decoration: none; +} +.green { + color: #00981B; +} +.case { + border: 2px solid #1A1A1A; + border-radius: 15px; + margin-left: 3vw; + margin-right: 3vw; + margin-bottom: 3vh; + margin-top: 3vh; +} +.footer { + margin-top: 1vh; + text-align: center; +}