From 0b7d1eddc0f02f8f0ed806f449b72aa64a374525 Mon Sep 17 00:00:00 2001 From: nic Date: Fri, 3 Jan 2025 14:04:25 -0500 Subject: [PATCH] chore: creating templates for doc upload card and job related partials --- templates/partials/document_upload.html | 59 +--------------------- templates/partials/job_search_inputs.html | 56 ++++++++++++++++++++ templates/partials/job_search_results.html | 27 ++++++++++ 3 files changed, 85 insertions(+), 57 deletions(-) create mode 100644 templates/partials/job_search_inputs.html create mode 100644 templates/partials/job_search_results.html diff --git a/templates/partials/document_upload.html b/templates/partials/document_upload.html index a4aa53c..20c9cc4 100644 --- a/templates/partials/document_upload.html +++ b/templates/partials/document_upload.html @@ -1,60 +1,5 @@ {{define "document_upload"}}

Document Uploads

-
- - - - - -
+{{template "job_search_inputs"}} +{{template "job_search_results"}} {{end}} \ No newline at end of file diff --git a/templates/partials/job_search_inputs.html b/templates/partials/job_search_inputs.html new file mode 100644 index 0000000..d871da3 --- /dev/null +++ b/templates/partials/job_search_inputs.html @@ -0,0 +1,56 @@ +{{define "job_search_inputs"}} +
+ + + +
+{{end}} \ No newline at end of file diff --git a/templates/partials/job_search_results.html b/templates/partials/job_search_results.html new file mode 100644 index 0000000..24fb8d8 --- /dev/null +++ b/templates/partials/job_search_results.html @@ -0,0 +1,27 @@ +{{define "job_search_results"}} + +{{end}} \ No newline at end of file