From b9af5f811a444913089c5ff68022651d0711f445 Mon Sep 17 00:00:00 2001 From: czmj Date: Sun, 24 Sep 2017 20:20:09 +0100 Subject: [PATCH 1/4] Clients page --- _config.yml | 2 ++ src/_clients/a-client.md | 5 +++++ src/_clients/a-n-other.md | 5 +++++ src/_layouts/spotlight.html | 8 +++++++- src/clients.md | 8 ++++---- 5 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 src/_clients/a-client.md create mode 100644 src/_clients/a-n-other.md diff --git a/_config.yml b/_config.yml index 4d4b630..17b2172 100644 --- a/_config.yml +++ b/_config.yml @@ -18,3 +18,5 @@ collections: posts: output: true permalink: /blog/:title/ + clients: + output: false diff --git a/src/_clients/a-client.md b/src/_clients/a-client.md new file mode 100644 index 0000000..e914a77 --- /dev/null +++ b/src/_clients/a-client.md @@ -0,0 +1,5 @@ +--- +title: A. Client +description: Someone we have done some work for. How did it help them? What did we achieve? +image: pic03.jpg +--- diff --git a/src/_clients/a-n-other.md b/src/_clients/a-n-other.md new file mode 100644 index 0000000..6c85835 --- /dev/null +++ b/src/_clients/a-n-other.md @@ -0,0 +1,5 @@ +--- +title: A. N. Other +description: Another client with another few sentences of text. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. +image: pic01.jpg +--- diff --git a/src/_layouts/spotlight.html b/src/_layouts/spotlight.html index 3a77342..0324b6b 100644 --- a/src/_layouts/spotlight.html +++ b/src/_layouts/spotlight.html @@ -17,13 +17,19 @@ {% assign items = site.posts %} {% elsif page.tiles-source == 'pages' %} {% assign items = site.pages %} + {% elsif page.tiles-source == 'clients' %} + {% assign items = site.clients %} {% endif %} {% for item in items limit:page.tiles-count %}
{% if item.image %}{% endif %}
-

{{ item.title }}

+

+ {% if item.layout %}{% endif %} + {{ item.title }} + {% if item.layout %}{% endif %} +

{{ item.description }}

diff --git a/src/clients.md b/src/clients.md index da37c4a..cd398ed 100644 --- a/src/clients.md +++ b/src/clients.md @@ -1,9 +1,9 @@ --- -layout: page +layout: spotlight +tiles-source: clients +tiles-limit: 50 title: Clients description: Clients of Autonomic --- -### Clients - -Insert fancy list of clients +### Clients \ No newline at end of file From 3291a5a3b14dbcac82359c68d1699d79d62db7ec Mon Sep 17 00:00:00 2001 From: georgeowell Date: Mon, 25 Sep 2017 12:05:53 +0100 Subject: [PATCH 2/4] Tweaked services we offer and blog text --- src/_includes/section-three.html | 12 ++++++------ src/_posts/2016-09-23-privacy.md | 9 --------- 2 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 src/_posts/2016-09-23-privacy.md diff --git a/src/_includes/section-three.html b/src/_includes/section-three.html index 79c150a..dbcfc8a 100644 --- a/src/_includes/section-three.html +++ b/src/_includes/section-three.html @@ -17,20 +17,20 @@ applications we have deployed for our clients.

Mobile friendly multi-channel team chat using Rocket.Chat, with no artificial limits on features. Vital for remote project coordination.

  • -

    Cloud Storage and Docs

    -

    A personal "cloud in a box" built on Sandstorm, designed with the upmost security in mind. File-storage, collaborative document editing, calendars and much more.

    +

    Cloud Storage and Collaboration

    +

    Sandstorm is a personal "cloud in a box" , designed with the upmost security in mind. It allows you to deploy apps for file-storage, collaborative document editing, calendars, to-do lists and much more.

  • -

    Mumble Voice Chat

    -

    Stable and low latency voice communications. Perfect for meetings, even with large groups or low bandwidth.

    +

    Voice Conferencing Chat

    +

    Stable and low latency voice communications using Mumble. Perfect for meetings, even with large groups, on mobile, or with low bandwidth.

  • Forum and Mailing Lists

    -

    Build your online community with a modern and responsive forum with Discourse. A great accessible replacement for traditional mailing lists.

    +

    Build your online community with a modern and responsive forum with Discourse. An accessible replacement for traditional mailing lists.

  • Interactive Data and Mapping

    -

    Got some data? We can provide a variety of interactive data visualisations, including mapping using OpenStreetMap, and charts using D3.js. Get the most out of your data by presenting it in an easy to digest, bespoke web app.

    +

    Got some data? We can provide a variety of interactive data visualisations, including mapping using OpenStreetMap, and charts using D3.js. Get the most out of your data by presenting it in a bespoke web app.

  • diff --git a/src/_posts/2016-09-23-privacy.md b/src/_posts/2016-09-23-privacy.md deleted file mode 100644 index d80ba93..0000000 --- a/src/_posts/2016-09-23-privacy.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: post -title: Blog post about privacy -description: A post about privacy. -image: pic03.jpg -category: values ---- - -Privacy. From 0ee1c05bd3d424182735b2e83cb88b101d9294c9 Mon Sep 17 00:00:00 2001 From: georgeowell Date: Mon, 25 Sep 2017 12:18:54 +0100 Subject: [PATCH 3/4] Deleted surplus blog posts and ammened services we offer text --- src/_includes/section-three.html | 4 ++-- src/_posts/2017-09-21-sustainability.md | 9 --------- src/_posts/2017-09-22-transparency.md | 9 --------- 3 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 src/_posts/2017-09-21-sustainability.md delete mode 100644 src/_posts/2017-09-22-transparency.md diff --git a/src/_includes/section-three.html b/src/_includes/section-three.html index dbcfc8a..7ed747a 100644 --- a/src/_includes/section-three.html +++ b/src/_includes/section-three.html @@ -10,7 +10,7 @@ applications we have deployed for our clients.