You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
YOLO/jobseekerdash.php

39 lines
974 B

<!DOCTYPE html>
<html>
<head>
<title>Job Seekers Dashboard</title>
<link rel="stylesheet" href="jobseekerdash.css">
</head>
<body>
<?php include 'navbar.php' ?>
<div class="container">
<div class="blue-box">
Dashboard
<p>HOME > DASHBOARD</p>
</div>
<div class="main-div">
<div class="button-div">
<a href="job_applications.php">
<span class="icon">📄</span>
<span class="button-text">My Job Applications</span>
</a>
</div>
<div class="button-div">
<a href="jobseekerprofile">
<span class="icon">👤</span>
<span class="button-text">My Profile</span>
</div>
</a>
<div class="button-div">
<a href="logout">
<span class="icon">🚪</span>
<span class="button-text">Logout</span>
</div>
</a>
</div>
</div>
<?php include 'footer.php' ?>
</body>
</html>