Upload All

This commit is contained in:
Alan
2018-02-26 14:09:18 +08:00
parent 42d3a3fc46
commit 46257f08b0
1024 changed files with 204324 additions and 0 deletions

13
views/layout/footer.pug Normal file
View File

@ -0,0 +1,13 @@
//- footer.pug
footer.footer
.container-fluid.bg-grassGreen
.row.mt-20
.col-xs-8.col-xs-push-2
ul.nav.nav-pills
li.nav-item(class= source=="gallery" ? "active" : ""): a.color-white(href="/gallery") 傑作藝廊
li.nav-item(class= source=="theme" ? "active" : ""): a.color-white(href="/theme") 畫作主題
li.nav-item(class= source=="drawing" ? "active" : ""): a.color-white(href="/drawing") 繪圖創作
li.nav-item(class= source=="feedback" ? "active" : ""): a.color-white(href="/feedback") 意見回饋
p.text-center.color-white Copyright © 2017 by Nebula3122. All rights reserved.
script(src="/js/bootstrap.min.js")