X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=8badb73307404e8fb4151867c1e63545f374ccab;hb=6062e559c3196b3c4814cd00adb860a993df2cf8;hp=ed8d15201e561715b8f1745dcdcd3f06e738df8e;hpb=2c5d7b20742b802d9c47916915c1114bcfc9a9c3;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index ed8d1520..8badb733 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -32,16 +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#newsMenu(to="/news") {{ st.tr["News"] }} - a.menuitem(href="https://discord.gg/a9ZFKBe") - span Discord - img(src="/images/icons/discord.svg") - a.menuitem(href="https://github.com/yagu0/vchess") - span {{ st.tr["Code"] }} - img(src="/images/icons/github.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")