-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
89 lines (86 loc) · 4.7 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato|Staatliches" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" media="screen and (max-width: 768px)" href="css/responsive.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>WTF News | About</title>
</head>
<body>
<nav id="main-nav">
<div class="container">
<img src="img/logo.png" alt="NewsGrid" class="logo">
<div class="social">
<a href="http://facebook.com" target="_blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="http://twitter.com" target="_blank"><i class="fab fa-twitter fa-2x"></i></a>
<a href="http://instagram.com" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="http://youtube.com" target="_blank"><i class="fab fa-youtube fa-2x"></i></a>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="current" href="about.html">About</a></li>
</ul>
</div>
</nav>
<section id="about">
<div class="container">
<div class="page-container">
<article class="card">
<h1 class="l-heading">About Our Organization</h1>
<i><h3>Intent of our site is to prevent the spread of rumors and fake news</h3></i>
<p><i>If you feel that you or someone else is in emotional or physical danger, please contact your local law enforcement authorities. Local law enforcement authorities are equipped to help in these cases.</i></p>
<p>Fake news (also known as junk news, pseudo-news, or hoax news[1][2]) is a type of yellow journalism or propaganda that consists of deliberate disinformation or hoaxes spread via traditional news media (print and broadcast) or online social media.[3][4] The false information is often caused by reporters paying sources for stories, an unethical practice called checkbook journalism. Digital news has brought back and increased the usage of fake news, or yellow journalism.[5] The news is then often reverberated as misinformation in social media but occasionally finds its way to the mainstream media as well.</p>
<p>Fake news is written and published usually with the intent to mislead in order to damage an agency, entity, or person, and/or gain financially or politically,[7][8][9] often using sensationalist, dishonest, or outright fabricated headlines to increase readership. Similarly, clickbait stories and headlines earn advertising revenue from this activity.</p>
<p>This is a <strong><a class="fl" href="https://en.wikipedia.org/wiki/List_of_fake_news_websites#cite_note-10">link </a></strong>to list of fake news sites, which intentionally, but not necessarily solely, publish hoaxes and disinformation for purposes other than news satire.</p>
</article>
<aside class="card bg-primary">
<h2>Join Our Club</h2>
<p>Join our Team and stay updated against FakeNews!</p>
<a href="#" class="btn btn-dark btn-block">Join Now</a>
</aside>
</div >
</div>
</section>
<!-- Footer -->
<footer id="main-footer" class="py-2">
<div class="container footer-container">
<div>
<img src="img/logo_light.png" alt="NewsGrid">
<p>Your trusted source for Fake breaking news analysis, exclusive interviews, headlines, and videos at WTFNews "What the Fake News".</p>
</div>
<div>
<h3>Email Newsletter</h3>
<p>>If you have any Fake News and want to make our public aware about it then Please send a it to OR Subscribe our NewsFeed page for lastest disclosure of Fake News</p>
<form>
<input type="email" placeholder="Enter Email...">
<input type="submit" value="Subscribe" class="btn btn-primary">
</form>
</div>
<div>
<h3>Site Links</h3>
<ul class="list">
<li><a href="#">Help & Support</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div>
<h2>Join Our Club</h2>
<p>Join our Team and stay updated against FakeNews!</p>
<a href="#" class="btn btn-secondary">Join Now</a>
</div>
<div>
<p>
Copyright © 2019, All Rights Reserved
</p>
</div>
</div>
</footer>
</body>
</html>