Revision 29db41bb
Added by Frédéric Péters over 9 years ago
ckanext/ozwillo_theme/fanstatic/ozwillo.css | ||
---|---|---|
60 | 60 |
width: 40px; |
61 | 61 |
height: 30px; |
62 | 62 |
float: left; |
63 |
background: url('data-icon.png') no-repeat top left;
|
|
63 |
background: url(/img/data-icon.png) no-repeat top left;
|
|
64 | 64 |
} |
ckanext/ozwillo_theme/templates/footer.html | ||
---|---|---|
10 | 10 |
|
11 | 11 |
<div class="custom"> |
12 | 12 |
<div class="text-center"> |
13 |
<img src="https://www.ozwillo-preprod.eu/images/brand/logo.png">
|
|
13 |
<img src="/img/logo.png">
|
|
14 | 14 |
<p>{% trans %}A platform of interactive services{% endtrans %}<br> |
15 | 15 |
{% trans %}for a common good of data{% endtrans %} |
16 | 16 |
</p> |
ckanext/ozwillo_theme/templates/header.html | ||
---|---|---|
20 | 20 |
|
21 | 21 |
<div class="t3-navbar navbar-collapse collapse"> |
22 | 22 |
<ul class="nav navbar-nav"> |
23 |
<li class="item-107 current active"> <a class="logo" href="/en/"><img src="https://www.ozwillo-preprod.eu/images/brand/logo-100.png" alt="{% trans %}Home{% endtrans %}"></a>
|
|
23 |
<li class="item-107 current active"> <a class="logo" href="/en/"><img src="/img/logo-100.png" alt="{% trans %}Home{% endtrans %}"></a>
|
|
24 | 24 |
</li><li class="item-108"> <a class="nav-apps" href="https://portal.ozwillo-preprod.eu/en/store?ui_locales={{current_lang}}">{% trans %}Catalog{% endtrans %}</a> |
25 | 25 |
</li> |
26 | 26 |
<li class="item-119 deeper dropdown parent"> |
Also available in: Unified diff
serve static copies of logo