diff --git a/layouts/partials/section1.html b/layouts/partials/section1.html new file mode 100644 index 0000000..08de35f --- /dev/null +++ b/layouts/partials/section1.html @@ -0,0 +1,41 @@ +{{- $section1 := .Site.Params.section1 }} {{- $title := index $section1 "title" +}} {{- $subtitle := index $section1 "subtitle" }} {{- $tiles := index $section1 +"tiles" }} +
+
+
+

{{ $title }}

+

{{ $subtitle }}

+
+
+ +
+
+ {{- range $tiles }} +
+
+
+

{{ .title }}

+
+
+ +
+
+

{{ .text }}

+
+ +
+
+ {{- end }} +
+
+
+
diff --git a/layouts/partials/section2.html b/layouts/partials/section2.html new file mode 100644 index 0000000..7d035f8 --- /dev/null +++ b/layouts/partials/section2.html @@ -0,0 +1,35 @@ +{{- $section2 := .Site.Params.section2 }} {{- $title := index $section2 "title" +}} {{- $subtitle := index $section2 "subtitle" }} {{- $features := index +$section2 "features" }} +
+
+
+
+

{{ $title }}

+

{{ $subtitle }}

+
+
+
+ {{- range $features }} +
+
+

+ +

+
+
+
+

+ {{ .title }} + + {{ .text | markdownify }} +

+
+
+
+ {{- end }} +
+
+
+
diff --git a/layouts/partials/section3.html b/layouts/partials/section3.html new file mode 100644 index 0000000..315e543 --- /dev/null +++ b/layouts/partials/section3.html @@ -0,0 +1,30 @@ +{{- $section3 := .Site.Params.section3 }} {{- $title := index $section3 "title" +}} {{- $subtitle := index $section3 "subtitle" }} {{- $image := index $section3 +"image" }} {{- $buttonText := index $section3 "buttontext" }} {{- $buttonLink := +index $section3 "buttonlink" }} +
+
+
+
+
+ +
+
+
+ +
+

{{ $title }}

+

{{ $subtitle }}

+
+ +

+ + {{ $buttonText }} + +

+
+
diff --git a/layouts/partials/section4.html b/layouts/partials/section4.html new file mode 100644 index 0000000..61280e2 --- /dev/null +++ b/layouts/partials/section4.html @@ -0,0 +1,31 @@ +{{- $section4 := .Site.Params.section4 }} {{- $title := index $section4 "title" +}} {{- $subtitle := index $section4 "subtitle" }} {{- $clients := index +$section4 "clients" }} +
+
+
+

{{ $title }}

+ {{- with $subtitle }} +

{{ . }}

+ {{- end }} +
+ +
+
+ {{- range $clients }} +
+
+
{{ .quote }}
+
+ +
{{ .name }}
+ {{ .job }} +
+
+
+ {{- end }} +
+
+
+