Projet

Général

Profil

Télécharger (2,7 ko) Statistiques
| Branche: | Tag: | Révision:

theme / ckanext / ozwillo_theme / templates / footer.html @ 8f50958f

1
{% set current_lang = request.environ.CKAN_LANG %}
2
<footer id="t3-footer" class="wrap t3-footer">
3
	<section class="t3-sitemap">
4
		<div class="container">
5
			<div class="t3-spotlight t3-footnav row">
6
				<div class=" col-lg-6 col-md-6 col-sm-3 col-xs-12">
7
					<div id="oz-footer-well">
8
					  <img src="/img/logo.png">
9
					  <p>{% trans %}Common goods factory{% endtrans %}</p>
10
					  <p>
11
						  <a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/projects"><img src="/img/CIP.png" alt="CIP"/></a>
12
						  <a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/projects"><img src="/img/EU.png" alt="EU"/></a>
13
						  <a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/projects"><img src="/img/PIA.png" alt="PIA"/></a>
14
						  <a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/projects"><img src="/img/FR.png" alt="FR"/></a>
15
						</p>
16
					</div>
17
				</div>
18
				<div class=" col-lg-2 col-md-2 col-sm-3 col-xs-4">
19
					<ul class="nav navbar-nav navbar-footer">
20
						<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['news'] }}">{% trans %}News{% endtrans %}</a></li>
21
						<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['discovering'] }}">{% trans %}Discovering{% endtrans %}</a></li>
22
						<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['co-construct'] }}">{% trans %}Co-construct{% endtrans %}</a></li>
23
						<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['lets-go'] }}">{% trans %}Let's go{% endtrans %}</a></li></ul>
24
				</div>
25
				<div class=" col-lg-2 col-md-2 col-sm-3 col-xs-4">
26
					<ul class="nav navbar-nav navbar-footer">
27
						<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['contact'] }}">{% trans %}Contact{% endtrans %}</a></li>
28
						<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['project-team'] }}">{% trans %}Project team{% endtrans %}</a></li>
29
						<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['projects'] }}">{% trans %}Projects{% endtrans %}</a></li>
30
						<li><a class="ext-twitter" href="https://twitter.com/ozwillo">@Ozwillo</a></li>
31
					</ul>
32
				</div>
33
				<div class=" col-lg-2 col-md-2 col-sm-3 col-xs-4">
34
					<ul class="nav navbar-nav navbar-footer">
35
						<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['user-guide'] }}">{% trans %}User guide{% endtrans %}</a></li>
36
						<li><a href="http://doc.ozwillo.com/">{% trans %}Developers{% endtrans %}</a></li>
37
						<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['legal-notices'] }}">{% trans %}Legal Notices{% endtrans %}</a></li>
38
						<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['general-terms-of-use'] }}">{% trans %}General terms of use{% endtrans %}</a></li>
39
					</ul>
40
				</div>
41
			</div>
42
		</div>
43
	</section>
44
</footer>
(2-2/4)