2016-10-03 21:19:13 +03:00
|
|
|
//- ----------------------------------
|
|
|
|
//- 💫 INCLUDES > FOOTER
|
|
|
|
//- ----------------------------------
|
|
|
|
|
2016-03-31 17:24:48 +03:00
|
|
|
include _mixins
|
|
|
|
|
2016-10-03 21:19:13 +03:00
|
|
|
footer.o-footer.o-inline-list.u-pattern.u-text-center.u-text-label.u-text-strong
|
|
|
|
span © #{new Date().getFullYear()} #[+a(COMPANY_URL, true)=COMPANY]
|
2016-03-31 17:24:48 +03:00
|
|
|
|
2016-10-03 21:19:13 +03:00
|
|
|
+a(COMPANY_URL + "/legal", true) Legal / Imprint
|
|
|
|
a(href="mailto:#{EMAIL}") #[+icon("mail", 16)]
|
2016-03-31 17:24:48 +03:00
|
|
|
|
2016-10-03 21:19:13 +03:00
|
|
|
+a("https://twitter.com/" + SOCIAL.twitter)(aria-label="Twitter")
|
|
|
|
+icon("twitter", 20)
|
2016-03-31 17:24:48 +03:00
|
|
|
|
2016-10-03 21:19:13 +03:00
|
|
|
+a("https://github.com/" + SOCIAL.github + "/spaCy")(aria-label="GitHub")
|
|
|
|
+icon("github", 20)
|