Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2017-04-06 15:37:57 +02:00
parent 8306d5d2d9
commit 979cf48618
6 changed files with 5 additions and 5 deletions

View File

@@ -32,10 +32,10 @@
<div class="grid_12"> <div class="grid_12">
<div id="logo" class="grid_6 alpha"> <div id="logo" class="grid_6 alpha">
{% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %}
<p><a href="/"><img src="/static/img/logo3.jpg" <p><a href="/"><img src="/static/img/logo5.png"
alt="Rowsandall logo" height="80"></a></p> alt="Rowsandall logo" height="80"></a></p>
{% else %} {% else %}
<p><a href="/"><img src="/static/img/logo3.jpg" <p><a href="/"><img src="/static/img/logo5.png"
alt="Rowsandall logo" height="80"></a></p> alt="Rowsandall logo" height="80"></a></p>
{% endif %} {% endif %}
</div> </div>

View File

@@ -28,7 +28,7 @@
<style> <style>
.splash { .splash {
background-color: transparent; background-color: transparent;
background-image: url("/static/img/henley.jpg"); background-image: url("/static/img/testpic.png");
-webkit-background-size: cover; -webkit-background-size: cover;
-moz-background-size: cover; -moz-background-size: cover;
-o-background-size: cover; -o-background-size: cover;
@@ -50,10 +50,10 @@
<div class="grid_12"> <div class="grid_12">
<div id="logo" class="grid_6 alpha"> <div id="logo" class="grid_6 alpha">
{% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %}
<p><a href="/"><img src="/static/img/logo3.jpg" <p><a href="/"><img src="/static/img/logo5.png"
alt="Rowsandall logo" height="80"></a></p> alt="Rowsandall logo" height="80"></a></p>
{% else %} {% else %}
<p><a href="/"><img src="/static/img/logo3.jpg" <p><a href="/"><img src="/static/img/logo5.png"
alt="Rowsandall logo" height="80"></a></p> alt="Rowsandall logo" height="80"></a></p>
{% endif %} {% endif %}
</div> </div>

BIN
static/img/logo4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 KiB

BIN
static/img/logo5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 KiB

BIN
static/img/logo6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 KiB

BIN
static/img/testpic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 KiB