-
Notifications
You must be signed in to change notification settings - Fork 0
/
community_guideline.html
79 lines (77 loc) · 3.03 KB
/
community_guideline.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
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="CSS/index.css" type="text/css">
<link rel="icon" type="image/png" href="Media/favicon.png">
<meta charset="utf-8">
<title>Community</title>
</head>
<body>
<div class="navB">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="browse_jobs.html">Browse jobs</a></li>
<li><a href="post_job.html">Post a job</a></li>
<li><a href="community_guideline.html">Community Guidelines</a></li>
<li><a href="support.html">Support</a></li>
<li><a href="profile_settings.html">Profile Settings</a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn" style="margin-right:95px;">Login</a>
<div class="dropdown-content">
<a href="log_in.html">Worker</a>
<a href="log_in_hirer.html">Hirer</a>
</div>
</li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Register</a>
<div class="dropdown-content">
<a href="register_worker.html">Worker</a>
<a href="register_hirer.html">Hirer</a>
</div>
</li>
</ul>
</div>
<div class="backgroundimage">
<div class="S_container">
<h1>Community Guideline</h1>
<h3>Guides, tutorials, tips and resources for your business and career</h3>
<br>
<form>
<input type="search" placeholder="I need Help..." name="search">
<br>
<p> GetAHand helps in allowing us to communicate with our customers in such a way that other websites cannot. We use GetAhand as a way of providing our customers with the information needed about what they are looking for.
<br>
<br>
1. We don’t provide medical advice and we don’t provide promotion of another company about a specific products or treatment options on GetAHand.
<br>
<br>
2. The content displayed below is not acceptable and can lead to deletion or blockage of users who breach these terms.
<br>
<br>
• Content that is false or delusive
<br>
<br>
• Content about other products
<br>
<br>
• Posts that contains other webpages or information not related to GetAhand
<br>
<br>
• Posts that shares personal information about you or your family and any connection to GetAhand
<br>
<br>
3. Note that GetAhand does not accept any opinions from third-party organizations or individuals.
<br>
<br>
4. We do not aim to store your information such as unique ID, email. However, in the time where an employee is looking for a worker and needs personal information about you such as your name or location you would have to provide the employee with the necessary information.
<br>
<br>
Please not that we might we may block any user who boldly changes their mission and objectives and whom we think might violate our community guidelines.
<br>
<br>
In addition to the privacy policy and terms of use of the third-party social media platform, your use of our social properties are governed by GetAHand Terms and Conditions of Use and Privacy Policy.</p>
</form>
</div>
</div>
</body>
</html>