Compare commits

...

2 Commits
master ... dev

Author SHA1 Message Date
Ivan Polyakov 831ea14386 readme upd 2 years ago
Ivan Polyakov 7d140f99cd footer upd 2 years ago
  1. 12
      README.md
  2. 7
      frontend/README.md
  3. 7
      frontend/src/components/footer.scm

12
README.md

@ -2,18 +2,6 @@ website
======= =======
[![Build Status](http://drone.vilor.one/api/badges/vilor/website/status.svg)](http://drone.vilor.one/vilor/website) [![Build Status](http://drone.vilor.one/api/badges/vilor/website/status.svg)](http://drone.vilor.one/vilor/website)
Dependencies
------------
Chicken Scheme: http://www.call-cc.org/
sxml-serializer egg: http://wiki.call-cc.org/eggref/5/sxml-serializer
scss egg: http://wiki.call-cc.org/eggref/5/scss
Building
--------
```
make
```
License License
------- -------
This project is licensed under the GNU GPLv3. This project is licensed under the GNU GPLv3.

7
frontend/README.md

@ -0,0 +1,7 @@
website frontend
================
Requirements
------------
* [GNU Guile](https://www.gnu.org/software/guile/) >= 3.0
* [Node](https://nodejs.org/en/) 14

7
frontend/src/components/footer.scm

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

Loading…
Cancel
Save