Private
Public Access
1
0

pryglrowing as default ad

This commit is contained in:
Sander Roosendaal
2018-10-19 16:26:09 +02:00
parent d343eb6748
commit 4cbd2c72ac
3 changed files with 17 additions and 1 deletions

View File

@@ -438,6 +438,19 @@
color: #dddddd; color: #dddddd;
padding: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;
} }
.ad img {
display: block;
width: 100%;
height: auto;
padding: 5px;
}
.ad a {
color: white;
}
.main-footer { .main-footer {
grid-area: footer; grid-area: footer;
background: #ededed; background: #ededed;

BIN
static/img/prygl.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@@ -291,7 +291,10 @@
<div class="ad"> <div class="ad">
{% block ad %} {% block ad %}
Advertising <a href="https://pryglrowing.com">
<img src="/static/img/prygl.jpg">
<p style="text-align: center">Prygl Rowing Camps</p>
</a>
{% endblock %} {% endblock %}
</div> </div>