-
Notifications
You must be signed in to change notification settings - Fork 223
/
page_faq.html
467 lines (465 loc) · 16.8 KB
/
page_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
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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Proctor - by Creligent </title>
<link href="favicon1.ico" rel="icon" type="image/x-icon" />
<link rel="stylesheet" href="css/lib/bootstrap/bootstrap.css" />
<link rel="stylesheet" href="css/lib/font-awesome/font-awesome.min.css">
<link rel="stylesheet" href="css/lib/ionicons/ionicons.min.css">
<link rel="stylesheet" href="css/lib/daterangepicker/daterangepicker-bs3.css" />
<link rel="stylesheet" href="css/lib/tabdrop/tabdrop.css" />
<link rel="stylesheet" href="css/styles.css" id="theme-css" />
</head>
<body>
<header>
<nav class="navbar navbar-default navbar-transparent">
<div class="container" id="nav-container">
<div class="navbar-header">
<button class="navbar-toggle navbar-toggle-settings" data-target="#top-navbar" data-toggle="collapse" type="button">
<span class="sr-only">Toggle navigation</span>
<i class="ion ion-ios7-gear-outline"></i>
</button>
<a class="navbar-brand logo" href="#">
<img src="images/logo.png" alt="App logo" width="175">
</a>
<div class="navbar-side-menu-toggle">
<button class="toggle-btn" type="button">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
</div>
<div class="collapse navbar-collapse" id="top-navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="page_home.html">Home</a></li>
<li><a href="app_support.html" target="_blank"><i class="fa fa-support"></i> <span class="notification-title">Support</span></a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#"><i class="fa fa-bell"></i> <span class="notification-title">Notifications</span><span class="badge badge-danger notification-badge">6</span></a>
<div class="dropdown-menu notification-menu">
<div class="panel panel-plain m-bot0">
<div class="list-group">
<a href="page_notifications.html" class="list-group-item">
<i class="fa fa-ban text-danger"></i> Nikita Williams rejected an Action Step from you
</a>
<a href="page_notifications.html" class="list-group-item">
<i class="fa fa-check-circle text-success"></i> You accepted an Action Step from Scott Marshall
</a>
</div>
<div class="panel-footer p-0">
<a href="page_notifications.html" class="btn btn-link btn-block m-bot0">View all</a>
</div>
</div>
</div>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#"><img src="images/21.jpg" alt="Pic" class="user-settings-pic"> Regina Hanson <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="app_tour.html">App Tour</a></li>
<li><a href="app_profile.html">My Profile</a></li>
<li><a href="app_settings.html">Account Settings</a></li>
<li class="divider"></li>
<li><a href="app_login.html">Logout</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="container" id="content-container">
<div class="content-wrapper">
<div class="row">
<div class="side-nav-content">
<div class="left-side-wrapper">
<div class="left-side sticky-left-side">
<div class="left-side-inner">
<ul class="nav nav-pills nav-stacked custom-nav">
<li class="menu-list "><a href="#"><i class="ion ion-speedometer"></i> <span>Dashboards</span> <i class="ion ion-ios7-arrow-down pull-right"></i></a>
<ul class="sub-menu-list">
<li >
<a href="index_1.html">Company analytics</a>
</li>
<li >
<a href="index_2.html">Sales board</a>
</li>
</ul>
</li>
<li class="nav-header">General</li>
<li class="menu-list "><a href=""><i class="ion ion-wrench"></i> <span>UI Elements</span> <i class="ion ion-ios7-arrow-down pull-right"></i></a>
<ul class="sub-menu-list">
<li >
<a href="ui_typography.html">Typography</a>
</li>
<li >
<a href="ui_buttons.html">Buttons</a>
</li>
<li >
<a href="ui_tabs.html">Tabs & Accordians</a>
</li>
<li >
<a href="ui_panels.html">Panels</a>
</li>
<li >
<a href="ui_alerts.html">Alerts & Modals</a>
</li>
<li >
<a href="ui_icons.html">Icons</a>
</li>
<li >
<a href="ui_components.html">Components</a>
</li>
<li >
<a href="ui_calendar.html">Calendar</a>
</li>
<li >
<a href="ui_list.html">List & Tree</a>
</li>
</ul>
</li>
<li class="menu-list "><a href=""><i class="ion ion-document"></i> <span>Forms</span> <i class="ion ion-ios7-arrow-down pull-right"></i></a>
<ul class="sub-menu-list">
<li >
<a href="form_basic.html">Basic</a>
</li>
<li >
<a href="form_advanced.html">Advanced</a>
</li>
<li >
<a href="form_validation.html">Validation</a>
</li>
<li >
<a href="form_editors.html">Editors</a>
</li>
</ul>
</li>
<li class="menu-list "><a href=""><i class="ion ion-grid"></i> <span>Tables</span> <i class="ion ion-ios7-arrow-down pull-right"></i></a>
<ul class="sub-menu-list">
<li >
<a href="table_basic.html">Basic</a>
</li>
<li >
<a href="table_responsive.html">Responsive</a>
</li>
<li >
<a href="table_datatables.html">Datatables</a>
</li>
</ul>
</li>
<li class="menu-list "><a href="#"><i class="ion ion-laptop"></i> <span>Layouts</span> <i class="ion ion-ios7-arrow-down pull-right"></i></a>
<ul class="sub-menu-list">
<li >
<a href="layout_grid.html">Grid system</a>
</li>
<li >
<a href="layout_full.html">Full-width</a>
</li>
<li >
<a href="layout_blank.html">Blank page</a>
</li>
</ul>
</li>
<li class="nav-header">Charts & Maps</li>
<li class="menu-list "><a href=""><i class="ion ion-arrow-graph-up-right"></i> <span>Charts</span> <i class="ion ion-ios7-arrow-down pull-right"></i></a>
<ul class="sub-menu-list">
<li >
<a href="chart_flot.html">Flot</a>
</li>
<li >
<a href="chart_morris.html">Morris.js</a>
</li>
<li >
<a href="chart_c3.html">C3 charts</a>
</li>
<li >
<a href="chart_others.html">Others</a>
</li>
</ul>
</li>
<li class="menu-list "><a href="#"><i class="ion ion-location"></i> <span>Maps</span> <i class="ion ion-ios7-arrow-down pull-right"></i></a>
<ul class="sub-menu-list">
<li >
<a href="map_google.html">Google Maps</a>
</li>
<li >
<a href="map_vector.html">Vector maps</a>
</li>
</ul>
</li>
<li class="nav-header">Application Pages</li>
<li class="menu-list "><a href=""><i class="ion ion-settings"></i> <span>App Pages</span> <i class="ion ion-ios7-arrow-down pull-right"></i></a>
<ul class="sub-menu-list">
<li >
<a href="app_login.html">Login</a>
</li>
<li >
<a href="app_signup.html">Signup</a>
</li>
<li >
<a href="app_forgot_password.html">Recover password</a>
</li>
<li >
<a href="app_social_login.html">Social login</a>
</li>
<li >
<a href="app_profile.html">User profile</a>
</li>
<li >
<a href="app_invoice.html">Invoice</a>
</li>
<li >
<a href="app_settings.html">Settings</a>
</li>
<li >
<a href="app_tour.html">App tour</a>
</li>
<li >
<a href="app_timeline.html">Timeline</a>
</li>
<li >
<a href="app_support.html" target="_blank">Support</a>
</li>
</ul>
</li>
<li class="menu-list nav-active current"><a href=""><i class="ion ion-document"></i> <span>Extra Pages</span> <i class="ion ion-ios7-arrow-up pull-right"></i></a>
<ul class="sub-menu-list">
<li >
<a href="page_notifications.html">Notifications</a>
</li>
<li class="active">
<a href="page_faq.html">FAQs</a>
</li>
<li>
<a href="404.html">404 Error</a>
</li>
<li>
<a href="500.html">500 Error</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="main-content-wrapper">
<div class="container-fluid container-padded dash-controls">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Library</a></li>
<li class="active">Data</li>
</ol>
</div>
</div>
</div>
<div class="main-content">
<section>
<div class="container-fluid container-padded">
<div class="row">
<div class="col-md-12 page-title">
<h2>FAQs</h2>
<hr>
</div>
</div>
</div>
<div class="container-fluid container-padded">
<div class="row">
<div class="col-md-12">
<ul class="nav nav-tabs">
<li class="active"><a href="#tab_1" data-toggle="tab">Security</a></li>
<li><a href="#tab_2" data-toggle="tab">Internet</a></li>
<li><a href="#tab_3" data-toggle="tab">General</a></li>
</ul>
<div class="panel panel-default m-bot0">
<div class="panel-body tab-content">
<div class="tab-pane active" id="tab_1">
<div class="panel-group" id="accordion">
<div class="panel panel-plain">
<div class="panel-heading">
<div class="">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
How can I get my own domain name?
</a>
</div>
</div>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body">
The Internet Corporation for Assigned Names and Numbers (ICANN) maintains a list of accredited registrars . Any of the companies on this list can register a domain name for you.
</div>
</div>
</div>
<div class="panel panel-plain">
<div class="panel-heading">
<div class="">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
How can I block my hosting service's advertisements?
</a>
</div>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
Check the Terms of Service (TOS) agreement for your hosting service. It almost certainly prohibits interfering with the advertisements they add to your web pages. If you use some trick to block their advertisements on your own, then your hosting service may delete your account for violating its TOS.
</div>
</div>
</div>
<div class="panel panel-plain">
<div class="panel-heading">
<div class="">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
How do I redirect someone to another page?
</a>
</div>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
The most reliable way is to configure the server to send out a redirection instruction when the old URL is requested. Then the browser will automatically get the new URL. This is the fastest and most efficient way, and is the only way described here that can convince indexing robots to phase out the old URL. For configuration details consult your server admin or documentation (with NCSA or Apache servers, use a Redirect statement in .htaccess).
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="tab_2">
<div class="panel-group" id="accordion2">
<div class="panel panel-plain">
<div class="panel-heading">
<div class="">
<a data-toggle="collapse" data-parent="#accordion2" href="#collapseFour">
How do I password protect my web site?
</a>
</div>
</div>
<div id="collapseFour" class="panel-collapse collapse in">
<div class="panel-body">
The most reliable way is to configure the server to send out a redirection instruction when the old URL is requested. Then the browser will automatically get the new URL. This is the fastest and most efficient way, and is the only way described here that can convince indexing robots to phase out the old URL. For configuration details consult your server admin or documentation (with NCSA or Apache servers, use a Redirect statement in .htaccess).
</div>
</div>
</div>
<div class="panel panel-plain">
<div class="panel-heading">
<div class="">
<a data-toggle="collapse" data-parent="#accordion2" href="#collapseFive">
How do I redirect someone to another page?
</a>
</div>
</div>
<div id="collapseFive" class="panel-collapse collapse">
<div class="panel-body">
The most reliable way is to configure the server to send out a redirection instruction when the old URL is requested. Then the browser will automatically get the new URL. This is the fastest and most efficient way, and is the only way described here that can convince indexing robots to phase out the old URL. For configuration details consult your server admin or documentation (with NCSA or Apache servers, use a Redirect statement in .htaccess).
</div>
</div>
</div>
<div class="panel panel-plain">
<div class="panel-heading">
<div class="">
<a data-toggle="collapse" data-parent="#accordion2" href="#collapseSix">
How can I disable the browser's right-click options?
</a>
</div>
</div>
<div id="collapseSix" class="panel-collapse collapse">
<div class="panel-body">
These scripts annoy visitors who lose ready access to their browsers' normal context-menu functions (e.g., "Open in new window" or "Bookmark link"). These scripts can also interfere with features like mouse gestures. Nothing (including these scripts) can prevent anyone from copying your source or images. The browser cannot display your document without the source and images, so your web server must send them to the browser. Even without the various "save" functions in today's browsers, someone can retrieve your source or images from the browser's cache, request them from the server with some other tool, or use a screen-capture tool to copy the images. These scripts do nothing when JavaScript is disabled or unavailable, when JavaScript access to right-click events is disabled, on systems without mice, or on systems with single-button mice.
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="tab_3">
<div class="panel-group" id="accordion3">
<div class="panel panel-plain">
<div class="panel-heading">
<div class="">
<a data-toggle="collapse" data-parent="#accordion3" href="#collapseSeven">
Collapsible Group Item #1
</a>
</div>
</div>
<div id="collapseSeven" class="panel-collapse collapse in">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="panel panel-plain">
<div class="panel-heading">
<div class="">
<a data-toggle="collapse" data-parent="#accordion3" href="#collapseEight">
Collapsible Group Item #2
</a>
</div>
</div>
<div id="collapseEight" class="panel-collapse collapse">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="panel panel-plain">
<div class="panel-heading">
<div class="">
<a data-toggle="collapse" data-parent="#accordion3" href="#collapseNine">
Collapsible Group Item #3
</a>
</div>
</div>
<div id="collapseNine" class="panel-collapse collapse">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<ul class="list-inline">
<li><a href="#">About Us</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Blog</a></li>
</ul>
<ul class="list-inline">
<li><small>© Proctor by Creligent</small></li>
<li><small><a href="#">Privacy</a></small></li>
<li><small><a href="#">Security</a></small></li>
<li><small><a href="#">Terms of use</a></small></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="js/lib/jquery/jquery-1.10.2.min.js" type="text/javascript"></script>
<script src="js/lib/bootstrap/bootstrap.min.js" type="text/javascript"></script>
<script src="js/lib/slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
<script src="js/lib/momentjs/moment.min.js" type="text/javascript"></script>
<script src="js/lib/daterangepicker/daterangepicker.js" type="text/javascript"></script>
<script src="js/lib/tabdrop/bootstrap-tabdrop.js" type="text/javascript"></script>
<script src="js/scripts.min.js" type="text/javascript"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45950338-1', 'creligent.com');
ga('send', 'pageview');
</script></body>
</html>