37 lines
1.1 KiB
PHP
37 lines
1.1 KiB
PHP
<?PHP
|
|
|
|
require_once "./admin/db/config.php";
|
|
|
|
|
|
?>
|
|
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<?PHP include './includes/links.php'; ?>
|
|
<link rel="canonical" href="<?php echo $BASE_URL; ?>/apply-job">
|
|
<title>Tech4Biz Solutions - Excellence Guaranteed</title>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<?PHP include './includes/spinner.php'; ?>
|
|
|
|
<?PHP include './includes/header.php'; ?>
|
|
|
|
|
|
<div class="apply-verify pt-100 pb-100">
|
|
<div class="container position-relative">
|
|
<p class="job-type-id">You are applying for <span>Node JS</span> (123)</p>
|
|
<h2 class="candidate-title">CANDIDATE PRIVACY NOTICE</h2>
|
|
<p class="candidate-details">Please read this Candidate Privacy Notice carefully as it informs you of how your personal information is processed in connection with your application for a job. By clicking the "Proceed" button, you acknowledge that you have read and understood this Notice.</p>
|
|
<a class="candidate-button" href="profile-upload.php">Proceed</a>
|
|
</div>
|
|
</div>
|
|
|
|
<?PHP include './includes/footer.php'; ?>
|
|
|
|
<?PHP include './includes/scripts.php'; ?>
|
|
</body>
|
|
</html>
|