Skip to content

Commit

Permalink
Updated about page information.
Browse files Browse the repository at this point in the history
  • Loading branch information
francium committed Mar 25, 2017
1 parent 1ae939b commit 59d0384
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@

{% block content %}
<div class="jumbotron jumbotron-about">
<p>
A open source URL shortener written in Python and Flask.
</p>

<div class="container">
An <a href="https://en.wikipedia.org/wiki/Free_and_open-source_software">FOSS</a>
URL shortener written in <a href="https://www.python.org">Python</a> and
<a href="http://flask.pocoo.org/">Flask</a>.
</div>

<div class="container" style="margin-top: 1em">
<a href="https://github.com/francium/microURL">
view source on github
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>

</div>
{% endblock %}

0 comments on commit 59d0384

Please sign in to comment.