Wrap services text (for ease of future editing).

This commit is contained in:
Luke Murphy 2017-09-29 19:42:12 +02:00
parent 72ddb3d817
commit 355d0cb639
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 36 additions and 9 deletions

View File

@ -3,34 +3,61 @@
<div class="inner">
<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.</p>
<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.
</p>
</header>
<ul class="features">
<li class="icon fa-paper-plane-o">
<h3>Encrypted Email</h3>
<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>
<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>
<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 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>
<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>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>
<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>. An 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 a 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>