瀏覽代碼

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.
tags/v1.0^2
Severyn Kozak 10 年之前
父節點
當前提交
523217eae3
共有 2 個檔案被更改,包括 15 行新增1 行删除
  1. +7
    -0
      static/sass/developers.sass
  2. +8
    -1
      templates/developers.html

+ 7
- 0
static/sass/developers.sass 查看文件

@@ -0,0 +1,7 @@
@import variables

a
text-decoration: none

h1
color: $baseColor1

+ 8
- 1
templates/developers.html 查看文件

@@ -4,8 +4,15 @@
About
= endblock

= block head
{{ assets.tag("developers.css") }}
= endblock

= block body
<div>
For developers, son.
<h1>Page under construction</h1>
<p>
Check back later. Have you read our <a href="/about">about page</a> and the <a href="/docs">docs</a>?
</p>
</div>
= endblock

Loading…
取消
儲存