diff --git a/src/app/components/myjob-offers/myjob-offers.component.html b/src/app/components/myjob-offers/myjob-offers.component.html
index a1c3fb3..4437bb1 100644
--- a/src/app/components/myjob-offers/myjob-offers.component.html
+++ b/src/app/components/myjob-offers/myjob-offers.component.html
@@ -45,6 +45,31 @@
+
+
+
+
+
+ Close
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/app/pages/joblist/joblist.page.html b/src/app/pages/joblist/joblist.page.html
index bc0ad97..1fb1013 100644
--- a/src/app/pages/joblist/joblist.page.html
+++ b/src/app/pages/joblist/joblist.page.html
@@ -107,10 +107,35 @@
-
- Create Job
-
+
+
+
+
+ Close
+
+
+
+
+ Create Job
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/app/pages/joblist/joblist.page.ts b/src/app/pages/joblist/joblist.page.ts
index 926121f..948b34f 100644
--- a/src/app/pages/joblist/joblist.page.ts
+++ b/src/app/pages/joblist/joblist.page.ts
@@ -88,4 +88,9 @@ export class JoblistPage implements OnInit {
this.isModalOpen = true;
this.isModalOpenBackdrop= true;
}
+
+ processCreateJob(){
+
+
+ }
}