-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (42 loc) · 1.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
layout: base
active_menu : home
title : Home
description: Using open source technology, Flipside builds web-based tools that help organisations create social impact.
contact: true
---
{% include slideshow.html %}
<section class="mod about-us">
<h1 class="mod-prime-title">We are Flipside</h1>
<p class="mod-tagline">Using open source technology, we build web-based tools that help organisations create social impact.</p>
<ul>
<li>
<div class="img-wrapper">
<img src="images/illu-disc-website.svg" />
</div>
<h2>Websites</h2>
<p>Build standards compliant websites that help organisations engage with society.</p>
</li>
<li>
<div class="img-wrapper">
<img src="images/illu-disc-collection.svg" />
</div>
<h2>Data collection tools</h2>
<p>Use modern technology to allow organisations to conduct surveys and manage their data.</p>
</li>
<li>
<div class="img-wrapper">
<img src="images/illu-disc-visualization.svg" />
</div>
<h2>Data visualizations</h2>
<p>Make complex issues easier to understand and explore, using open source technology.</p>
</li>
<li>
<div class="img-wrapper">
<img src="images/illu-disc-collaboration.svg" />
</div>
<h2>Collaborative tools</h2>
<p>Help disperse teams to coordinate their work and manage their projects.</p>
</li>
</ul>
</section>