summaryrefslogtreecommitdiff
path: root/template/consortium.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/consortium.html.j2')
-rw-r--r--template/consortium.html.j211
1 files changed, 6 insertions, 5 deletions
diff --git a/template/consortium.html.j2 b/template/consortium.html.j2
index 7beacde4..a5802c83 100644
--- a/template/consortium.html.j2
+++ b/template/consortium.html.j2
@@ -1,9 +1,10 @@
{% extends "common/consortium.j2" %}
{% block body_content %}
-<main id="maincontent" class="container consortium dark-grey-text">
-
+<main id="maincontent">
+<div class="container consortium dark-grey-text">
<article>
<div class="row">
+ <img class="img-fluid" src="{{ url_static('images/logo-NGI_Taler.svg') }}" alt="NGI Taler logo" width="200px">
<h4 class="font-weight-bold pb-2 mb-4">NGI TALER</h4>
{# <div class="col col-md-auto"></div> #}
<!-- project intro -->
@@ -67,7 +68,7 @@
{% if item['url_ext'] is defined and item['url_ext'] and item['url_ext'] != "" %}
<a href="{{ item['url_ext'] }}" target="_blank" rel="noopener noreferrer">
{% endif %}
- <img src="{{ url( item['url_img']|default('images/logo-2021.svg', true) ) }}" alt="">
+ <img src="{{ url( item['url_img']|default('images/logo-2021.svg', true) ) }}" alt="" width="300px">
{% if item['url_ext'] is defined and item['url_ext'] and item['url_ext'] != "" %}
</a>
{% endif %}
@@ -166,7 +167,7 @@
<div class="col">
<div class="card border-0 h-100">
<a href="{{ partner.url }}" target="_blank" rel="noopener noreferrer">
- <img src="{{ url(partner.logo) }}" height="180" class="card-header rounded-circle z-depth-3"
+ <img src="{{ url(partner.logo) }}" height="150" class="card-header rounded-circle z-depth-3"
alt="{{ partner.id + ' avatar'}}">
</a>
{# <div class="card-note grey-text text-muted mt-3">{{ partner.contact }}</div> #}
@@ -185,6 +186,6 @@
</div>
</article>
-
+ </div>
</main>
{% endblock body_content %}