add open position system
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 48s
Tests / PHPUnit (push) Successful in 1m29s

This commit is contained in:
root
2026-09-02 00:53:55 -04:00
parent 5b11e2d859
commit dbfd72c2f9
24 changed files with 1627 additions and 47 deletions
+14
View File
@@ -0,0 +1,14 @@
<?= $this->extend('layout/main_layout') ?>
<?= $this->section('content') ?>
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-7">
<div class="alert alert-success">Thank you. Your application has been received.</div>
<p>We will review your submission and follow up if there is a match for the role.</p>
<a href="<?= site_url('careers') ?>" class="btn btn-primary">Return to Openings</a>
</div>
</div>
</div>
<?= $this->endSection() ?>