From a686517bffb9bf220e358f94f0b5cb71f5799f7a Mon Sep 17 00:00:00 2001 From: Mubashir12392 Date: Thu, 16 Mar 2023 01:39:53 +0500 Subject: [PATCH] change in wantjob.html --- templates/want-job.html | 290 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 290 insertions(+) create mode 100644 templates/want-job.html diff --git a/templates/want-job.html b/templates/want-job.html new file mode 100644 index 0000000..02cd64b --- /dev/null +++ b/templates/want-job.html @@ -0,0 +1,290 @@ +{% extends 'base.html' %} +{% load static %} +{% block title %} + Browse Jobs +{% endblock title %} +{% block body %} +
+
+
+
+
+ +

Want a Job

+
+
+
+
+ + +
+ +
+ +
+
+
+
+ Browse Jobs +

Advance Search

+
+
+
+ +
+
+
+ +
+
+
+
+
+ {% for job in Jobs %} +
+
+ + +
+
+ + + +
+ Apply Job +
+
+
+ {% endfor %} +
+
+
+
+
    +
  • <
  • +
  • 1
  • +
  • 2
  • +
  • 3
  • +
  • 4
  • +
  • 5
  • +
  • >
  • +
+
+
+
+
+ +
+
+
+ +{% endblock body %}