Private
Public Access
1
0

first attempt at landing page

This commit is contained in:
Sander Roosendaal
2017-04-04 23:14:22 +02:00
parent acc4fc3c31
commit f76e3efa32
10 changed files with 278 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "basefront.html" %}
{% load staticfiles %}
{% load rowerfilters %}
@@ -6,11 +6,6 @@
{% block content %}
<div class="grid_12">
<p class="midden">
<a title="By Photoglob Zurich, reprinted by Detroit Publishing Co. [Public domain], via Wikimedia Commons" href="https://commons.wikimedia.org/wiki/File%3AHenley_Regatta%2C_Henley-on-Thames%2C_England%2C_1890s.jpg"><img width="512" alt="Henley Regatta, Henley-on-Thames, England, 1890s" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Henley_Regatta%2C_Henley-on-Thames%2C_England%2C_1890s.jpg/512px-Henley_Regatta%2C_Henley-on-Thames%2C_England%2C_1890s.jpg"/></a></p>
</div>
<div class="grid_12">
<p class="midden">
Compatible with:
@@ -27,4 +22,5 @@
</p>
</div>
{% endblock %}