-
Notifications
You must be signed in to change notification settings - Fork 0
/
help-faqs.html
743 lines (733 loc) · 30.9 KB
/
help-faqs.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
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
<!-- head.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta http-equiv="X-ua-Compatible" content="chrome=1"/>
<title>Document</title>
<meta name="description" content="">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<link rel="stylesheet" type="text/css" href="./Public/css/animate.css">
<link rel="stylesheet" type="text/css" href="./Public/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./Public/css/main.css">
<script type="text/javascript" src='./Public/js/vendor/respond.min.js'></script>
<script type="text/javascript" data-main="./Public/js/page/help" src="./Public/js/vendor/require-2.2.0.min.js"></script>
<!--[if lt IE9]>
<script src="http://cdn.bootcss.com/html5shiv/r29/html5.min.js"></script>
<![endif]-->
</head>
<!-- head.html end-->
<body>
<div class="stick-root">
<!-- header.html -->
<!-- /header -->
<header class="header" id='vue-header'>
<nav class="navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<!-- <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button> -->
<a class="navbar-brand" href="index.html">
<img src='./Public/img/header/logo4.png' height="32" width="123"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="navbar" >
<form action="" class="navbar-form navbar-left search-form">
<div class="form-group">
<div class="input-group">
<div class="input-group-btn">
<button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown"><i class="fa fa-search fa-fw" :class='defaultSearch.class'></i><span class="caret"></span></button>
<ul class="dropdown-menu search-select-response">
<li v-for='search in searchList'><a href="javascript:;" v-on:click='choiseSearch($index)'><i class="fa fa-fw" :class='search.class'></i> {{search.text}}</a></li>
</ul>
</div>
<input type="text" name="" value="" :placeholder="defaultSearch.placeholder" class='form-control' style='min-width: 350px' data-toggle="dropdown">
<div class='dropdown-menu search-text-response'>
<ul class='list-unstyled'>
<li class='search-text-response-title clearfix'>
<i class="fa fa-user"></i>
<strong>People</strong>
<a href="" title="" class='pull-right search-text-more'>more results</a>
</li>
<li class='search-text-response-resoult'>
<a href="">Aaron</a>
</li>
<li class='search-text-response-resoult'>
<a href="">Aaron</a>
</li>
<li class='search-text-response-resoult'>
<a href="">Aaron</a>
</li>
<li class='search-text-response-resoult'>
<a href="">Aaron</a>
</li>
<li class='search-text-response-resoult'>
<a href="">Aaron</a>
</li>
<li class='search-text-response-resoult'>
<a href="">Aaron</a>
</li>
<li class='search-text-response-title clearfix'>
<i class="fa fa-briefcase"></i>
<strong>Projects</strong>
<a href="" title="" class='pull-right search-text-more'>more results</a>
</li>
<li class='search-text-response-resoult'>
<a href="">Aaron</a>
</li>
<li class='search-text-response-resoult'>
<a href="">Aaron</a>
</li>
<li class='search-text-response-title clearfix'>
<i class="fa fa-folder-open"></i>
<strong>Articles</strong>
<a href="" title="" class='pull-right search-text-more'>more results</a>
</li>
<li class='search-text-response-resoult'>
<a href="">Aaron</a>
</li>
<li class='search-text-response-resoult'>
<a href="">Aaron</a>
</li>
</ul>
</div>
<div class="input-group-btn">
<button type="" class="btn btn-secondary" >search</button>
</div>
</div>
</div>
</form>
<ul class="nav navbar-nav navbar-right header-utilities">
<li class='dropdown'>
<a href="javascript:;" title="" class='dropdown-toggle' data-toggle="dropdown">
<i class="fa fa-question"></i>
</a>
<div class="dropdown-menu header-utilities-box header-utilities-box--arrow header-utilities--helpCenter">
<div class="panel panel-default">
<!-- <div class="header-loading">
<i class="fa fa-spinner fa-pulse fa-2x"></i>
</div> -->
<div class="panel-heading">
<strong class='heading-title'>Help center</strong>
</div>
<div class="panel-body header-utilities-list">
<ul>
<li>
<a href="help-faqs.html">
<span class='label label-info'>
<i class="fa fa-quote-left"></i>
</span>
<span>FAQs</span>
</a>
</li>
<li>
<a href="help-guidance.html">
<span class='label label-info'>
<i class="fa fa-book"></i>
</span>
<span>Guidance</span>
</a>
</li>
<li>
<a href="help-fees.html">
<span class='label label-info'>
<i class="fa fa-usd"></i>
</span>
<span>Fees & Charges</span>
</a>
</li>
<li>
<a href="help-works.html">
<span class='label label-info'>
<i class="fa fa-cog"></i>
</span>
<span>How it works</span>
</a>
</li>
<li>
<a href="help-feedback.html">
<span class='label label-info'>
<i class="fa fa-info"></i>
</span>
<span>Feedback</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</li>
<li class='dropdown'>
<a href="javascript:;" title="" class='dropdown-toggle' data-toggle="dropdown">
<i class='fa fa-envelope-o'></i>
<span class='label label-warning inform'>8</span>
</a>
<div class="dropdown-menu header-utilities-box header-utilities-box--arrow">
<div class="panel panel-default">
<div class="panel-heading">
<strong class='heading-title'>Message</strong>
</div>
<div class="panel-body header-utilities-list">
<ul class='header-utilities-message'>
<li class="new">
<a href="">
<span class="thumb"><img src="./Public/img/index/servers/2.jpg"></span>
<span class="desc">
<span class="name">John Doe <span class="badge badge-success">new</span></span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li class="new">
<a href="">
<span class="thumb"><img src="./Public/img/index/servers/3.jpg"></span>
<span class="desc">
<span class="name">John Doe <span class="badge badge-success">new</span></span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li class="new">
<a href="">
<span class="thumb"><img src="./Public/img/index/servers/4.jpg"></span>
<span class="desc">
<span class="name">John Doe </span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li class="new">
<a href="">
<span class="thumb"><img src="./Public/img/index/servers/5.jpg"></span>
<span class="desc">
<span class="name">John Doe </span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="./message.html" title="">See All Messages</a>
</li>
</ul>
</div>
<!-- <div class="panel-footer clearfix">
<a href="" title="" class='btn btn-primary btn-sm pull-right'>See All Messages</a>
</div> -->
</div>
</div>
</li>
<li>
<a href="javascript:;" title="" class='dropdown-toggle' data-toggle="dropdown">
<i class='fa fa-bell-o'></i>
<span class='label label-success inform'>2</span>
</a>
<div class="dropdown-menu header-utilities-box header-utilities-box--arrow">
<div class="panel panel-default">
<div class="panel-heading">
<strong class='heading-title'>Notice</strong>
</div>
<div class="panel-body header-utilities-list">
<ul>
<li>
<a href=""><span class="label label-success"><i class="fa fa-bolt"></i></span> A security question has been created for your account.</a>
</li>
<li>
<a href=""><span class="label label-success"><i class="fa fa-bolt"></i></span> A security question has been created for your account.</a>
</li>
<li>
<a href=""><span class="label label-success"><i class="fa fa-bolt"></i></span> A security question has been created for your account.</a>
</li>
<li>
<a href="./notice.html" title="">See All Notifications</a>
</li>
</ul>
</div>
</div>
</div>
</li>
<li class='dropdown'>
<a href="javascript:;" title="" class='dropdown-toggle account' data-toggle="dropdown">
<img src="./Public/img/index/servers/1.jpg" alt="" class='img-round' width="34px" height="34px"></a>
<div class="dropdown-menu header-utilities-box header-utilities-box--user">
<!-- <div class="dropdown-loading">
<i class="fa fa-spinner fa-pulse"></i>
</div>
-->
<div class="panel panel-default">
<div class="panel-body">
<div class="user-info">
<img src="./Public/img/index/servers/1.jpg" alt="" class='img-round' width="34px" height="34px">
<h4 class='user-info-name'>Aaron Su</h4>
<a href="" title="" class='user-info-level'>Basic User</a>
</div>
<ul class='user-info-list'>
<li>
<a href="profile.html">
<i class="fa fa-newspaper-o fa-lg"></i>
<span>Profile</span>
</a>
</li>
<li>
<a href="membership.html">
<i class="fa fa-trophy fa-lg"></i>
<span>Membership</span>
</a>
</li>
<li>
<a href="setting.html">
<i class="fa fa-cog fa-lg"></i>
<span>Settings</span>
</a>
</li>
<li>
<a href="">
<i class="fa fa-sign-out fa-lg"></i>
<span>logout</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</nav>
<!-- 页面导航部分 -->
<nav class='nav-side navbar'>
<div class='container'>
<ul class='nav navbar-nav clearfix'>
<li>
<a href='dashboard.html' title="" class='active'>Dashboard</a>
</li>
<li>
<a href="javascrit:;" title="" data-toggle="dropdown" class="dropdown-toggle">Projects<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="project-manage-employer.html">发起的任务</a></li>
<li><a href="project-manage-provider.html">参与的任务</a></li>
<li><a href="project-draft.html">Drafts</a></li>
<li><a href="project-bookmark.html">Bookmarks</a></li>
</ul>
</li>
<li>
<a href="javascrit:;" title="" data-toggle="dropdown" class="dropdown-toggle">Discovery<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="discovery-projects.html">Find a Project</a></li>
<li><a href="discovery-providers.html">Find a Provider</a></li>
<!-- <li>
<a href="list-projects.html">Local Jobs</a>
</li> -->
</ul>
</li>
<li>
<a href="connection.html" title="">Connections</a>
</li>
</ul>
<div class='navbar-right'>
<a href="publish-quick.html" title="" class='btn btn-warning navbar-btn'>Post a project</a>
</div>
</div>
</nav>
</header>
<!-- header.html end-->
<div class='breadcrumb-beauty-warp'>
<div class="container">
<ul class='breadcrumb-beauty'>
<li>
<a href=""><i class="fa fa-home fa-lg"></i> Dashboard</a>
</li>
<li>
<a href=""> Help Center</a>
</li>
<li>
<a href="#" title="">FAQs</a>
</li>
</ul>
</div>
</div>
<section class='com-main'>
<div class="container">
<div class="help-main">
<div class="help-content faqs-content section">
<div class='help-title clearfix'>
<h1 class='help-title-primary'>
FAQs
</h1>
<form action="" method="get" accept-charset="utf-8">
<div class="form-group">
<div class="input-group">
<input type="text" name="" value="" placeholder="Input keywords or problems" class='form-control'>
<div class="input-group-btn">
<button type=""class="btn btn-primary">search</button>
</div>
</div>
</div>
</form>
</div>
<div class="faqs-list">
<div>
<div class="panel panel-default">
<div class="panel-heading panel-heading--faqs">
About Regbuzz
</div>
<div class="panel-body">
<ul class='panel-body-list'>
<li>
<a title="" href="">What is Regbuzz?</a>
<div class="alert alert-info">
<p>Regbuzz is an online service outsourcing platform focusing on product compliance. Any user can post a job, and choose from skilled professionals who offer rate quotes and time estimates for completing the work. It’s a mutually beneficial arrangement. </p>
<p>Employers can have their picks of thousands of compliance specialists who have the exact skill and resource needed to get the job done, without undertaking the expense and commitment of hiring full-time employees. Regbuzz involved plenty of native consultants who always have enough experience to handle local regulatory affairs for your international business.</p>
<p>Providers can tap into a readily available source of constant part-time and full-time work opportunities form everywhere in the world.</p>
</div>
</li>
<li>
<a title="" href="">What fees does Regbuzz charge?</a>
<div class="alert alert-info">
<p>Please see our detailed list of <a href="fees.html" title="">Fees & Charges</a></p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div>
<div class="panel panel-default">
<div class="panel-heading panel-heading--faqs">
Employer Following
</div>
<div class="panel-body">
<ul class='panel-body-list'>
<li>
<a title="" href="">What is Employer Following?</a>
<div class="alert alert-info">
<p>Employer Following is a feature that lets you know when your favourite Employers post projects or questions, by following them on Regbuzz. You'll receive an email when they post a project or question so that you can bid or answer immediately. </p>
</div>
</li>
<li>
<a href="" title="">How will I know when an Employer I'm following posts a project or question?</a>
<div class="alert alert-info">
<p>You'll receive an email notification from Provider when an Employer you're following posts a project or contest.</p>
<p>Note: You will not be notified if the Employer posted a private project or question.</p>
</div>
</li>
<li>
<a href="" title="">Why am I unable to follow an Employer?</a>
<div class="alert alert-info">
<p>You may be unable to follow an Employer for the following reasons:</p>
<ul class='onStyled'>
<li>You may have reached your limit for the number of Employers you are allowed to follow. To manage the list of Employers you are following click here.</li>
<li>The Employer may prevent Providers from following them for privacy reasons.</li>
</ul>
</div>
</li>
<li>
<a href="" title="">I wasn't notified of a project posted by an Employer I'm following</a>
<div class="alert alert-info">
<p>You will not be notified if the Employer posted a project or question. A Private question or project is designed to protect the Employer's confidentiality, by hiding their project details from people out of the defined scope.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div>
<div class="panel panel-default">
<div class="panel-heading panel-heading--faqs">
Question job
</div>
<div class="panel-body">
<ul class='panel-body-list'>
<li>
<a href="">Am I eligible to enter a question job?</a>
<div class="alert alert-info">
<p>To enter a question job you need to be a registered user. If you're not registered, sign up now, complete your Profile, and then read the question job holder's brief. You're now ready to start submitting your question answers! Good luck!</p>
</div>
</li>
<li>
<a href="">When should I pay for the question job?</a>
<div class="alert alert-info">
<p>You pay the full amount you decided to put as a prize to START your question job. When you select your favourite answer, we will release the prize money to the winner.</p>
</div>
</li>
<li>
<a href="">Can I divide my question prize to multiple winners?</a>
<div class="alert alert-info">
<p>No, you need to award the full amount displayed as question prize to the only winner.</p>
</div>
</li>
<li>
<a href="">Can I contact the question owner/answer?</a>
<div class="alert alert-info">
<p>Yes, You can leave a comment for the question owner/answer on your private message box. Please do not request or provide any contact information as it is against Regbuzz's Terms and Conditions.</p>
</div>
</li>
<li>
<a href="">How long do I have to choose a winning answer?</a>
<div class="alert alert-info">
<p>You can choose a winner at any time when the question job is active and within 7 days after the job ends. If you do not award the prize within 30 days, the money will be automatically shared between answerers.</p>
</div>
</li>
<li>
<a href="">Can I extend my question job?</a>
<div class="alert alert-info">
<p>Yes, you can extend your question job at any time while your question is active or for up to 24 hours after it closes.</p>
<p>Please note that there is an additional fee for extending your question. The fee is calculated as 3 day extension – 5 USD, and if you got a membership, question extension is free. </p>
</div>
</li>
<li>
<a href="">Why is my question job closed?</a>
<div class="alert alert-info">
<p>Your question job was closed after the question deadline and means that no more answers can be submitted. You have 14 days, once it’s closed, to review the submitted answers and select a winner.</p>
</div>
</li>
<li>
<a href="">What if there is no satisfying answer for my question job?</a>
<div class="alert alert-info">
<p>If you didn't like any answers for the question, you can simply extend it or contact our support for a refund.</p>
</div>
</li>
<li>
<a href="">Can I get a refund for my question job?</a>
<div class="alert alert-info">
<p>Yes, You can get refunded simply by contacting support, but you must close the question job first and must be eligible for the Refund policy. If you've already selected a winner and released the funds, you are not eligible for a refund. Please note that once the case is deemed as A malicious refund, your account would be punished according to Regbuzz's Terms and Conditions.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div>
<div class="panel panel-default">
<div class="panel-heading panel-heading--faqs">
Project job
</div>
<div class="panel-body">
<ul class='panel-body-list'>
<li>
<a href="">How do I edit a project after bidding starts?</a>
<div class="alert alert-info">
<p>Changing your original project description after bidding starts is prohibited, because Providers base their bids on your description. You may, however, add additional information to your description to help Providers better understand the project. You may want to consider this if you've received several questions via the Project Clarification Board or private messages. </p>
</div>
</li>
<li>
<a href="">How do I put additional information after the bidding starts?</a>
<div class="alert alert-info">
<p>To add an additional description to your project, please do the following:</p>
<ul class='onStyled'>
<li>Login to your account.</li>
<li>On your Provider.com Home Page, go to the Projects Table at the bottom of the page, and then click "Employer View."</li>
<li>Click the "Open for Bidding" tab.</li>
<li>Select the project title; on the drop down menu, choose the "Edit" option.</li>
</ul>
</div>
</li>
<li>
<a href="">How do I cancel a project?</a>
<div class="alert alert-info">
<p>To close or cancel a project, please do the following:</p>
<ul class='onStyled'>
<li>Login to your account.</li>
<li>On your Regbuzz.com Home Page, go to the Projects Table at the bottom, click Employer View.</li>
<li>Click the Work-in-Progress tab.</li>
<li>Select the project you want to close; on the drop down menu, choose the Cancel option.</li>
</ul>
<p>Please be aware that we do not refund commissions when the project has been awarded already. It's our part to introduce the two parties but the project's success lies only between the Employer and the Provider.</p>
</div>
</li>
<li>
<a href="">What if a Provider fails to complete my project?</a>
<div class="alert alert-info">
<p>Employers may submit an Incomplete Project Report if a Provider fails to complete a project after a reasonable amount of time. This report provides an option for Employers to rate a Provider when the option of feedback isn’t available because payment has been withheld. The Provider may also respond to the report.</p>
<p>Please note that Regbuzz.com recommends making every attempt to resolve any issues before submitting an Incomplete Project Report. If you find it necessary to submit a report, keep your comments at a professional level and refrain from derogatory statements.</p>
</div>
</li>
<li>
<a href="">Why can't I bid on a project?</a>
<div class="alert alert-info">
<p>You may be unable to bid on a project for the following reasons:</p>
<ul class='onStyled'>
<li>You need to verify a payment source and/or take a paid exam.</li>
<li>You have no skills related to the project.</li>
<li>You have used up your total number of bids.</li>
<li>You need to update your profile picture, summary and sub-heading.</li>
<li>You are banned from the Employer Directory</li>
</ul>
<p>If none of the reasons above apply, please submit a support ticket through our Online Help Desk</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div>
<div class="panel panel-default">
<div class="panel-heading panel-heading--faqs">
Others
</div>
<div class="panel-body">
<ul class='panel-body-list'>
<li>
<a href="">How do I rate and write a review for an Provider?</a>
<div class="alert alert-info">
<p>After a project is completed and you have released the full amount of your project through Regbuzz.com, the feedback system for that project will become available. The Notification Box will display all the completed projects that you need to leave a feedback on your Home Page. Click on the project name to leave a feedback to the Provider.</p>
</div>
</li>
<li>
<a href="">In what ways can you send me my earnings?</a>
<div class="alert alert-info">
<p>We currently send out payments via PayPal, Alipay and debit cards. We also send out payments directly to user’s bank accounts using Express Withdrawals. please note, that this withdrawal method is currently limited to select number of countries.</p>
</div>
</li>
<li>
<a href="">Basic Troubleshooting</a>
<div class="alert alert-info">
<p>You may do some troubleshooting steps by considering these points:</p>
<ul class='onStyled'>
<li>Kindly use Google Chrome or Firefox. The site works best on these browsers.</li>
<li>Make sure that you have your cookies enabled.</li>
<li>You can also try clearing the cache and cookies of your web browser and log in once again.</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="stick-root-footer"></div>
</div>
<!-- 页脚部分 -->
<!-- footer.html -->
<footer class='stick-footer public-footer'>
<div class="container" style='background: #303030;'>
<div class="row footer-nav">
<div class="col-xs-2 footer-nav-list">
<h4>Company</h4>
<div class="footer-divider"></div>
<ul class='list-unstyled'>
<li>
<a href="">About</a>
</li>
<li>
<a href="">Contact</a>
</li>
<li>
<a href="">Jobs</a>
</li>
<li>
<a href="">Team</a>
</li>
<li>
<a href="">Press releases</a>
</li>
<li>
<a href="">Testimonials</a>
</li>
<li>
<a href="">Terms of Service</a>
</li>
<li>
<a href="">Privacy Policy</a>
</li>
</ul>
</div>
<div class="col-xs-2 footer-nav-list">
<h4>Resource</h4>
<div class="footer-divider"></div>
<ul class='list-unstyled'>
<li>
<a href="">Videos</a>
</li>
</ul>
</div>
<div class="col-xs-2 footer-nav-list">
<h4>Support</h4>
<div class="footer-divider"></div>
<ul class='list-unstyled'>
<li>
<a href="">Questions</a>
</li>
<li>
<a href="">Blogs</a>
</li>
<li>
<a href="">Language support</a>
</li>
<li>
<a href="">FAQ</a>
</li>
</ul>
</div>
<div class="col-xs-2 footer-nav-list">
<h4>Social</h4>
<div class="footer-divider"></div>
<ul class='social-icon-list'>
<li class='social-icon'>
<span class='fa fa-linkedin'></span>
<a href="" title='Linkedin'>linkedin</a>
</li>
<li class='social-icon'>
<span class='fa fa-twitter'></span>
<a href="" title='twitter'>twitter</a>
</li>
<li class='social-icon'>
<span class='fa fa-facebook-official'></span>
<a href="" title='Facebook'>facebook</a>
</li>
<li class='social-icon'>
<span class='fa fa-google-plus'></span>
<a href="" title='Google+'>google+</a>
</li>
</ul>
</div>
<div class="col-xs-4 footer-nav-list">
<h4>Message</h4>
<div class="footer-divider"></div>
<form action="" class='footer-contact'>
<div class="form-group">
<input type="text" name="" value="" placeholder="Name" class='form-control'></div>
<div class="form-group">
<input type="text" name="" value="" placeholder="Telephone" class='form-control'></div>
<div class="form-group">
<textarea name="" placeholder='Remarks' class='form-control' rows="3"></textarea>
</div>
<div class="form-group">
<input type="submit" value='Submit' class='btn btn-secondary'></div>
</form>
</div>
</div>
<div class="footer-divider"></div>
<div class="row footer-bottom">
<div class="col-xs-6">
<ul class='footer-brand clearfix'>
<li class='footer-brand-logo'>
<img src="./Public/img/index/footer-logo.png" alt=""></li>
<li class='footer-brand-content'>
<p>The best product compliance platform</p>
</li>
</ul>
</div>
<div class="col-xs-6">
<p class='text-right copyright'>
© Copyright 2015 - 2016
<a href="" title="">Regbuzz.com</a>
</p>
</div>
</div>
</div>
</footer>
<!-- footer.html end-->
</body>
</html>