spaCy/website/_includes/_footer.jade

29 lines
862 B
Plaintext
Raw Normal View History

2016-10-03 21:19:13 +03:00
//- 💫 INCLUDES > FOOTER
footer.o-footer.u-text
2016-10-31 21:04:15 +03:00
+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)=item
2016-03-31 17:24:48 +03:00
if SECTION == "index"
2016-10-31 21:04:15 +03:00
+grid-col("quarter")
include _newsletter
2016-03-31 17:24:48 +03:00
if SECTION != "index"
2016-10-31 21:04:15 +03:00
.o-content.o-block.u-border-dotted
include _newsletter
.o-inline-list.u-text-center.u-text-tiny.u-color-subtle
2017-02-16 14:14:35 +03:00
span © 2016-#{new Date().getFullYear()} #[+a(COMPANY_URL, true)=COMPANY]
2016-10-31 21:04:15 +03:00
+a(COMPANY_URL, true)(aria-label="Explosion AI")
+icon("explosion", 45).o-icon.u-color-theme.u-grayscale
2016-10-31 21:04:15 +03:00
+a(COMPANY_URL + "/legal", true) Legal / Imprint