spaCy/website/_includes/_footer.jade

23 lines
702 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-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-19 01:16:11 +03:00
<<<<<<< HEAD
2016-10-03 21:19:13 +03:00
+a(COMPANY_URL + "/legal", true) Legal / Imprint
a(href="mailto:#{EMAIL}") #[+icon("mail", 16)]
2016-10-19 01:16:11 +03:00
=======
2016-03-31 17:24:48 +03:00
footer.footer
span &copy; #{new Date().getFullYear()} #{company}
2016-10-19 01:16:11 +03:00
>>>>>>> v1.0.0-rc1
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)