-
Notifications
You must be signed in to change notification settings - Fork 0
/
Terms.html
65 lines (61 loc) · 3.75 KB
/
Terms.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
<!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>Terms and Conditions</title>
<link rel="stylesheet" href="Terms.css">
</head>
<body style="width:70%;margin-left:195px;">
<main style="margin:40px 10px 10px 10px;padding:20px 20px 40px 20px;border:2px solid #a9b9b5;box-shadow:aqua;">
<h1 style="text-align:center;">Terms and Conditions of Service</h1>
<p>Welcome to Lost and Found!</p>
<br>
<p>Last updated:
(21st June,2021)</p>
<br>
<p>Please read these Terms and Conditions ("Terms", "Terms and Conditions") carefully before using
the http://127.0.0.1:5501/index.html website operated by our company.</p>
<br>
<p>Your access to and use of the Service is conditioned on your acceptance of and compliance with
these Terms. These Terms apply to all visitors, users and others who access or use the Service.
By accessing or using the Service you agree to be bound by these Terms. If you disagree
with any part of the terms then you may not access the Service.</p>
<h2>Uploads</h2>
<p>If you wish to make any uploads for a lost or found item, it is recommended that the picture should be very clear and taken atleast thrice in different angles that makes it easily identifiable.
The Lost section is for uploading and viewing lost items whereas the Found section is for uploading and posting found items only. A full description of any upload is a MUST.
</p>
<br>
<h2>Payments</h2>
<p>We do not charge for any uploads made or any items identified by the owner on our website.
Therefore, you are advised to assume full responsility for any expenses and arrangements to
avail yourself at the place where your items has been found at. Again, the company does not charge for any items uploaded.However, our partners offer certain services at affordable rates that you may either opt to
use or opt for elsewhere.The choice is yours.
</p>
<br>
<h2>Security</h2>
<p>Make sure that you use a strong password to avoid being a victim of cyber criminals. Our company offers assistance by generating an automatic strong password should you choose.
Also, prior to meeting someone who has picked your item, due diligence is a MUSt and it is advisable to
meet in an open area or location.
</p>
<br>
<h2>Contents</h2>
<p>Our Service allows you to post, share and otherwise make available certain information,
with regards to your lost items. However, you are responsible for how you use the platform. Our company shall not be held liable for any losses suffered outside this platform
</p>
<br>
<h2>Contact</h2>
<p>If you have any questions about these Terms, please contact us.The link is on Home page.</p>
<hr/>
<div class="Acceptance" style="margin-left:200px;">
<span class="title" style="margin-left: -5px;margin-right:200px;">I accept these terms and conditions:</span>
<input type="checkbox" name="Terms" id="T&M"/>
<label for="male">Click on me!!</label>
</div>
<br>
<button type="button" style="background:rgb(240, 36, 36);float:right;margin-right:80px;margin-bottom:80px;width:100px;height:4vh;text-decoration: none;border-radius:10px;"onclick="notifyingYou();"><a href="index.html" style="text-decoration: none;color:black;">Proceed</a></button>
</main>
<script type="text/javascript" src="doc.js"></script>
</body>
</html>