-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (44 loc) · 1.61 KB
/
index.html
File metadata and controls
48 lines (44 loc) · 1.61 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Welcome</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="./css/style.css" />
</head>
<body>
<header>
<div class="container">
<div id="stamp">
<h1><span class="highlight">iReporter </span></h1>
</div>
<nav>
<ul>
<li class="active-page"><a href="index.html">Home</a></li>
<li><a href="login.html">Sign In</a></li>
</ul>
</nav>
</div>
</header>
<section id="infor">
<div class="container">
<h1> Welcome to iReporter</h1>
<p> Corruption is a huge bane to Africa’s development. African countries must develop novel and
localised solutions that will curb this menace, hence the birth of iReporter. iReporter enables
any/every citizen to bring any form of corruption to the notice of appropriate authorities and the
general public. Citizens can also report on things that needs government intervention.
</p>
<p class="report">
Please Proceed to Sign in/up to report any intervention or redflag
</p>
<p class="ville">
SAY NO TO CORRUPTION
</p>
</div>
</section>
<footer>
<p>iReporter, copyright © 2018</p>
</footer>
</body>
</html>