-
Notifications
You must be signed in to change notification settings - Fork 2
/
help-center.html
373 lines (302 loc) · 16.7 KB
/
help-center.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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="This is Fintech Template">
<meta name="author" content="">
<title>Mini Finance - Help Center and FAQ</title>
<!-- CSS FILES -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;700&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/tooplate-mini-finance.css" rel="stylesheet">
<!--
Tooplate 2135 Mini Finance
https://www.tooplate.com/view/2135-mini-finance
Bootstrap 5 Dashboard Admin Template
-->
</head>
<body>
<header class="navbar sticky-top flex-md-nowrap">
<div class="col-md-3 col-lg-3 me-0 px-3 fs-6">
<a class="navbar-brand" href="index.html">
<i class="bi-box"></i>
Mini Finance-Debasish Sahoo
</a>
</div>
<button class="navbar-toggler position-absolute d-md-none collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#sidebarMenu" aria-controls="sidebarMenu" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<form class="custom-form header-form ms-lg-3 ms-md-3 me-lg-auto me-md-auto order-2 order-lg-0 order-md-0"
action="#" method="get" role="form">
<input class="form-control" name="search" type="text" placeholder="Search" aria-label="Search">
</form>
<div class="navbar-nav me-lg-2">
<div class="nav-item text-nowrap d-flex align-items-center">
<div class="dropdown ps-3">
<a class="nav-link dropdown-toggle text-center" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
<i class="bi-bell"></i>
<span
class="position-absolute start-100 translate-middle p-1 bg-danger border border-light rounded-circle">
<span class="visually-hidden">New alerts</span>
</span>
</a>
<ul class="dropdown-menu notifications-block-wrap bg-white shadow">
<small>Notifications</small>
<li class="notifications-block border-bottom pb-2 mb-2">
<a class="dropdown-item d-flex align-items-center" href="#">
<div class="notifications-icon-wrap bg-success">
<i class="notifications-icon bi-check-circle-fill"></i>
</div>
<div>
<span>Your account has been created successfuly.</span>
<p>12 days ago</p>
</div>
</a>
</li>
<li class="notifications-block border-bottom pb-2 mb-2">
<a class="dropdown-item d-flex align-items-center" href="#">
<div class="notifications-icon-wrap bg-info">
<i class="notifications-icon bi-folder"></i>
</div>
<div>
<span>Please check. We have sent a Daily report.</span>
<p>10 days ago</p>
</div>
</a>
</li>
<li class="notifications-block">
<a class="dropdown-item d-flex align-items-center" href="#">
<div class="notifications-icon-wrap bg-danger">
<i class="notifications-icon bi-question-circle"></i>
</div>
<div>
<span>Account verification failed.</span>
<p>1 hour ago</p>
</div>
</a>
</li>
</ul>
</div>
<div class="dropdown ps-1">
<a class="nav-link dropdown-toggle text-center" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
<i class="bi-three-dots-vertical"></i>
</a>
<div class="dropdown-menu dropdown-menu-social bg-white shadow">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-4">
<a class="dropdown-item text-center" href="#">
<img src="images/social/search.png" class="profile-image img-fluid" alt="">
<span class="d-block">Google</span>
</a>
</div>
<div class="col-lg-4 col-md-4 col-4">
<a class="dropdown-item text-center" href="#">
<img src="images/social/spotify.png" class="profile-image img-fluid" alt="">
<span class="d-block">Spotify</span>
</a>
</div>
<div class="col-lg-4 col-md-4 col-4">
<a class="dropdown-item text-center" href="#">
<img src="images/social/telegram.png" class="profile-image img-fluid" alt="">
<span class="d-block">Telegram</span>
</a>
</div>
<div class="col-lg-4 col-md-4 col-4">
<a class="dropdown-item text-center" href="#">
<img src="images/social/snapchat.png" class="profile-image img-fluid" alt="">
<span class="d-block">Snapchat</span>
</a>
</div>
<div class="col-lg-4 col-md-4 col-4">
<a class="dropdown-item text-center" href="#">
<img src="images/social/tiktok.png" class="profile-image img-fluid" alt="">
<span class="d-block">Tiktok</span>
</a>
</div>
<div class="col-lg-4 col-md-4 col-4">
<a class="dropdown-item text-center" href="#">
<img src="images/social/youtube.png" class="profile-image img-fluid" alt="">
<span class="d-block">Youtube</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="dropdown px-3">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
<img src="images/medium-shot-happy-man-smiling.jpg" class="profile-image img-fluid" alt="">
</a>
<ul class="dropdown-menu bg-white shadow">
<li>
<div class="dropdown-menu-profile-thumb d-flex">
<img src="images/medium-shot-happy-man-smiling.jpg" class="profile-image img-fluid me-3"
alt="">
<div class="d-flex flex-column">
<small>Thomas</small>
<a href="#">[email protected]</a>
</div>
</div>
</li>
<li>
<a class="dropdown-item" href="profile.html">
<i class="bi-person me-2"></i>
Profile
</a>
</li>
<li>
<a class="dropdown-item" href="setting.html">
<i class="bi-gear me-2"></i>
Settings
</a>
</li>
<li>
<a class="dropdown-item" href="help-center.html">
<i class="bi-question-circle me-2"></i>
Help
</a>
</li>
<li class="border-top mt-3 pt-2 mx-4">
<a class="dropdown-item ms-0 me-0" href="#">
<i class="bi-box-arrow-left me-2"></i>
Logout
</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<div class="container-fluid">
<div class="row">
<nav id="sidebarMenu" class="col-md-3 col-lg-3 d-md-block sidebar collapse">
<div class="position-sticky py-4 px-3 sidebar-sticky">
<ul class="nav flex-column h-100">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">
<i class="bi-house-fill me-2"></i>
Overview
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="wallet.html">
<i class="bi-wallet me-2"></i>
My Wallet
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html">
<i class="bi-person me-2"></i>
Profile
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="setting.html">
<i class="bi-gear me-2"></i>
Settings
</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="help-center.html">
<i class="bi-question-circle me-2"></i>
Help Center
</a>
</li>
<li class="nav-item featured-box mt-lg-5 mt-4 mb-4">
<img src="images/credit-card.png" class="img-fluid" alt="">
<a class="btn custom-btn" href="#">Upgrade</a>
</li>
<li class="nav-item border-top mt-auto pt-2">
<a class="nav-link" href="#">
<i class="bi-box-arrow-left me-2"></i>
Logout
</a>
</li>
</ul>
</div>
</nav>
<main class="main-wrapper col-md-9 ms-sm-auto py-4 col-lg-9 px-md-4 border-start">
<div class="title-group mb-3">
<h1 class="h2 mb-0">How can we help?</h1>
</div>
<div class="row my-4">
<div class="col-lg-7 col-12">
<div class="custom-block bg-white">
<form class="custom-form search-form" action="#" method="post" role="form">
<div class="row">
<div class="col-lg-12 mb-2">
<h6>Search for the topics</h6>
</div>
<div class="col-lg-8 col-md-8 col-12">
<input class="form-control mb-lg-0 mb-md-0" name="search" type="text"
placeholder="Search" aria-label="Search">
</div>
<div class="col-lg-4 col-md-4 col-12">
<button type="submit" class="form-control">
Submit
</button>
</div>
</div>
</form>
</div>
<div class="custom-block custom-block-faq">
<h5 class="mb-4">Frequently Asked Questions</h5>
<strong class="d-block mb-2">What is Mini Finance Template?</strong>
<p>Mini Finance Template includes total 6 HTML pages for your customizations. It is free of
charge provided by Tooplate website.</p>
<strong class="d-block mt-3 mb-2">What is Free HTML Template?</strong>
<p>Free HTML Template is a ready-made web page based on HTML CSS codes.</p>
<strong class="d-block mt-3 mb-2">What is the best code editor?</strong>
<p>Popular code editors are Dreamweaver, Notepad++, Visual Studio Code, Rapid CSS, Sublime
Text and Atom to edit HTML CSS JS codes and put in your own web contents.</p>
<strong class="d-block mt-3 mb-2">Are all templates free to download?</strong>
<p>Yes, all CSS templates are 100% free to download and use for your websites. You can also
use them for learning HTML, CSS, and JavaScripts.</p>
</div>
</div>
<div class="col-lg-5 col-12">
<div class="custom-block custom-block-contact">
<h6 class="mb-4">Still can’t find what you looking for?</h6>
<p>
<strong>Call us:</strong>
<a href="tel: 305-240-9671" class="ms-2">
(60)
305-240-9671
</a>
</p>
<a href="#" class="btn custom-btn custom-btn-bg-white mt-3">
Chat with us
</a>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<p class="copyright-text">Copyright © Mini Finance 2048
- Design: <a rel="sponsored" href="https://www.tooplate.com"
target="_blank">Tooplate</a></p>
</div>
</div>
</div>
</footer>
</main>
</div>
</div>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>