summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-12-18 22:31:26 +0100
committerStefan Kügel <skuegel@web.de>2023-12-18 22:31:26 +0100
commit52d1d672b2cc08c81a0db717793de20bf3b78b35 (patch)
tree20805943cb82066bf3d0b5f7758d6ad6ff2cfaea /template
parent4bdc5f5809a2c4fe9072ba7b348907e933c77ece (diff)
downloadwww-52d1d672b2cc08c81a0db717793de20bf3b78b35.tar.gz
www-52d1d672b2cc08c81a0db717793de20bf3b78b35.tar.bz2
www-52d1d672b2cc08c81a0db717793de20bf3b78b35.zip
adjust layout of consortium page
Diffstat (limited to 'template')
-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 %}