-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
100 lines (90 loc) · 4.73 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
90
91
92
93
94
95
96
97
98
99
100
<!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="./CSS/style.css">
<link rel="stylesheet" media = 'screen and (max-width: 768px)' href="./CSS/mobile.css">
<link href="https://fonts.googleapis.com/css?family=Lato|Staatliches&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<script src="https://kit.fontawesome.com/85a5fdd30e.js" async></script>
<title>NewsGrid | About</title>
</head>
<body style="background-color:#9AD3BC;">
<nav id="main-nav">
<div class="container">
<img src="img/logo.png" alt="NewsMedia" class="logo">
<div class = 'social'>
<a href="http://facebook.com.br" target = 'blank'><i class="fab fa-facebook fa-2x"></i></a>
<a href="http://twitter.com.br" target = 'blank'><i class="fab fa-twitter fa-2x"></i></a>
<a href="http://instagram.com.br" target = 'blank'><i class="fab fa-instagram fa-2x"></i></a>
<a href="http://youtube.com.br" target = 'blank'><i class="fab fa-youtube fa-2x"></i></a>
</div>
<ul>
<li><a href="index.html" >Home</a></li>
<li><a href="about.html" class="current">About</a></li>
</ul>
</div>
</nav>
<section id="about">
<div class="container">
<div class="page-container">
<article class="card">
<h1 class='l-heading'>About Us</h1>
<p>Instead of the traditional models of family-owned, corporate-funded and controlled or advertising-driven newspapers, websites and TV channels, can we reimagine the media as a joint venture in the public sphere between journalists, readers and a concerned citizenry? One in which decisions over what to cover and how, who to hire and where to send a correspondent or photographer, are taken by editors on the basis of professional judgment, without worrying about what a proprietor or politician, official or advertiser might think or want.
In a democracy, this is the least that readers or viewers expect. And yet, the business model that underpins most Indian news media seldom allows editors the freedom they need. Worse, it has slowly eroded professional standards of reporting and contaminated the media ecosystem with toxic practices like rampant editorializing, paid news and ‘private treaties’. Increasingly, media houses are reluctant to spend money on newsgathering; and as they develop secondary business interests and ‘no go areas’ proliferate, their newsrooms suffer further collateral damage – especially as these interests often depend on proximity to politicians and bureaucrats. Is it any wonder that readers have begun to notice the erosion of professional standards, ethical breaches and fall in quality? They now feel shortchanged.
In the meantime, we make a simple appeal: read us, share and tweet our content, and send us your feedback.</p>
<hr><h3>GUIDED BY:<br>
MS. SHUBHAM CHAUDARY
</h3><hr>
<h3>GROUP MEMBERS:</h3><br>
<ul>
<li><strong><em>~HARSH MISHRA</em></strong></li>
<li><strong>~MUKESH KUMAR SINGH</strong></li>
<li><strong>~SHARAD GANGWAR</strong></li>
<li><strong>~RAJ AGRAHARI</strong></li>
<li><strong>~ARPIT SINGH SRINET</strong></li>
</ul>
</article>
<aside class="card bg-primary">
<h2>Join Our Club</h2>
<a href="#" class='btn btn-dak btn-block'>Join Now</a>
</aside>
</div>
</div>
</section>
<footer id = 'main-footer' class = 'py-2'>
<div class="container footer-container">
<div>
<img src="img/logo_light.png" alt="logo">
</div>
<div>
<h3>Email Newsletter</h3>
<form>
<input type="email" placeholder="Email:" required>
<input type="submit" value="Subscribe" class = 'btn btn-primary'>
</form>
</div>
<div>
<h3>Site Links</h3>
<ul class = 'list'>
<li><a href="#">Help and Support</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div>
<h2>Join our Club</h2>
<a href="#" class="btn btn-secondary">Join Now</a>
</div>
<div>
<p>
Copyright NewsGrid © 2019, All Rights reserved.
</p>
</div>
</div>
</footer>
</body>
</html>