Changes to home page:

- Moved blog to bottom, as it is quite techy and we don't want to put people off
- Changed the text directly under "Our Services" as it seemed a bit jargony
- Added Wordpress and CRM/Case Managment to the services list
- Replaced Sandstorm with Cloudron.
This commit is contained in:
Naomi 2019-11-13 13:02:03 +00:00
parent 3c27f2b74a
commit 4394fdb749
2 changed files with 15 additions and 6 deletions

View File

@ -4,13 +4,22 @@
<header class="major">
<h2>Services we offer</h2>
<p>
We design integrated infrastructure tailored to your needs utilising
technologies from <br/> the best free and open source software projects
available. Your data under your control.<br/> Here are some examples of
the applications we have deployed for our clients.
This isn't an exhaustive list - if you don't see what you need, please contact us anyway.
</p>
</header>
<ul class="features">
<li class="icon fa-wordpress">
<h3>Wordpress websites</h3>
<p>
We will build and host your website, using Wordpress, which is free software and very user-friendly so you can add and edit your own content if you want to.
</p>
</li>
<li class="icon fa-book">
<h3>CRM and Case Management</h3>
<p>
For case work (e.g. housing or asylum support) we offer our own system, OpenCase. It's simple and user-friendly, perfect for small, volunteer-led groups. We will also consider CiviCRM depending on requirements.
</p>
</li>
<li class="icon fa-paper-plane-o">
<h3>Encrypted Email</h3>
<p>
@ -29,7 +38,7 @@
<li class="icon fa-cloud-o">
<h3>Cloud Storage and Collaboration</h3>
<p>
<a href="https://sandstorm.io/">Sandstorm</a> is a personal "cloud
<a href="https://cloudron.io/">Cloudron</a> is a personal "cloud
in a box" , designed with the utmost security in mind. It allows you to
deploy apps for file-storage, collaborative document editing,
calendars, to-do lists and much more.

View File

@ -5,9 +5,9 @@
{% include header.html %}
{% include banner.html %}
{% include core-values.html %}
{% include blog.html %}
{% include services.html %}
{% include contact.html %}
{% include blog.html %}
{% include footer.html %}
{% include membership-footer.html %}
{% include foot-scripts.html %}