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.
77 lines
2.6 KiB
77 lines
2.6 KiB
6 months ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Temphire</title>
|
||
|
<link rel="stylesheet" href="index.css">
|
||
|
</head>
|
||
|
|
||
|
<?php include 'navbar.php' ?>
|
||
|
|
||
|
<div class="centered-image">
|
||
|
<img src="pic/Job seek.jpg" alt="Image"/>
|
||
|
</div>
|
||
|
|
||
|
<div class="search-container">
|
||
|
<input type="text" class="search-bar" placeholder="Search for part-time jobs...">
|
||
|
</div>
|
||
|
|
||
|
<h2 class="section-title">Featured Jobs</h2>
|
||
|
<div class="featured-jobs">
|
||
|
<div class="job-card">
|
||
|
<h3 class="job-title">Care Taker</h3>
|
||
|
<div class="job-location">Location: Balaju, Kathmandu</div>
|
||
|
<p class="job-description">Take care of dogs for two days. Experience with pets required.</p>
|
||
|
</div>
|
||
|
<div class="job-card1">
|
||
|
<h3 class="job-title">Old Aged Helper</h3>
|
||
|
<div class="job-location">Location: Bouddha, Kathmandu</div>
|
||
|
<p class="job-description">Take care of elderly people for 3 days. Prior experience preferred.</p>
|
||
|
</div>
|
||
|
<div class="job-card2">
|
||
|
<h3 class="job-title">Cleaner</h3>
|
||
|
<div class="job-location">Location: Sundarijal, Kathmandu</div>
|
||
|
<p class="job-description">Cleaner for 1 week in an apartment.</p>
|
||
|
</div>
|
||
|
<div class="job-card3">
|
||
|
<h3 class="job-title">Factory Worker</h3>
|
||
|
<div class="job-location">Location: Biratnmagar, Kathmandu</div>
|
||
|
<p class="job-description">Factory worker for a month.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<h2 class="section-title1">Job Categories</h2>
|
||
|
<div class="categories">
|
||
|
<a href="#" class="category">
|
||
|
<div class="category-icon">
|
||
|
<img src="pic/Pet Care Taker.jpg" alt="Dog Care Taker">
|
||
|
</div>
|
||
|
<span>Dog Care Taker</span>
|
||
|
</a>
|
||
|
<a href="#" class="category">
|
||
|
<div class="category-icon">
|
||
|
<img src="pic/Care Taker.jpeg" alt="Elderly Care">
|
||
|
</div>
|
||
|
<span>Old Aged Care Taker</span>
|
||
|
</a>
|
||
|
<a href="#" class="category">
|
||
|
<div class="category-icon">
|
||
|
<img src="pic/Cleaner.jpg" alt="Cleaner">
|
||
|
</div>
|
||
|
<span>Old Aged Care Taker</span>
|
||
|
</a>
|
||
|
<a href="#" class="category">
|
||
|
<div class="category-icon">
|
||
|
<img src="pic/Factoryworker.jpg" alt="Factory worker">
|
||
|
</div>
|
||
|
<span>Old Aged Care Taker</span>
|
||
|
</a>
|
||
|
</div>
|
||
|
<?php include 'footer.php'; ?>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|