From 73aa07ef758cb17f8565fff815b8a94bea5d5cfd Mon Sep 17 00:00:00 2001 From: Joshua Perry <45966243+jpez-development@users.noreply.github.com> Date: Mon, 23 Jan 2023 16:08:16 +0000 Subject: [PATCH] updated templates --- templates/category.html.php | 14 ++++++++++++++ templates/home.html.php | 14 +++++++------- templates/job.html.php | 12 ++++++++++++ templates/layout.html.php | 6 +----- templates/nav.html.php | 5 +++++ templates/notFound.html.php | 3 +++ 6 files changed, 42 insertions(+), 12 deletions(-) create mode 100644 templates/category.html.php create mode 100644 templates/job.html.php create mode 100644 templates/nav.html.php create mode 100644 templates/notFound.html.php diff --git a/templates/category.html.php b/templates/category.html.php new file mode 100644 index 0000000..b006e66 --- /dev/null +++ b/templates/category.html.php @@ -0,0 +1,14 @@ +
+
+ +
+ +
+

Jobs

+ +
+
\ No newline at end of file diff --git a/templates/home.html.php b/templates/home.html.php index af8d1b7..9f53927 100644 --- a/templates/home.html.php +++ b/templates/home.html.php @@ -1,7 +1,7 @@ -

Welcome to Jo's Jobs, we're a recruitment agency based in Northampton. We offer a range of different office jobs. Get in touch if you'd like to list a job with us.

-

Select the type of job you are looking for:

- \ No newline at end of file +
+

Welcome to Jo's Jobs, we're a recruitment agency based in Northampton. We offer a range of different office jobs. Get in touch if you'd like to list a job with us.

+

Select the type of job you are looking for:

+ +
\ No newline at end of file diff --git a/templates/job.html.php b/templates/job.html.php new file mode 100644 index 0000000..ba3691e --- /dev/null +++ b/templates/job.html.php @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/templates/layout.html.php b/templates/layout.html.php index c52c243..41a6817 100644 --- a/templates/layout.html.php +++ b/templates/layout.html.php @@ -21,18 +21,14 @@
  • Home
  • Jobs
  • About Us
  • -
    -
    diff --git a/templates/nav.html.php b/templates/nav.html.php new file mode 100644 index 0000000..27b920f --- /dev/null +++ b/templates/nav.html.php @@ -0,0 +1,5 @@ + +
  • + name?> +
  • + \ No newline at end of file diff --git a/templates/notFound.html.php b/templates/notFound.html.php new file mode 100644 index 0000000..ecc6c37 --- /dev/null +++ b/templates/notFound.html.php @@ -0,0 +1,3 @@ +
    +

    The page you have requested has not been found

    +
    \ No newline at end of file