Private
Public Access
1
0

Added Twitter and Bitbucket to contact/email page

This commit is contained in:
sanderroosendaal
2016-10-31 19:16:59 +01:00
parent 8bc3699e12
commit 7f92f1f4d4
3 changed files with 25 additions and 0 deletions

View File

@@ -105,6 +105,8 @@ You will be taken to the secure PayPal payment site.
<p>
<ul>
<li>2016-11-01 Sliders to select subsets of data on some plots</li>
<li>2016-11-01 Emailing workouts to workouts@rowsandall.com </li>
<li>2016-09-30 Stroke Analysis Plot - with date range filtering</li>
<li>2016-09-29 Improved Flex plot, Power Histogram and Ranking Pieces - with date range filtering</li>
<li>2016-09-20 Added the Power histogram</li>

View File

@@ -2,6 +2,7 @@
{% block title %}Contact Us{% endblock title %}
{% block content %}
<div id="emailform" class="grid_6 alpha">
<h1>Contact us through email</h1>
{% if form.errors %}
<p style="color: red;">
@@ -56,5 +57,26 @@
</table>
</form>
</div>
<div class="grid_6 omega">
<h1>Bug reporting, feature requests</h1>
<p>
Bug reports and feature requests can be done through our BitBucket page. Please check on the following link if your bug or issue is a known one. Feel free to file any feature request.
<ul>
<li><a href="https://bitbucket.org/sanderroosendaal/rowsandall/issues">BitBucket Issue list (click here to go report an issue or request a feature)</a></li>
</ul>
</p>
<h1>Twitter</h1>
<p>You can also check me on Twitter:
<ul>
<li><a href="https://twitter.com/rowsandall">https://twitter.com/rowsandall</a>
</ul>
When the site is down, this is the appropriate channel to look for apologies, updates, and offer help.
</p>
</div>
{% endblock content %}