Projet

Général

Profil

Télécharger (949 octets) Statistiques
| Branche: | Tag: | Révision:

theme / ckanext / ozwillo_theme / templates / home / snippets / promoted.html @ 2c0686d0

1 39526fb3 Guillaume Denis
{% set current_lang = request.environ.CKAN_LANG %}
2
3
<div class="module-content box">
4
  <header>
5 2c0686d0 Guillaume Denis
    <h1 class="page-heading">{% trans %}Open Data{% endtrans %}</h1>
6 39526fb3 Guillaume Denis
    <h5>
7
    	{% trans %}Searching for data?{% endtrans %}
8
    </h5>
9
    <p class="step">
10 2c0686d0 Guillaume Denis
      <a href="/{{current_lang}}/dataset?q=&sort=metadata_modified+desc"><i class="fa fa-hand-o-right"></i> {% trans %}Explore{% endtrans %}</a> {% trans %}datasets published on Ozwillo by local authorities and public bodies.{% endtrans %}
11 39526fb3 Guillaume Denis
    </p>
12
    <h5>
13
 		  {% trans %}You have data to share?{% endtrans %}
14
 		</h5>
15
    <p class="step">
16
    	{% trans %}If you search a place to host them, subscribe to our service{% endtrans %} <a href="{{g.ozwillo_portal_url}}/{{current_lang}}/store/application/{{g.ozwillo_ckan_app_id}}"><i class="fa fa-hand-o-right"></i> Open Data</a>{% trans %}: click Install and steer by it. An Ozwillo account is required.{% endtrans %}
17
    </p>
18
  </header>
19
</div>