X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=6a08a80fb3c3fc419a19d3b70c0563e2fe32a169;hb=d20657a67d3cc1b0bb9c319750e4f7cc78376228;hp=a961d7fcf3401918f72e66cbb891854772fa7f5a;hpb=49dad26138d3dee0cacbb94ad8d3d3eff12c477a;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index a961d7fc..6a08a80f 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")