Dotos пре 8 година
родитељ
комит
9a8e35ee9f
2 измењених фајлова са 20 додато и 0 уклоњено
  1. 15 0
      static/css/style.css
  2. 5 0
      views/welcome.pug

+ 15 - 0
static/css/style.css

@@ -103,4 +103,19 @@ body {
 .btn-ghost-light:hover {
     background-color: rgba(155, 163, 175, .1);
     color: #fff;
+}
+
+.footer {
+    position: fixed;
+    display: block;
+    width: 100%;
+    left: 0;
+    bottom: 5px;
+    font-size: 12px;
+    text-align: center;
+    color: #fff;
+}
+
+.footer a {
+    color: #FFF;
 }

+ 5 - 0
views/welcome.pug

@@ -8,6 +8,11 @@ block content
             div.cover.action
                 a.btn.btn-ghost-light(href="https://github.com/xCss/JsonBird/wiki/All-APIs",target="_blank") Wiki
                 a.btn.btn-ghost-light(href="/v1/?url=http://www.bing.com/HPImageArchive.aspx?format=js&idx=0&n=1") Quick Start
+    
+    div.footer
+        a(href="http://bitmoe.com",target="_blank")  比特萌信息科技有限公司
+        br
+        a(href="http://ioliu.cn",target="_blank") © 2016 ioliu.cn
 
     script(src="/static/libs/three/three.min.js")
     script(src="/static/libs/three/Projector.js")