diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..483938e --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,118 @@ +{{ $data := index site.Data site.Language.Lang }} + + + + + + + + + + + +{{ "" | safeHTML }} +{{ range site.Params.plugins.js}} + +{{ end }} + +{{ "" | safeHTML }} +{{ $script := resources.Get "js/script.js" | minify}} + diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..356d041 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,173 @@ +{{ "" | safeHTML }} +
+
+ +
+
+{{ "" | safeHTML }} + + + + + + + + + diff --git a/layouts/partials/mission.html b/layouts/partials/mission.html new file mode 100644 index 0000000..cdf9fa8 --- /dev/null +++ b/layouts/partials/mission.html @@ -0,0 +1,38 @@ +{{ with .Params.mission }} +{{ "" | safeHTML }} +
+
+
+
+
{{ .subtitle | markdownify }}
+

{{ .title | markdownify }}

+
+
+

{{ .content | markdownify }}

+ {{ "" | safeHTML }} +
+ {{ range $index, $element := .accordion }} +
+ +
+
+ {{ .description | markdownify }} +
+
+
+ {{ end }} +
+
+ {{ "" | safeHTML }} +
+ chart +
+
+
+
+{{ "" | safeHTML }} +{{ end }} diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html new file mode 100644 index 0000000..2f2b96c --- /dev/null +++ b/layouts/partials/page-header.html @@ -0,0 +1,18 @@ + + + diff --git a/layouts/partials/testimonial.html b/layouts/partials/testimonial.html new file mode 100644 index 0000000..a62ca57 --- /dev/null +++ b/layouts/partials/testimonial.html @@ -0,0 +1,59 @@ +{{ $data := index site.Data site.Language.Lang }} + + +{{ if $data.homepage.testimonial.enable }} +{{ with $data.homepage.testimonial }} +
+
+
+
+

{{ .title | markdownify }}

+

{{ .content | markdownify }}

+
+
+
+
+ +
+ {{ if .button.enable }} + {{ with .button }} + + {{ end }} + {{ end }} +
+
+
+{{ end }} +{{ end }} +