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.
35 lines
1.7 KiB
35 lines
1.7 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>About Us - Part-Time Job</title>
|
|
<link rel="stylesheet" href="aboutus.css">
|
|
</head>
|
|
<body>
|
|
<?php include 'navbar.php'?>
|
|
|
|
<div class="content">
|
|
<h1>Welcome to Temphire</h1>
|
|
<p>
|
|
At part-time job, we are dedicated to connecting job seekers with meaningful part-time opportunities that suit their skills, schedules, and aspirations. Our platform is designed to provide a seamless experience for both employers and job seekers, making it easier to find the right match.
|
|
</p>
|
|
<p>
|
|
Whether you are a student, a stay-at-home parent, or someone looking to supplement your income, our platform offers a diverse range of job listings from various industries and locations. From flexible hours to remote work options, we strive to cater to the unique needs of our users.
|
|
</p>
|
|
<h2>Our Mission</h2>
|
|
<p>
|
|
Our mission is to empower individuals by providing access to quality part-time job opportunities and to support businesses by helping them find talented and motivated part-time employees. We believe in creating a community where everyone can thrive through meaningful work.
|
|
</p>
|
|
<h2>Why Choose Us?</h2>
|
|
<p>
|
|
- A wide variety of part-time job listings across multiple sectors.<br>
|
|
- User-friendly platform for easy navigation and application.<br>
|
|
- Tools to filter and customize your job search to find the perfect fit.<br>
|
|
- Dedicated support to assist you every step of the way.
|
|
</p>
|
|
</div>
|
|
|
|
<?php include 'footer.php'?>
|
|
</body>
|
|
</html>
|
|
|