From 523217eae3e6b74e0212b0e41d696027d66d160f Mon Sep 17 00:00:00 2001 From: Severyn Kozak Date: Thu, 19 Jun 2014 21:56:30 -0400 Subject: [PATCH] Update /developers an "under construction" message Add: templates/developers.html -Update the developers page with an "under construction" message. static/sass/developers.sass -Add a bare-bones stylesheet for the developers page. --- static/sass/developers.sass | 7 +++++++ templates/developers.html | 9 ++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 static/sass/developers.sass diff --git a/static/sass/developers.sass b/static/sass/developers.sass new file mode 100644 index 0000000..419dc3e --- /dev/null +++ b/static/sass/developers.sass @@ -0,0 +1,7 @@ +@import variables + +a + text-decoration: none + +h1 + color: $baseColor1 diff --git a/templates/developers.html b/templates/developers.html index d5a275b..db0bda3 100644 --- a/templates/developers.html +++ b/templates/developers.html @@ -4,8 +4,15 @@ About = endblock += block head + {{ assets.tag("developers.css") }} += endblock + = block body
- For developers, son. +

Page under construction

+

+ Check back later. Have you read our about page and the docs? +

= endblock