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