Skip to content

Commit 2cf764e

Browse files
Add files via upload
1 parent d4efc56 commit 2cf764e

6 files changed

+423
-0
lines changed

search.html

+112
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title> Research </title>
6+
<style>
7+
body{
8+
background-color: wheat;
9+
}
10+
H1 {
11+
text-align: center;
12+
margin-top: 120px;
13+
font: 50px Georgia;
14+
color: #E8880C;
15+
line-height: -5%;
16+
background-color: whitesmoke;
17+
18+
}
19+
div.form{
20+
text-align: center;
21+
border: 1px solid black;
22+
width: auto;
23+
height: 50%;
24+
margin: 50px;
25+
margin-left: 150px;
26+
margin-right: 150px;
27+
}
28+
29+
input {
30+
outline: none;
31+
}
32+
input[type=search] {
33+
-webkit-appearance: textfield;
34+
-webkit-box-sizing: content-box;
35+
font-family: inherit;
36+
font-size: 100%;
37+
}
38+
input::-webkit-search-decoration,
39+
input::-webkit-search-cancel-button {
40+
display: none;
41+
}
42+
43+
44+
input[type=search] {
45+
background: #ededed url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
46+
border: solid 1px #ccc;
47+
padding: 9px 10px 9px 32px;
48+
width: 55px;
49+
50+
-webkit-border-radius: 10em;
51+
-moz-border-radius: 10em;
52+
border-radius: 10em;
53+
54+
-webkit-transition: all .5s;
55+
-moz-transition: all .5s;
56+
transition: all .5s;
57+
}
58+
input[type=search]:focus {
59+
width: 130px;
60+
background-color: #fff;
61+
border-color: #66CC75;
62+
63+
-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
64+
-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
65+
box-shadow: 0 0 5px rgba(109,207,246,.5);
66+
}
67+
68+
69+
input:-moz-placeholder {
70+
color: #999;
71+
}
72+
input::-webkit-input-placeholder {
73+
color: #999;
74+
}
75+
76+
77+
.button {
78+
background-color: #E8880C;
79+
border: none;
80+
color: white;
81+
padding: 15px 32px;
82+
text-align: center;
83+
text-decoration: none;
84+
display: inline-block;
85+
font-size: 16px;
86+
margin: 4px 2px;
87+
cursor: pointer;
88+
}
89+
90+
a.button:hover{
91+
background: yellow;
92+
}
93+
94+
</style>
95+
</head>
96+
<body>
97+
<H1>NEWSNESS </H1>
98+
<div class="form">
99+
100+
<p><strong>Type for Research</strong></p>
101+
<form>
102+
<input type="search" placeholder="Search">
103+
<br><br><br>
104+
<input type="submit" value="Submit">
105+
</form>
106+
<br><br><br><br><br><br>
107+
108+
</div>
109+
<br><br><br>
110+
<center><a href="titlepage.html" class="button">Home</a></center>
111+
</body>
112+
</html>

securedrop.html

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<!-- Is anyone getting tired of repeatedly entering the header over and over?? -->
5+
<title>Newsness: Revolutionising Journalism</title>
6+
<Style>
7+
a:hover
8+
{
9+
background: violet;
10+
}
11+
body{
12+
background-color: wheat;
13+
}
14+
.button {
15+
background-color: #E8880C;
16+
border: none;
17+
color: white;
18+
padding: 15px 32px;
19+
text-align: center;
20+
text-decoration: none;
21+
display: inline-block;
22+
font-size: 16px;
23+
margin: 4px 2px;
24+
cursor: pointer;
25+
float: right;
26+
}
27+
28+
a.button:hover{
29+
background: yellow;
30+
}
31+
#secured{
32+
width=auto;
33+
height: auto;
34+
border: 1px solid grey;
35+
margin-left: 150px;
36+
margin-right: 150px;
37+
padding-left: 10px;
38+
padding-right: 10px;
39+
}
40+
41+
</Style>
42+
</head>
43+
<body>
44+
<H1>NEWSNESS </H1>
45+
<h1 id = "heading"></h1>
46+
<center> <h2 id= "titleinfo">SECURE DROP</h2></center>
47+
<div id="secured">
48+
<p id = "description">
49+
SecureDrop is an open-source software platform for secure communication between journalists and sources (whistleblowers).It was originally designed and developed by Aaron Swartz and Kevin Poulsen under the name DeadDrop.
50+
After Aaron Swartz's death, the first instance of the platform was launched under the name Strongbox by staff at The New Yorker on 15 May 2013. The Freedom of the Press Foundation took over development of DeadDrop under the name SecureDrop, and has since assisted with its installation at several news organizations, including ProPublica, The Guardian, The Intercept, and The Washington Post.
51+
</p>
52+
<center> <a href="https://securedrop.org/">To know more aout Secure drop, visit its official website</a></center>
53+
</div>
54+
55+
</body>
56+
</html>

