fix
This commit is contained in:
@@ -92,7 +92,7 @@ define('PHP_API_OK', 0);
|
||||
define('PHP_LOGIN_OK', 100);
|
||||
define('PHP_CREATED_OK', 10);
|
||||
define('PHP_API_BAD_PARAM', -1);
|
||||
define('SESSION_TIMEOUT_LOGOUT',12000);
|
||||
define('SESSION_TIMEOUT_LOGOUT',72000);
|
||||
|
||||
define('SUPPORT_PHONE','+234 (818)-3866434');
|
||||
|
||||
|
||||
@@ -153,18 +153,18 @@
|
||||
<div class="form-group login-options">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<a href="/registration" class="btn btn-info btn-block content-group">Sign up</a>
|
||||
<a href="/registration" class="btn btn-info btn-block content-group">Sign up</a>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6 text-right">
|
||||
<a class="btn bg-blue" style='background-color: #008CBA; color: white;' href="<?php echo $this->lib_login->getLoginUrl(); ?>" class="label label-info" >Facebook </a>
|
||||
|
||||
<a class="btn bg-blue" style='background-color: #008CBA; color: white;' href="<?php echo $this->lib_login->getLoginUrl(); ?>" class="label label-info" >Facebook </a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</form>
|
||||
@@ -184,11 +184,11 @@
|
||||
</section>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="container" style="padding-top:20px;">
|
||||
<!-- Extra Section Home -->
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="thumbnail">
|
||||
<div class="thumbnail" style="border-color: white;">
|
||||
<div class="thumbnail">
|
||||
<img src="assets/images/freelancers.jpg" alt="WrenchBoard freelancers">
|
||||
</div>
|
||||
@@ -201,18 +201,19 @@
|
||||
|
||||
|
||||
<div class="col-sm-4">
|
||||
<div class="thumbnail">
|
||||
<div class="thumbnail" style="border-color: white;">
|
||||
<div class="caption wrenchboard-promo-description">
|
||||
Do what you do best and let WrenchBoard team worry about your blog, online marketing, surveys and more by connecting with dedicated talents for your needed skills.
|
||||
</div>
|
||||
<div class="thumbnail">
|
||||
<img src="assets/images/employers.jpg" alt="WrenchBoard employers">
|
||||
</div>
|
||||
|
||||
<div class="caption wrenchboard-promo-description">
|
||||
Do what you do best and let WrenchBoard team worry about your blog, online marketing, surveys and more by connecting with dedicated talents for your needed skills.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="thumbnail">
|
||||
<div class="thumbnail" style="border-color: white;">
|
||||
<div class="thumbnail">
|
||||
<img src="assets/images/group.jpg" alt="WrenchBoard employers">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user