-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (34 loc) · 1.55 KB
/
index.html
File metadata and controls
37 lines (34 loc) · 1.55 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="UI/css/style.css" media="screen" rel="stylesheet" type="text/css">
<title>Home Page</title>
</head>
<body style="background-color: aqua;">
<header>
<nav class="navbar">
<a href="#" class="navbar-brand">iReporter</a>
<ul>
<li><a href="/iReporter2/index.html" class="navbar-link"> Home</a></li>
<li> <a href="/iReporter2/UI/usignup.html" class="navbar-link"> Sign Up</a></li>
<li> <a href="/iReporter2/UI/usignin.html" class="navbar-link"> Sign In</a></li>
</ul>
</nav>
</header>
<p style="text-align: center; font-size: 2em;">Welcome to iReporter.<br>
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. Users can also report on things that need government intervention, eg. destroyed bridges.<br>
<a href="/iReporter2/UI/usignup.html"><b>Sign Up</b></a> for an account today and help report curb this cases.<br>
If you already have an account <a href="/iReporter2/UI/usignin.html"><b>Click Here</b></a>
</p>
<footer>
<p>
@issa
</p>
</footer>
</body>
</html>