Add new banner

This commit is contained in:
Pierre Brunet 2017-04-27 20:43:25 +02:00
parent 7815796d8b
commit d7305488b6
2 changed files with 7 additions and 7 deletions

View File

@ -10,16 +10,16 @@ img {
</style>
<div style="background: #CBD1DD; padding: 0px 5%;">
<div style="background: #F9FAFB;">
<h2 style="background: #304C83; color:#F9FAFB">{{ weekmail.title }}</h2>
<h2 style="background: #304C83; color: hsl(219.6, 20.8%, 98%)">{{ weekmail.title }}</h2>
<img src="{{ weekmail.get_banner() }}"
id="OWATemporaryImageDivContainerBannerForOutlook"
>
{% if weekmail.intro %}
<h3 style="background: #E3A11C; color: #020202">{% trans %}Intro{% endtrans %}</h3>
<h3 style="background: #E3A11C; color: hsl(219.6, 20.8%, 98%)">{% trans %}Intro{% endtrans %}</h3>
{{ weekmail.intro|markdown }}
{% endif %}
<h3 style="background: #E3A11C; color: #020202">{% trans %}Table of content{% endtrans %}</h3>
<h3 style="background: #E3A11C; color: hsl(219.6, 20.8%, 98%)">{% trans %}Table of content{% endtrans %}</h3>
<ul>
{% for a in weekmail.articles.all() %}
<li>[{{ a.club }}] {{ a.title }}</li>
@ -27,22 +27,22 @@ img {
</ul>
{%- for a in weekmail.articles.all() %}
<h3 style="background: #E3A11C; color: #020202">[{{ a.club }}] {{ a.title }}</h3>
<h3 style="background: #E3A11C; color: hsl(219.6, 20.8%, 98%)">[{{ a.club }}] {{ a.title }}</h3>
{{ a.content|markdown }}
{%- endfor -%}
{%- if weekmail.joke %}
<h3 style="background: #E3A11C; color: #020202">{% trans %}Joke{% endtrans %}</h3>
<h3 style="background: #E3A11C; color: hsl(219.6, 20.8%, 98%)">{% trans %}Joke{% endtrans %}</h3>
{{ weekmail.joke|markdown }}
{% endif -%}
{%- if weekmail.protip %}
<h3 style="background: #E3A11C; color: #020202">{% trans %}Pro tip{% endtrans %}</h3>
<h3 style="background: #E3A11C; color: hsl(219.6, 20.8%, 98%)">{% trans %}Pro tip{% endtrans %}</h3>
{{ weekmail.protip|markdown }}
{% endif -%}
{%- if weekmail.conclusion %}
<h3 style="background: #E3A11C; color: #020202">{% trans %}Final word{% endtrans %}</h3>
<h3 style="background: #E3A11C; color: hsl(219.6, 20.8%, 98%)">{% trans %}Final word{% endtrans %}</h3>
{{ weekmail.conclusion|markdown }}
{% endif -%}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 142 KiB