-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
163 lines (139 loc) · 9.02 KB
/
index.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lost and Found Website</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
</head>
<body>
<header>
<div class="menu-bar">
<img src="Images/Lost_and_found_4-removebg-preview.png" alt="Lost and Found logo" style="background:none;width:150px; height: 105px;"/>
<ul>
<li class="tab"><a href="index.html"><i class="fa fa-home"></i>HOME</a></li>
<li class="tab"><a href="aboutus.html"><i class="fa fa-question-circle"></i>ABOUT US</a></li>
<li class="tab"><a href="contactus.html"><i class="fa fa-phone-square"></i>CONTACT US</a></li>
<li class="tab" style="border:1px solid grey;border-radius:2px;"><a href=""></a><i class="fa fa-user"></i>MY ACCOUNT<i class="fa fa-angle-down" style="margin-left:-4px;padding-left:6px"></i></a>
<div class="submenu1">
<ul>
<li style="background:rgb(85, 81, 81);border-radius:2px;" id="log"><a href="Login.html">Login</a></li>
<p style="margin-left:50px;">Or</p>
<li style="background:rgb(85, 81, 81);border-radius:2px;color:white;" id="create"><a href="CreateAccount.html">Create Account</a></li>
</ul>
</div>
</li>
<li>
<input type="text" placeholder="Search items.." name="search" style="margin-left:-30px;margin-top:-10px;opacity:0.7;border-radius:3px;height:4vh;">
<a href="" style="display:flex"> <button type="button" style="border-radius:3px;margin-left:160px;margin-top:-29px; background:lightslategray;width:45px;height:4.5vh;"><i class="fa fa-search" style="margin-left:10px;"></i></button></a>
</li>
</ul>
</div>
</header>
<main>
<div class="theme-image"></div>
<div class="lostnfound-uploads">
<div class="lost" style="width:500px;margin-top:5px;padding-top:5px;">
<img src="Images/Exclamation_3-removebg-preview.png" style="width:300px;"/>
<h3 style="color:purple;margin-top:20px;margin-bottom:20px;">Lost Something?</h3>
<p style="margin-bottom:70px;">Did you loose your
belonging(s)? Press the
button.</p>
<a href="fillinform.html"><button id="btn" type="button" style="background:purple;width:125px;height:7vh;border:none;border-radius:12px;box-shadow: 1px 1px 1px 1px;"><strong>Upload</strong></button></a>
</div>
<div class="Found" style="width:500px;margin-left:20px;">
<img src="Images/Question mark icon.png" style="width:240px;"/>
<h3 style="color:blue;margin-top:10px;margin-bottom:20px;">Found Something?</h3>
<p style="margin-bottom:50px;">You are one step away from
putting a smile on someone’s
face again!</p>
<a href="fillinform.html"><button id="btn" type="button" style="background:blue;width:125px;height:7vh;border:none;border-radius:12px;box-shadow: 1px 1px 1px 1px;"><strong>Upload</strong></button></a>
</div>
<div class="minions" style="width:500px;margin-left:20px;margin-right:20px;">
<img src="Images/Happy minnions 2.jpg" style="width:250px;"/>
<h3 style="color:yellow;margin-bottom:20px;">Recoveries</h3>
<p style="margin-bottom:50px;">There are <strong> <em>4 happy users</em> </strong> who have been reunited with their Lost property.Thanks to you!!
</p>
<a href="reviews.html"><button id="btn" type="button" style="background:yellow;width:125px;height:7vh;border:none;border-radius:12px;box-shadow: 1px 1px 1px 1px;"><strong>Reviews</strong></button></a>
</div>
</div>
<div class="recentlyaddedlost">
<div id="recentlyaddedlost">
<h3>RECENTLY UPLOADED LOST ITEMS</h3>
<a href="lost.html" style="color:white;text-decoration:none;">SEE ALL <i style="margin-left:-5px;"class="fa fa-angle-double-right"></i></a>
</div>
<div class="Scroll1" style="padding-top:7px;padding-left:20px;padding-right:10px;">
<i class="fa fa-angle-left" style="margin-top:120px;color:red;"></i>
<img src="Images/lost phone.jpg" style="width:250px;height:45vh"/>
<img src="Images/lostlaptop.jpg" style="width:250px;height:45vh"/>
<img src="Images/find-lost-keys.jpg" style="width:250px;height:45vh"/>
<img src="Images/passengerlostphone.jpg" style="width:250px;height:45vh"/>
<i class="fa fa-angle-right" style="margin-top:120px;color:red;"></i>
</div>
</div>
<div class="recentlyaddedfound">
<div id="recentlyaddedfound">
<h3>RECENTLY UPLOADED FOUND ITEMS</h3>
<a href="founditems.html" style="color:white;text-decoration:none;">SEE ALL <i class="fa fa-angle-double-right"></i></a>
</div>
<div class="Scroll2" style="padding-top:7px;padding-left:20px;padding-right:10px;">
<i class="fa fa-angle-left" style="margin-top:120px;color:red;"></i>
<img src="Images/FindYourPhone_Blog_Banner_1560x780.jpg" style="width:250px;height:45vh"/>
<img src="Images/LostKeys.jpg" style="width:250px;height:45vh"/>
<img src="Images/lostnfoundlaptops.jpeg" style="width:250px;height:45vh"/>
<img src="Images/lostnfoundphones.jpg" style="width:250px;height:45vh"/>
<i class="fa fa-angle-right" style="margin-top:120px;color:red;"></i>
</div>
</div>
</main>
<footer>
<div class="top">
<div class="help" style="color:white;">
<h4>HELP CENTER</h4>
<br>
<ul>
<li><a href="">How to use LOST AND FOUND?</a></li>
<li><a href="">How to register</a></li>
<li><a href="">Report a User</a></li>
</ul>
</div>
<div class="stayconnected" style="color:white;">
<h4>JOIN US ON</h4>
<br>
<ul>
<li><a href=""><img src="Images/facebook.png" style="width:45px;height: 6vh;margin-right:10px;margin-left:-50px;"/></a></li>
<li><a href=""><img src="Images/Instagram.png" style="width:45px;height:6vh;margin-right:7px;"/></a></li>
<li><a href=""><img src="Images/twitter.png" style="width:50px;height:6vh;"/></a></li>
<li><a href=""><img src="Images/Youtube.png" style="width:45px;height:6vh;border-radius:7px;"/></a></li>
</ul>
</div>
<div style="display: inline-flex; width: 25px; height: 200px;" class="divline">
<hr style="margin: 2px 2px 20px 12.5px;">
</div>
<div class="contactus" style="color:white;margin-left:-201px;">
<h4>CONTACT US</h4>
<br>
<p style="margin-bottom:10px;color:black;"><strong>Email Address:</strong></p>
<p style="margin-left:20px;margin-bottom:10px;">lostandfound@gmail.com</p>
<p style="margin-bottom:10px;;color:black;"><strong>Telephone Address:</strong></p>
<p style="margin-left:20px;margin-bottom:10px;">0714234985</p>
</div>
</div>
<div class="bottom">
<h4 style="color:white;">PARTNERS WITH:</h4>
<br>
<div class="partners">
<img src="Images/Kenya Police.png" alt="Kenya Police logo" style="width:150px;height:20vh;"/>
<img src="Images/safaricom-logo-vector.png" alt="Safaricom logo" style="width:350px;height:12vh;"/>
<img src="Images/nyumba-kumi.jpg" alt="Nyumba Kumi Initiative" style="width:200px;height:20vh;" />
<img src="Images/NTSA.png" alt="NTSA logo" style="width:350px;height:12vh;"/>
</div>
</div>
<br><br>
<hr style="margin-top:-40px;margin-bottom:20px;"/>
<p style="text-align:center;">Copyright © 2021 LOST AND FOUND, All right reserved.</p>
</footer>
</body>
</html>