|
|
@ -5,16 +5,8 @@ doctype html |
|
|
|
include ../mixins/card.pug |
|
|
|
|
|
|
|
html |
|
|
|
head |
|
|
|
title Bunny DB |
|
|
|
link(rel='stylesheet', href='index.css') |
|
|
|
link(rel='stylesheet', href='https://fonts.googleapis.com/icon?family=Material+Icons') |
|
|
|
link(rel='stylesheet', href='https://code.getmdl.io/1.3.0/material.indigo-pink.min.css') |
|
|
|
script(defer, src='https://code.getmdl.io/1.3.0/material.min.js') |
|
|
|
script(src='masonry.pkgd.min.js') |
|
|
|
script(src='imagesloaded.pkgd.min.js') |
|
|
|
script(src='infinite-scroll.pkgd.min.js') |
|
|
|
script(src='index.js') |
|
|
|
include ../mixins/head.pug |
|
|
|
script(src='index.js') |
|
|
|
.mdl-layout.mdl-js-layout.mdl-layout--fixed-header.mdl-layout--fixed-tabs |
|
|
|
header.mdl-layout__header |
|
|
|
.mdl-layout__header-row |
|
|
@ -26,8 +18,8 @@ html |
|
|
|
main.mdl-layout__content |
|
|
|
section#fixed-tab-1.mdl-layout__tab-panel.is-active |
|
|
|
.page-content |
|
|
|
.masonry-grid |
|
|
|
each bun in files |
|
|
|
.masonry-grid.are-images-unloaded |
|
|
|
each bun in docs |
|
|
|
+card(bun.path.replace('public/', '')) |
|
|
|
section#fixed-tab-2.mdl-layout__tab-panel |
|
|
|
.page-content |
|
|
@ -37,3 +29,5 @@ html |
|
|
|
| Submit |
|
|
|
section#fixed-tab-3.mdl-layout__tab-panel |
|
|
|
.page-content |
|
|
|
|
|
|
|
include ../mixins/paginate.pug |