From 748564be8a54f07761eea87c1bb84009e16a8593 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Tue, 3 Jan 2017 11:46:35 +0200 Subject: WIP Signed-off-by: Darin Dimitroff --- site/layouts/partials/about.html | 21 -------------------- site/layouts/partials/blockquote.html | 10 +++++----- site/layouts/partials/blog.html | 13 +++++------- site/layouts/partials/contact-form.html | 33 +++++++++++++++++++++++++++++++ site/layouts/partials/footer.html | 15 +++++++------- site/layouts/partials/image-grid.html | 6 +++--- site/layouts/partials/nav.html | 19 ++++++++++++------ site/layouts/partials/pricing-card.html | 27 ------------------------- site/layouts/partials/table-column.html | 27 +++++++++++++++++++++++++ site/layouts/partials/table.html | 6 +++--- site/layouts/partials/text-and-image.html | 21 ++++++++++++++++++++ 11 files changed, 117 insertions(+), 81 deletions(-) delete mode 100644 site/layouts/partials/about.html create mode 100644 site/layouts/partials/contact-form.html delete mode 100644 site/layouts/partials/pricing-card.html create mode 100644 site/layouts/partials/table-column.html create mode 100644 site/layouts/partials/text-and-image.html (limited to 'site/layouts/partials') diff --git a/site/layouts/partials/about.html b/site/layouts/partials/about.html deleted file mode 100644 index ff3bd7c..0000000 --- a/site/layouts/partials/about.html +++ /dev/null @@ -1,21 +0,0 @@ -
-
- -
-
-

{{.heading}}

- -

{{.text}}

-
- -
- -
-
- - - -
-
diff --git a/site/layouts/partials/blockquote.html b/site/layouts/partials/blockquote.html index 6f432bd..85920f0 100644 --- a/site/layouts/partials/blockquote.html +++ b/site/layouts/partials/blockquote.html @@ -1,6 +1,6 @@ -
-
-

{{.quote}}

- {{.author}} -
+
+
+

{{.quote}}

+ {{.author}} +
diff --git a/site/layouts/partials/blog.html b/site/layouts/partials/blog.html index dd34f7d..0661929 100644 --- a/site/layouts/partials/blog.html +++ b/site/layouts/partials/blog.html @@ -3,20 +3,17 @@

Latests stories

- -
- +
{{ range where .Data.Pages "Type" "post" }}
{{ .Render "li" }}
{{ end }} +
-
- -
- Read more -
+
+ Read more +
diff --git a/site/layouts/partials/contact-form.html b/site/layouts/partials/contact-form.html new file mode 100644 index 0000000..449a52d --- /dev/null +++ b/site/layouts/partials/contact-form.html @@ -0,0 +1,33 @@ + +
+

Drop us a line below

+ +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+
+ + +
+ + +
+ +
+ +
+
+
diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index 8c67d06..41928f9 100644 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -4,7 +4,7 @@
- + Kaldi logo

Newsletter subscribe

Get awesome news from us in your inbox every two weeks. Be the first to learn about new products.

@@ -15,22 +15,21 @@
-

List of links

+

Kaldi

-

Another list of links

+

Find out more

diff --git a/site/layouts/partials/image-grid.html b/site/layouts/partials/image-grid.html index 25bf701..726be38 100644 --- a/site/layouts/partials/image-grid.html +++ b/site/layouts/partials/image-grid.html @@ -2,15 +2,15 @@
- + A close-up of a paper filter filled with ground coffee
- + A green cup of a coffee on a wooden table
- + Coffee beans
diff --git a/site/layouts/partials/nav.html b/site/layouts/partials/nav.html index 58c56de..fe722c2 100644 --- a/site/layouts/partials/nav.html +++ b/site/layouts/partials/nav.html @@ -1,12 +1,19 @@ -