-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
57 lines (52 loc) · 2.44 KB
/
Copy pathfaq.html
File metadata and controls
57 lines (52 loc) · 2.44 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
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> boolio | faq</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="./styles/aboutmain.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript" src="./js/fade.js"></script>
<link rel="icon" type="image/gif" href="./images/icon.gif">
</head>
<body>
<div class="header-background-placeholder">
<div class="header-boolio-img">
<center>
<a href="/"><img src="./images/bear.png" class="pic-orient"></a>
</center>
</div>
</div>
<div class="container">
<div class="about">
<div class="about">
<h1> 1. how do I share my thoughts about boolio? </h1>
<p> you can do that <a href="https://www.facebook.com/booliogroup?_rdr" target="_blank">publicly</a> or <a href="mailto:feedback@boolio.io">privately.</a></p>
<h1> 2. are there bugs in the android alpha release? </h1>
<p> yes and we are working on fixing them.</p>
<h1> 3. can I post threats on boolio? </h1>
<p> no, don't be stupid.</p>
<h1> 4. am I able to report a post? </h1>
<p> yes, on the top right corner of each boolio card, a flag icon exists. you can only report something once.</p>
<h1> 5. how do I skip questions I am not interested in? </h1>
<p> you can swipe towards the right and the question will dissapear from your feed.</p>
<br>
<p>have more questions? <a href="mailto:support@boolio.io">support@boolio.io</a></p>
</div>
</div>
</div>
<div class="footer-nav">
<ul class="social-links">
<li class="social-link">
<a class="img-link" href="https://twitter.com/boolioapp" target="_blank"><i class="fa fa-twitter fa-lg"></i></a>
</li>
<li class="social-link">
<a class="img-link" href="mailto:team@boolio.io" target="_blank"><i class="fa fa-envelope fa-lg"></i></a>
</li>
</ul>
</div>
</body>
</html>