diff --git a/layouts/_default/career.html b/layouts/_default/career.html new file mode 100644 index 0000000..b72148b --- /dev/null +++ b/layouts/_default/career.html @@ -0,0 +1,115 @@ +{{ define "main" }} +
+ +
+
+
+

{{ .Title }}

+

{{ .Description }}

+
+
+
+ + + {{ with .Params.culture_section }} +
+
+
+
+
+

{{ .title }}

+
+ {{ range .values }} +
+
+
+ {{ .icon }} +
+
+
+

{{ .title }}

+

{{ .description }}

+
+
+ {{ end }} +
+
+
+ {{ .image_alt }} +
+

{{ .image_caption }}

+
+
+
+
+
+
+ {{ end }} + + + {{ with .Params.benefits_section }} +
+
+

{{ .title }}

+
+ {{ range .benefits }} +
+
{{ .icon }}
+

{{ .title }}

+

{{ .description }}

+
+ {{ end }} +
+
+
+ {{ end }} + + + {{ with .Params.positions_section }} +
+
+
+
+

{{ .title }}

+

Join our team and help shape the future of SaaS. We're always looking for talented individuals who share our passion for innovation.

+
+ +
+
+
+ {{ end }} +
+{{ end }} diff --git a/layouts/_default/job-single.html b/layouts/_default/job-single.html new file mode 100644 index 0000000..e80249d --- /dev/null +++ b/layouts/_default/job-single.html @@ -0,0 +1,51 @@ +{{ define "main" }} +
+ +
+
+
+

{{ .Title }}

+
+ {{ with .Params.location }} + + 📍 + {{ . }} + + {{ end }} + {{ with .Params.type }} + + 💼 + {{ . }} + + {{ end }} + {{ with .Params.salary }} + + 💰 + {{ . }} + + {{ end }} +
+
+
+
+ + +
+
+
+
+
{{ .Description }}
+ {{ .Content }} +
+
+ + +
+
+
+{{ end }} diff --git a/static/images/team.jpg b/static/images/team.jpg new file mode 100644 index 0000000..e6a85db Binary files /dev/null and b/static/images/team.jpg differ