-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGetInvolved.html
57 lines (51 loc) · 1.3 KB
/
GetInvolved.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
<!doctype html>
<html>
<head>
<title>
Get Involved
</title>
<style>
hr {
border-top: 2px solid #f1f1f1;
margin-bottom:25px;
}
.footer {
left: 0;
bottom: 0;
width: 100%;
background-color:#b3e0ff;
color: black;
text-align: left;
padding: 20px 10px;
position: fixed;
}
</style>
</head>
<body background= "back.jpg">
<br>
<center>
<h1>
<font color="38acec">Get Involved</font>
</h1></center>
<br>
<hr>
<p>
<font size=5 face="times new roman" color="38acec">As Users</font>
</p>
<p>
<font size=3 face="arial">All the user can get involved with us by registering themselves. They can comment on the pictures of the missing peoples shown in the timeline. They can complain about any missing people and also apply to be a volunteer in our site and help us.
</font>
</p>
<p>
<font size=5 face="times new roman" color="38acec">As Volunteers</font>
</p>
<p>
<font size=3 face="arial">All the volunteers can get involved by applying for volunteership. They can perform the tasks given to them by the admin only after they are validated by the admin.
</font>
</p>
<div class = "footer">
<p>© Copyright 2018 Help4U.com.<br>All Rights Reserved.<br>
Powered By Enhance Technologies and St.Angelo's </p>
</div>
<body>
</html>