From 6062e559c3196b3c4814cd00adb860a993df2cf8 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Wed, 29 Apr 2020 23:28:58 +0200 Subject: [PATCH] Better footer + 'Code' translations could be useful later --- client/src/App.vue | 91 +++++++++++++++++++++-------------- client/src/translations/en.js | 1 + client/src/translations/es.js | 1 + client/src/translations/fr.js | 1 + 4 files changed, 57 insertions(+), 37 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index db6170b5..8badb733 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -32,18 +32,20 @@ .row .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 footer - router-link.menuitem(to="/about") {{ st.tr["About"] }} - router-link.menuitem(to="/faq") F.A.Q. - a.menuitem(href="https://discord.gg/a9ZFKBe") - img.first(src="/images/icons/discord.svg") - a.menuitem(href="https://github.com/yagu0/vchess") - img(src="/images/icons/github.svg") - a.menuitem(href="https://www.facebook.com/Variants-Chess-Club-112565840437886") - img(src="/images/icons/facebook.svg") - a.menuitem(href="https://twitter.com/VchessC") - img.last(src="/images/icons/twitter.svg") - p.clickable(onClick="window.doClick('modalContact')") - | {{ st.tr["Contact"] }} + .left-part + router-link.menuitem(to="/about") {{ st.tr["About"] }} + router-link.menuitem(to="/faq") F.A.Q. + p.menuitem.clickable(onClick="window.doClick('modalContact')") + | {{ st.tr["Contact"] }} + .right-part + a.menuitem(href="https://discord.gg/a9ZFKBe") + img.first(src="/images/icons/discord.svg") + a.menuitem(href="https://github.com/yagu0/vchess") + img(src="/images/icons/github.svg") + a.menuitem(href="https://www.facebook.com/Variants-Chess-Club-112565840437886") + img(src="/images/icons/facebook.svg") + a.menuitem(href="https://twitter.com/VchessC") + img(src="/images/icons/twitter.svg")