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