From a28b159375082a46ceac4d0fc528c5f92d8e8f5b Mon Sep 17 00:00:00 2001 From: Hendrik Borras Date: Sat, 21 Oct 2017 20:10:05 +0200 Subject: [PATCH] Added about page --- frontend/templates/about.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 frontend/templates/about.html diff --git a/frontend/templates/about.html b/frontend/templates/about.html new file mode 100644 index 0000000..e87dacf --- /dev/null +++ b/frontend/templates/about.html @@ -0,0 +1,17 @@ +{% extends "cosmic_base.html" %} +{% block title %}About CosmicPi{% endblock %} +{% block head_additions %} + +{% endblock %} +{% block content %} +
+

+ +

+ The Cosmic Pi project aims to build the world's + largest open source distributed cosmic ray telescope. + You too can be a part of the project, by becoming a Cosmic Pixel! +

+
+ +{% endblock %} \ No newline at end of file