Merge branch 'finish-beta-content' into 'master'
Finish beta content See merge request autonomic-cooperative/autonomic-cooperative.gitlab.io!8
This commit is contained in:
commit
fcaf84a990
@ -18,3 +18,5 @@ collections:
|
||||
posts:
|
||||
output: true
|
||||
permalink: /blog/:title/
|
||||
clients:
|
||||
output: false
|
||||
|
5
src/_clients/a-client.md
Normal file
5
src/_clients/a-client.md
Normal file
@ -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
|
||||
---
|
5
src/_clients/a-n-other.md
Normal file
5
src/_clients/a-n-other.md
Normal file
@ -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
|
||||
---
|
@ -10,27 +10,27 @@ applications we have deployed for our clients.</p>
|
||||
<ul class="features">
|
||||
<li class="icon fa-paper-plane-o">
|
||||
<h3>Encrypted Email</h3>
|
||||
<p>Secure your email communications with state of the art mailbox storage and transport encryption.</p>
|
||||
<p>Secure your email communications with state of the art transport encryption and <a href="https://0xacab.org/riseuplabs/trees">TREES</a> encrypted mailbox storage.</p>
|
||||
</li>
|
||||
<li class="icon fa-rocket2">
|
||||
<h3>Text and Video Chat</h3>
|
||||
<p>Mobile friendly multi-channel team chat using <a href="https://rocket.chat/">Rocket.Chat</a>, with no artificial limits on features. Vital for remote project coordination.</p>
|
||||
</li>
|
||||
<li class="icon fa-cloud-o">
|
||||
<h3>Cloud Storage and Docs</h3>
|
||||
<p>A personal "cloud in a box" built on <a href="https://sandstorm.io/">Sandstorm</a>, designed with the upmost security in mind. File-storage, collaborative document editing, calendars and much more.</p>
|
||||
<h3>Cloud Storage and Collaboration</h3>
|
||||
<p><a href="https://sandstorm.io/">Sandstorm</a> 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.</p>
|
||||
</li>
|
||||
<li class="icon fa-headphones">
|
||||
<h3>Mumble Voice Chat</h3>
|
||||
<p>Stable and low latency voice communications. Perfect for meetings, even with large groups or low bandwidth.</p>
|
||||
<h3>Voice Conferencing</h3>
|
||||
<p>Stable and low latency voice communications using <a href="https://wiki.mumble.info/wiki/Main_Page">Mumble</a>. Perfect for meetings, even with large groups, on mobile, or with low bandwidth.</p>
|
||||
</li>
|
||||
<li class="icon fa-comments-o">
|
||||
<h3>Forum and Mailing Lists</h3>
|
||||
<p>Build your online community with a modern and responsive forum with <a href="https://www.discourse.org/">Discourse</a>. A great accessible replacement for traditional mailing lists.</p>
|
||||
<p>Build your online community with a modern and responsive forum with <a href="https://www.discourse.org/">Discourse</a>. An accessible replacement for traditional mailing lists.</p>
|
||||
</li>
|
||||
<li class="icon fa-map-o">
|
||||
<h3>Interactive Data and Mapping</h3>
|
||||
<p>Got some data? We can provide a variety of interactive data visualisations, including mapping using <a href="https://www.openstreetmap.org">OpenStreetMap</a>, and charts using <a href="https://d3js.org/">D3.js</a>. Get the most out of your data by presenting it in an easy to digest, bespoke web app.</p>
|
||||
<p>Got some data? We can provide a variety of interactive data visualisations, including mapping using <a href="https://www.openstreetmap.org">OpenStreetMap</a>, and charts using <a href="https://d3js.org/">D3.js</a>. Get the most out of your data by presenting it in a bespoke web app.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -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 %}
|
||||
<section class="spotlight">
|
||||
<div class="image">{% if item.image %}<img src="{% if site.featured-image-source %}{{ item.image | prepend: site.featured-image-source | absolute_url }}{% else %}{{ "" | absolute_url }}/assets/images/{{ item.image }}{% endif %}" alt="" />{% endif %}</div>
|
||||
<div class="content">
|
||||
<h2><a href="{{ item.url | relative_url }}" class="link">{{ item.title }}</a></h2>
|
||||
<h2>
|
||||
{% if item.layout %}<a href="{{ item.url | relative_url }}" class="link">{% endif %}
|
||||
{{ item.title }}
|
||||
{% if item.layout %}</a>{% endif %}
|
||||
</h2>
|
||||
<p>{{ item.description }}</p>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
layout: post
|
||||
title: Blog post about privacy
|
||||
description: A post about privacy.
|
||||
image: pic03.jpg
|
||||
category: values
|
||||
---
|
||||
|
||||
Privacy.
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
layout: post
|
||||
title: Blog post about sustainibility
|
||||
description: A post about sustainability.
|
||||
image: pic01.jpg
|
||||
category: values
|
||||
---
|
||||
|
||||
Sustainability.
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
layout: post
|
||||
title: Blog post about transparency
|
||||
description: a post about transparency.
|
||||
image: pic02.jpg
|
||||
category: values
|
||||
---
|
||||
|
||||
Transparency.
|
Binary file not shown.
Before Width: | Height: | Size: 75 KiB |
Binary file not shown.
Before Width: | Height: | Size: 67 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.8 KiB |
@ -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
|
||||
|
Reference in New Issue
Block a user