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/employerdash.php

47 lines
1.2 KiB

<!DOCTYPE html>
<html>
<head>
<title>Employee Dashboard</title>
<link rel="stylesheet" href="employe.css">
</head>
<body>
<?php include 'navbar.php'?>
<div class="container">
<div class="button-div">
<span class="icon">📄</span>
<span class="button-text">Manage Job Applications</span>
</div>
<div class="button-div">
<a href="managejob">
<span class="icon">💼</span>
<span class="button-text">post Jobs</span>
</div>
</a>
<div class="button-div">
<a href="viewjobs">
<span class="icon">💼</span>
<span class="button-text">View Jobs</span>
</div>
</a>
<div class="button-div">
<a href="employerprofile">
<span class="icon">👤</span>
<span class="button-text">My Profile</span>
</a>
</div>
<div class="button-div">
<a href="logout">
<span class="icon">🚪</span>
<span class="button-text">Logout</span>
</a>
</div>
</div>
</div>
<?php include 'footer.php'?>
</body>
</html>