tails.html

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<!-- Is anyone getting tired of repeatedly entering the header over and over?? -->
5+
<title>Newsness: Revolutionising Journalism</title>
6+
<style>
7+
body{
8+
background-color: wheat;
9+
}
10+
H1 {
11+
text-align: center;
12+
margin-top: 120px;
13+
font: 50px Georgia;
14+
color: #E8880C;
15+
line-height: -5%;
16+
background-color: whitesmoke;
17+
18+
}
19+
#tails{
20+
width=auto;
21+
height: auto;
22+
border: 1px solid grey;
23+
margin-left: 150px;
24+
margin-right: 150px;
25+
padding-left: 10px;
26+
padding-right: 10px;
27+
}
28+
a:hover
29+
{
30+
background: violet;
31+
}
32+
</style>
33+
</head>
34+
<body>
35+
<H1>NEWSNESS </H1>
36+
<h1 id = "heading"></h1>
37+
<center> <h2 id= "titleinfo">TAILS: Because you don't want someone's heads up!</h2></center>
38+
39+
<div id="tails">
40+
41+
42+
<p id = "description">
43+
Tails is a live operating system that can started on almost any computer from a DVD, USB stick, or SD card.
44+
Tails provides a platform to solve many surveillance problems by "doing the right thing" out of the box by default, protecting even less tech-savvy users from the most likely and highest impact risks.
45+
It aims at preserving privacy and anonymity, and helps to: use the Internet anonymously and circumvent censorship; all connections to the Internet are forced to go through the Tor network ; leave no trace on the computer being used unless the user asks it explicitly; use state-of-the-art cryptographic tools to encrypt files, emails and instant messaging.
46+
Journalists can use Tails to write articles, books and create movies. Journalists use Tails to chat off-the-record, browse the web anonmously and share sensitive documents. Many human rights defenders and journalists overseas depend on Tails to do their daily work, if not simply to stay alive.
47+
Tails is about cooperation and innovation: all products are released as Free and Open Source Software, using current best practices as well as novel techniques, and shared with other projects whenever possible.
48+
</p>
49+
<center> <a href="https://tails.boum.org/">To know more aout TAILS OS, visit its official website</a></center>
50+
</div>
51+
</body>
52+
</html>

titlepage.html

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
{ % load staticfiles %}
5+
<meta charset="UTF-8">
6+
7+
<title> newsness </title>
8+
<style>
9+
body {
10+
background-color: aquamarine;
11+
background-image: url("1.jpg");
12+
}
13+
H1 {
14+
text-align: center;
15+
margin-top: 190px;
16+
font: 50px Georgia;
17+
color: #E8880C;
18+
line-height: -5%;
19+
background-color: whitesmoke;
20+
21+
}
22+
h3{
23+
text-align: center;
24+
font-family: inherit;
25+
line-height: 1%;
26+
color: darkcyan;
27+
28+
}
29+
ul li:hover {
30+
background: lightyellow;
31+
32+
}
33+
ul li{
34+
float:right;
35+
list-style:none;
36+
margin-left:30px;
37+
background:#FFC779;
38+
padding:0 25px;
39+
line-height: 40px;
40+
}
41+
.button {
42+
background-color: #E8880C;
43+
border: none;
44+
color: white;
45+
padding: 15px 32px;
46+
text-align: center;
47+
text-decoration: none;
48+
display: inline-block;
49+
font-size: 16px;
50+
margin: 4px 2px;
51+
cursor: pointer;
52+
}
53+
54+
a.button:hover{
55+
background: yellow;
56+
}
57+
</style>
58+
59+
</head>
60+
<body>
61+
62+
<H1>NEWSNESS </H1>
63+
<h3>revolutionizing journalism</h3>
64+
<br><br><br>
65+
66+
<center>
67+
<a href="login.html" class="button">Editor's Login</a>
68+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
69+
<a href="login.html" class="button"> Journal's Login</a>
70+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
71+
<a href="search.html" class="button">User</a>
72+
73+
</center>
74+
</body>
75+
</html>
76+

tor.html

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<!-- Is anyone getting tired of repeatedly entering the header over and over?? -->
5+
<title>Newsness: Revolutionising Journalism</title>
6+
<style>
7+
body{
8+
background-color: wheat;
9+
}
10+
H1 {
11+
text-align: center;
12+
margin-top: 120px;
13+
font: 50px Georgia;
14+
color: #E8880C;
15+
line-height: -5%;
16+
background-color: whitesmoke;
17+
18+
}
19+
a:hover
20+
{
21+
background: violet;
22+
}
23+
#tor{
24+
width=auto;
25+
height: auto;
26+
border: 1px solid grey;
27+
margin-left: 150px;
28+
margin-right: 150px;
29+
padding-left: 10px;
30+
padding-right: 10px;
31+
}
32+
</style>
33+
</head>
34+
<body>
35+
<H1>NEWSNESS </H1>
36+
<h1 id = "heading"></h1>
37+
<center> <h2 id= "titleinfo">TOR: What is Tor and should I use it?</h2></center>
38+
<div id="tor">
39+
<p id = "description">
40+
Out of many the biggest one is the same that you have used to ask this Question i.e. Anonymity over the Internet.
41+
Also it is the major tool to access the Deep Web, the sites which are not indexed by big search engines like Google,Yahoo,etc only because they are not allowed to. But you can access those using Tor.
42+
Some Facts about Deep Web:-
43+
<ul>
44+
<li>It contains about 500 times more data than the surface web which we never access. </li>
45+
<li>We have access to only 0.03 % of data on the internet, which we call surface web. </li>
46+
<li>The deep Web contains 7,500 terabytes of information compared to nineteen terabytes of information in the surface Web. </li>
47+
</p>
48+
<center> <a href="https://www.torproject.org/projects/torbrowser.html.en">To know more aout TOR, visit its official website</a>
49+
</center>
50+
</div>
51+
</body>
52+
</html>

0 commit comments

Comments
 (0)