Browse Source

footer upd

dev
Ivan Polyakov 2 years ago
parent
commit
7d140f99cd
  1. 7
      frontend/src/components/footer.scm

7
frontend/src/components/footer.scm

@ -16,16 +16,15 @@ @@ -16,16 +16,15 @@
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(define footer-links
'(("http://validator.w3.org/check?uri=referer" "XHTML 1.0")
("https://call-cc.org/" "Made with Chicken Scheme")
("http://git.vilor.one:8079/vilor/website/" "Source code")
'(("http://www.gnu.org/software/guile" "Made with GNU Guile")
("http://git.vilor.one/vilor/website/" "Source code")
("http://www.anybrowser.org/campaign/" "Any Browser")))
(define footer
`(footer (@ (class "footer"))
(div (@ (class "footer__authors"))
(div "Content: "
(a (@ (href "/contacts.xhtml")) "Ivan Polyakov"))
(a (@ (href "/contacts.html")) "Ivan Polyakov"))
(div "Design: "
(a (@ (href "https://t.me/olnaolna")) "Olga Revenkova")))

Loading…
Cancel
Save