spaCy/website/_includes/_footer.jade

31 lines
920 B
Plaintext
Raw Normal View History

2016-10-03 21:19:13 +03:00
//- 💫 INCLUDES > FOOTER
2016-03-31 17:24:48 +03:00
include _mixins
2016-10-31 21:04:15 +03:00
footer.o-footer.u-text.u-border-dotted
+grid.o-content
each group, label in FOOTER
+grid-col("quarter")
ul
li.u-text-label.u-color-subtle=label
2016-03-31 17:24:48 +03:00
2016-10-31 21:04:15 +03:00
each url, item in group
li
+a(url)(target=url.includes("http") ? "_blank" : false)=item
2016-03-31 17:24:48 +03:00
2016-10-31 21:04:15 +03:00
if SECTION != "docs"
+grid-col("quarter")
include _newsletter
2016-03-31 17:24:48 +03:00
2016-10-31 21:04:15 +03:00
if SECTION == "docs"
.o-content.o-block.u-border-dotted
include _newsletter
.o-inline-list.u-text-center.u-text-tiny.u-color-subtle
span © #{new Date().getFullYear()} #[+a(COMPANY_URL, true)=COMPANY]
+a(COMPANY_URL, true)
+svg("graphics", "explosion", 45).o-icon.u-color-theme.u-grayscale
+a(COMPANY_URL + "/legal", true) Legal / Imprint