clojurecup2015-mailhead/resources/templates/about.html

8 lines
376 B
HTML
Raw Normal View History

2015-12-05 01:03:29 +01:00
{% extends "base.html" %}
{% block content %}
2015-12-06 14:58:48 +01:00
<img id="cc-logo" src="/img/cup.svg">
<h1>ClojureCup 2015 entry</h1>
2015-12-05 01:18:39 +01:00
<p>You can find me on Twitter: <a href="https://twitter.com/fu86">@fu86</a></p>
2015-12-06 14:58:48 +01:00
<p>The cource code of this application is located at GitHub: <a href="https://github.com/f0086/clojurecup2015-mailhead">f0086/clojurecup2015-mailhead</a></p>
2015-12-05 01:03:29 +01:00
{% endblock %}