-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathterms.html
43 lines (35 loc) · 1.59 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
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Terms</title>
<link href="styles.css" rel="stylesheet"/>
</head>
<body>
<script src="about.js"></script>
<div id="homeSidebar" class="sidebar">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="home.html">Home</a>
<a href="profile.html">Profile</a>
<a href="map.html">Map</a>
<a href="about.html">About</a>
</div>
<div id="main">
<button class="openbtn" style="font-family: Agbalumo" onclick="openNav()">☰ Menu</button>
</div>
<h1 id="welcome" class="welcome">Terms and Privacy</h1>
<div id="aboutthis" class="about">
<h3>What data we get from you:</h3>
<p>By uploading images to this website, you grant us permission to save these images and its location in our database and allow other users to view this data on the map.</p>
<br>
<h3>User responsibilities:</h3>
<p>We expect that our users will only upload pictures of flowers to our website and any offend to users or this website should be reported to the developper team.</p>
<br>
<h3>Your credidentials:</h3>
<p>We use the Firbase for authentication.</p>
<br>
<h3>Accessibility:</h3>
<p>Our website was developped to allow as much user accessibility as possible with sensible use of text size and use of colors. However, if any accessibility issues arise, please report to our developper team.</p>
</div>
</body>
</html>