promo update
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<div class="card-body d-flex align-itemes-center">
|
||||
<div class="media align-items-center w-100">
|
||||
<div class="text-left">
|
||||
<h3 class="mb-0">Points Earned : <?=$_SESSION['total_users'] ?? 0 ?> </h3>
|
||||
<h3 class="mb-0">Points Earned : <?=$_SESSION['points'] ?? 0 ?> </h3>
|
||||
<span><a href="/redeem">Redeem Points</a></span>
|
||||
</div>
|
||||
<div class="img-icon bg-orange ml-auto">
|
||||
@@ -208,8 +208,8 @@
|
||||
<table id="openposition" class="table table-borderless table-striped jobportal-table mb-0">
|
||||
<tbody class="text-muted">
|
||||
<?php
|
||||
$action_list = $action_list ?? [];
|
||||
foreach ($action_list as $index=>$item){
|
||||
$promo_actions = $promo_actions ?? [];
|
||||
foreach ($promo_actions as $index=>$item){
|
||||
?>
|
||||
<tr>
|
||||
<td>
|
||||
@@ -218,15 +218,12 @@
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<p class="d-block"><strong> Senior front-end developer</strong>
|
||||
<span class="d-block"> <i class="fa fa-map-marker mr-2"></i> Montreal, Canada</span></p>
|
||||
<p class="d-block"><strong> <?=$item['category']?></strong>
|
||||
<span class="d-block"> <?=$item['description']?></span></p>
|
||||
</td>
|
||||
<td>
|
||||
<p> Over 1 month ago
|
||||
<span class="d-block"> <i class="fa fa-briefcase mr-2"></i> Full–time </span></p>
|
||||
</td>
|
||||
<td class="text-info text-right">
|
||||
45 Days left
|
||||
<p>
|
||||
<span class="d-block"><?=$item['added']?> </span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user