-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
17 lines (17 loc) · 907 Bytes
/
Copy pathabout.php
File metadata and controls
17 lines (17 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php require 'includes/links.php' ?>
<?php require 'includes/header.php'; ?>
<title>PostJob - About</title>
</head>
<body>
<article class="about-text">
<h1>About us</h1>
<p>PostJob is a free job posting website where employers can post job openings and job seekers can search for jobs. We make it easy for employers to find the right talent for their open positions and for job seekers to find the perfect job opportunity.
We believe that everyone deserves the opportunity to find a job that they love. That's why we offer a free job posting service to employers of all sizes. We also make it easy for job seekers to find jobs by offering a variety of search options and a user-friendly interface.</p>
</article>
</body>
</html>