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 }} + + + + + + {{ range .item }} + + + + {{ end }} + + + + + +{{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 }} + + {{ i18n "apply"}} + + + + + + + {{i18n "first_name"}}* + + + + {{ i18n "last_name"}}* + + + + {{ i18n "mail"}}* + + + + {{ i18n "company"}} + + + + {{i18n "cv"}}* + + only doc, pdf or docx file allowed and file size will be less than 2MB + + + {{ i18n "message"}} + + + + {{ i18n "submit"}} + + + + + + + + + +{{ end }} \ No newline at end of file
{{ .content | markdownify }}
{{ .content | markdownify}}