Private
Public Access
1
0

cleaning up

This commit is contained in:
Sander Roosendaal
2018-10-18 15:37:05 +02:00
parent ec7002bfdd
commit e9bc68c2a9
9 changed files with 113 additions and 211 deletions

View File

@@ -1,12 +1,11 @@
{% extends "base.html" %}
{% extends "newbase.html" %}
{% block title %}About us{% endblock title %}
{% block content %}
{% block main %}
<div class="grid_6 alpha">
<h2>Are you interested in partnering with Rowsandall.com?</h2>
<h2>Are you interested in partnering with Rowsandall.com?</h2>
<p>The founding principle for rowsandall.com was, and still is, free data
<p>The founding principle for rowsandall.com was, and still is, free data
and analysis for rowers. Fulfilling that mission means that we try to test
and support as many widely used rowing related hardware and software
products as possible. Since these products typically have rapid update
@@ -58,11 +57,7 @@
at info@rowsandall.com with
information about your product/service including any important
links or images prior to sending the product.</p>
</div>
<div class="grid_6 omega">
<h2>Examples of possible partnerships</h2>
<p>
We currently envision a couple of ways in which we can partner with
@@ -99,6 +94,9 @@
</lo>
</p>
</div>
{% endblock content %}
{% endblock main %}
{% block sidebar %}
{% include 'menu_help.html' %}
{% endblock %}