aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/templates/about.html')
-rw-r--r--libpathod/templates/about.html44
1 files changed, 21 insertions, 23 deletions
diff --git a/libpathod/templates/about.html b/libpathod/templates/about.html
index 602357f7..0eae4865 100644
--- a/libpathod/templates/about.html
+++ b/libpathod/templates/about.html
@@ -1,32 +1,30 @@
{% extends "frame.html" %}
{% block body %}
-<section>
- <div class="page-header">
- <h1>
- why
- <small>this was written.</small>
- </h1>
- </div>
-
- <p>I started pathod to improve testing for for the <a
- href="http://mitmproxy.org">mitmproxy</a> project. From there, it soon grew
- into a versatile HTTP Swiss army knife in its own right.</p>
-</section>
-
<section>
- <div class="page-header">
- <h1>
- who
- <small>is to blame.</small>
- </h1>
- </div>
+<div class="page-header">
+ <h1>
+ About
+ </h1>
+</div>
+<div class="row">
+ <div class="span6">
+ <div>
+ <p>pathod is developed by <a href="http://corte.si">Aldo
+ Cortesi</a>.</p>
+ </div>
- <p>pathod is developed by me, <a href="http://corte.si">Aldo Cortesi</a>.
- Email me at aldo@corte.si with feedback or suggestions. If you like pathod, you
- should follow me on <a href="http://twitter.com/cortesi">twitter</a> and <a
- href="http://corte.si">subscribe to my blog</a>.</p>
+ <div>
+ <ul>
+ <li>email: <a href="mailto:aldo@corte.si">aldo@corte.si</a></li>
+ <li>twitter: <a href="http://twitter.com/cortesi">@cortesi</a></li>
+ <li>app.net: <a href="https://alpha.app.net/cortesi">@cortesi</a></li>
+ <li>github: <a href="https://github.com/cortesi">github.com/cortesi</a></li>
+ </ul>
+ </div>
+ </div>
+</div>
</section>