-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
219 lines (188 loc) · 11.4 KB
/
faq.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Be the Bookie</title>
<!-- Bootstrap core CSS -->
<link href="plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,500,500i,600,600i,700,700i,800" rel="stylesheet">
<!-- Plugin CSS -->
<link href="plugins/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<img class="img-responsive" src="img/logo.png" width="100"></a>
<a class=" navbar-toggler-right" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<div id="nav-icon1">
<span></span>
<span></span>
<span></span>
</div>
</a>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto list-inline">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#">Roadmap</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#">WhitePapaer</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#">Team</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#">Contact</a>
</li>
</ul>
<ul class="navbar-nav list-inline login pull-right">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#services">Login/Register <i class="fa fa-user login_icon"></i></a>
</li></ul>
</div>
</div>
</nav>
<section class="faq">
<div class="container">
<div class="row">
<div class="main_card card-faq">
<div class="header_page">
<h4 class="text-white">General questions</h4></div>
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title"> What is Finom?
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
<i class="more-less fa fa-angle-down" aria-hidden="true"></i>
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
Finom makes the world of finance available to everyone. Our business solves a central economic problem: the limited availability and complexity of today’s sought-after financial tools.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title"> What was the reason for the merger?
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<i class="more-less fa fa-angle-down" aria-hidden="true"></i>
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
Finom makes the world of finance available to everyone. Our business solves a central economic problem: the limited availability and complexity of today’s sought-after financial tools.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title"> What was the reason for the merger?
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
<i class="more-less fa fa-angle-down" aria-hidden="true"></i>
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
Finom makes the world of finance available to everyone. Our business solves a central economic problem: the limited availability and complexity of today’s sought-after financial tools.
</div>
</div>
</div>
</div><!-- panel-group -->
<div class="header_page">
<h4 class="text-white">Products</h4></div>
<div class="panel-group" id="accordion01" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="products01">
<h4 class="panel-title"> What is Finom?
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#products_01" aria-expanded="true" aria-controls="products01">
<i class="more-less fa fa-angle-down" aria-hidden="true"></i>
</a>
</h4>
</div>
<div id="products_01" class="panel-collapse collapse" role="tabpanel" aria-labelledby="products01">
<div class="panel-body">
Finom makes the world of finance available to everyone. Our business solves a central economic problem: the limited availability and complexity of today’s sought-after financial tools.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="products01">
<h4 class="panel-title">How can I contact you?
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#products_02" aria-expanded="true" aria-controls="products02">
<i class="more-less fa fa-angle-down" aria-hidden="true"></i>
</a>
</h4>
</div>
<div id="products_02" class="panel-collapse collapse" role="tabpanel" aria-labelledby="products02">
<div class="panel-body">How can I contact you?
Finom makes the world of finance available to everyone. Our business solves a central economic problem: the limited availability and complexity of today’s sought-after financial tools.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="" class="Copyright">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-7">
<div class="row">
<h6>Copyright © 2017 Bethebookie <span class="text-muted" style="padding-left:30px">All rights reserved.</span></h6>
</div>
</div>
<div class="col-lg-6 col-md-5 footerr_menu">
<div class="">
<ul class="list-inline pull-right">
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
<p>Disclaimer: The findings, ratings and/or opinions expressed herein are the intellectual property of CoinFi and are subject to change without notice. They are not intended to convey any guarantees as to the future performance of the said products. Past performance does not guarantee future results. This does not contain investment advice or constitute individualized investment advice relating to your particular circumstances. No investment decision should be made based on this information without first obtaining appropriate professional advice and considering your circumstances. This does not constitute an offer or a solicitation of an offer to buy or sell securities, commodities and/or any other financial instruments or products or constitute a solicitation on behalf of any of the investment managers, their affiliates, products or strategies the information of which may be contained herein. The information contained herein may not adequately take into account the recipient’s particular investment objectives, financial situations, or needs. Prospective token contributors should consult their legal, tax and financial advisers as to the consequences of an contribution. Any manager mix and portfolio structure which may be provided herein are for illustrative purposes only and subject to change. The inclusion of any contribution herein does not represent a recommendation of that contribution. All contributions experience gain or loss. An contributor may lose all or a substantial part of its contribution.</p>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="plugins/jquery/jquery.min.js"></script>
<script src="plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="plugins/jquery-easing/jquery.easing.min.js"></script>
<script src="plugins/scrollreveal/scrollreveal.min.js"></script>
<script src="plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
<script src="js/jquery.plugin.min.js"></script>
<script src="js/jquery.countdown.js"></script>
<script>
function toggleIcon(e) {
$(e.target)
.prev('.panel-heading')
.find(".more-less",)
.toggleClass('fa-angle-down fa-times');
}
$('.panel-group').on('hidden.bs.collapse', toggleIcon);
$('.panel-group').on('shown.bs.collapse', toggleIcon);
</script>
</body>
</html>