From 7d9dc332655747f0d7a7c9c4a151956d42df44af Mon Sep 17 00:00:00 2001 From: Edwin Lyon Date: Wed, 23 Feb 2022 19:00:47 -0800 Subject: [PATCH] Upload files to 'layouts/career' --- layouts/career/list.html | 156 +++++++++++++++++++++++++++++++++++++ layouts/career/single.html | 52 +++++++++++++ 2 files changed, 208 insertions(+) create mode 100644 layouts/career/list.html create mode 100644 layouts/career/single.html diff --git a/layouts/career/list.html b/layouts/career/list.html new file mode 100644 index 0000000..1f31485 --- /dev/null +++ b/layouts/career/list.html @@ -0,0 +1,156 @@ +{{ define "main" }} + + +{{ if .Params.intro.enable }} +{{ with .Params.intro }} +
+
+
+
+

{{ .title | markdownify }}

+

{{ .content | markdownify }}

+ {{ if .button.enable }} + {{ with .button }} + {{ .label }} + + + + {{ end }} + {{ end }} +
+
+
+ +
+
+
+
+
+{{ end }} +{{ end }} + + + +{{ if .Params.flexibility.enable }} +{{ with .Params.flexibility }} +
+
+
+
+

{{ .title | markdownify }}

+

{{ .content | markdownify }}

+
+
+
+ {{ range $i,$e:= .item }} +
+
+
+
0{{add $i 1}}
+
+ +
+
+

{{ .name | markdownify }}

+
+

{{ .content | markdownify }}

+
+
+
+ {{ end }} +
+
+
+{{ end }} +{{ end }} + + + +{{ if .Params.benifits.enable }} +{{ with .Params.benifits }} +
+
+
+
+

{{ .title | markdownify }}

+

{{ .content | markdownify}}

+
+
+
+ {{ range .item }} +
+
+
+ +
+
{{ .name | markdownify }}
+

{{ .content | markdownify }}

+
+
+ {{ end }} +
+
+
+{{ end }} +{{ end }} + + + +{{ if .Params.gallery.enable }} +{{ with .Params.gallery }} + +{{end}} +{{end}} + + + +
+
+
+
+
{{.Content}}
+
+
+
+
+
+ {{ range .Data.Pages }} +
+
+

{{ .Title | markdownify }}

+
{{ .Params.Job_type }}
+ {{ i18n "view_job"}} + + +
+
+ {{ end }} +
+
+
+
+
+ + +{{ end }} diff --git a/layouts/career/single.html b/layouts/career/single.html new file mode 100644 index 0000000..384df72 --- /dev/null +++ b/layouts/career/single.html @@ -0,0 +1,52 @@ +{{ define "main" }} + +
+
+
+
+
{{ .Content }}
+
+ +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + only doc, pdf or docx file allowed and file size will be less than 2MB +
+
+ + +
+
+ +
+
+
+
+
+
+
+
+ +{{ end }} \ No newline at end of file