fix job positions
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 48s
Tests / PHPUnit (push) Successful in 1m22s

This commit is contained in:
root
2026-09-03 13:01:36 -04:00
parent c70f6bdc6e
commit 9e2f858343
9 changed files with 75 additions and 5 deletions
+14 -3
View File
@@ -226,7 +226,7 @@
border: 1px solid var(--line);
background: #ffffff;
height: 100%;
padding: 1.75rem;
padding: 1.75rem 1.75rem 3rem;
position: relative;
}
@@ -266,6 +266,16 @@
margin-bottom: 1rem;
}
.opening-clicks {
position: absolute;
right: 1.25rem;
bottom: 1rem;
color: var(--ink-soft);
font-size: 0.85rem;
font-weight: 600;
line-height: 1;
}
.opening-list {
padding-left: 1.1rem;
margin-bottom: 1.5rem;
@@ -347,7 +357,7 @@
<hr class="rule mx-auto">
<h2>Current Open Positions</h2>
<p class="mb-0">Review the available roles below and apply by creating an account.</p>
<p class="mb-0 fw-bold">All positions bellow are taking place at ISGL: 5 Courthouse Lane, Chelmsford, MA 01824</p>
<p class="mb-0 fw-bold">All positions are non-paid and take place at ISGL: 5 Courthouse Lane, Chelmsford, MA 01824</p>
</div>
<div class="row g-4">
<?php if (!empty($positions)): ?>
@@ -378,7 +388,8 @@
?>
<p class="mb-4"><?= esc($descriptionPreview) ?></p>
<?php endif; ?>
<a class="btn-brand-sm" href="<?= site_url('careers/' . $position['position_id']) ?>">View Details <i class="fa fa-arrow-right"></i></a>
<a class="btn-brand-sm" href="<?= site_url('careers/' . $position['position_id'] . '/details') ?>">View Details <i class="fa fa-arrow-right"></i></a>
<div class="opening-clicks"><?= esc(number_format((int) ($position['details_click_count'] ?? 0))) ?> views</div>
</article>
</div>
<?php endforeach; ?>