forked from okfn/services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (90 loc) · 3.97 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
---
layout: default
---
<div class="home">
<div class="banner">
<div class="people">
<div class="photo2"></div>
<!--
<div class="photo1"></div>
<div class="photo3"></div>
-->
</div>
<div class="content">
<div class="wrapper">
<div class="text" data-stellar-ratio="0.2">
<h1>unlock the power of <strong>data</strong></h1>
<p>{{ site.description }}</p>
<a class="action animated pulse" href="#services">See what we can do for you</a>
</div>
<div class="ckan" data-stellar-ratio="0.1">
<p>We are the creators and licensors of CKAN, the world’s leading software for open data portals</p>
</div>
</div>
</div>
</div>
<div class="page-content" id="services">
<ul class="bullets first-content">
<li class="bullet three-col-bullet bullet-1">
<div class="bullet-icon bullet-icon-1 icon-ckan">
</div>
<div class="bullet-content">
<h2><a href="ckan">CKAN Services</a></h2>
<p>Whether you are looking for a simple route into open data publishing, or have a ton of custom requirements, we have a range of skills and services to make it happen.</p>
<a class="more" href="ckan">More</a>
</div>
</li>
<li class="bullet three-col-bullet bullet-2">
<div class="bullet-icon bullet-icon-2 icon-support">
</div>
<div class="bullet-content">
<h2><a href="support">Techical Support</a></h2>
<p>With our support packages, not only can you ensure you are up to date with the latest software releases. You can benefit from access to the leading CKAN experts and core developers.</p>
<a class="more" href="support">More</a>
</div>
</li>
<li class="bullet three-col-bullet bullet-3">
<div class="bullet-icon bullet-icon-3 icon-book">
</div>
<div class="bullet-content">
<h2><a href="training">Open Data Training</a></h2>
<p>We offer a range of courses, covering the concept and applications of open data and data management, as well as technical focused modules, based around the CKAN platform.</p>
<a class="more" href="training">More</a>
</div>
</li>
</ul>
<section class="contact">
<div class="wrapper">
Want to discuss your requirements? <a href="{{ "/contact/" | prepend: site.baseurl }}">Get in touch</a>.
</div>
</section>
<section class="case-studies">
<ul class="wrapper">
<li class="dgu case-study">
<a href="data-gov-uk">
<h4><span>Case study: Data.gov.uk</span></h4>
<p>The UK Government’s official open data portal provides a central “way into the wealth of government data” and aims to make that data “easy to find; easy to license; and easy to re-use.”</p>
</a>
</li>
<li class="pdeu case-study">
<a href="publicdata-eu">
<h4><span>Case study: PublicData.eu</span></h4>
<p>PublicData.eu is a research prototype of a pan-European data catalogue and federation mechanism, running on CKAN and developed as part of the FP7-funded LOD2 project.</p>
</a>
</li>
<li class="helsinki case-study">
<a href="helsinki">
<h4><span>Case study: Helsinki</span></h4>
<p>The Helsinki Region Infoshare project aims to make regional information quickly and easily accessible to all. It is powered by CKAN and WordPress, using CKAN for the core functionality.</p>
</a>
</li>
<li class="iati case-study">
<a href="iati">
<h4><span>Case study: International Aid Transparency Initiative</span></h4>
<p>The International Aid Transparency Initiative is about making aid spending information easier to access and understand. It provides a common standard for funding organizations.</p>
</a>
</li>
</ul>
</section>
</div>
</div>