-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
46 lines (46 loc) · 1.99 KB
/
help.html
File metadata and controls
46 lines (46 loc) · 1.99 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Groups Page</title>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="css/basic.css">
<link rel="stylesheet" type="text/css" href="css/basic.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid clearfix">
<div class="navbar-header">
<a class="navbar-brand" href="#">Hang Up</a>
</div>
<ul class="nav navbar-nav">
<li><a href="home.html">Home</a></li>
<li><a href="groups.html">Groups</a></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="help.html">Help</a></li>
</ul>
<button id="groupName" onclick="location.href= 'home.html';" class="dropbtn">Find People</button>
<a class="navbar-brand pull-right" href="index.html">Sign out</a>
</div>
</nav>
<div>
<div class = "boxed">
<b>How can I add friends? </b>
<p>If you navigate to the "Groups" page above, you can click on a specific friend to add a group to add a friend to. You can add a friend based on their email or you can scan the QR code from their app and they will be automatically added to a group that you sepcify.</p>
</div>
<div class = "boxed">
<b>How can I turn off my location? </b>
<p>You can turn off your location by navigating to your profile page and checking the box that will turn off your locations and you will no longer be visible on the map for any friends you have on the application.</p>
</div>
<div class = "boxed">
<b>How can I navigate back to the map? </b>
<p>On any page, you can add click on the blue button in the top navbar that says "Find People".</p>
</div>
<div class = "boxed">
<b> Can I disable my location from specific people? </b>
<p> No, if you turn off your location from the profile page your profile will no longer be visible to users from any groups. </p>
</div>
</div>
</body>
</html>