X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=82c9bf337e16b8fcacdaf54d9e1c902a4067300d;hp=db6170b57cf8c2f767f027487923c9fc98d23f65;hb=1186fba725f3da468f8834a9b44d58993a7d86d4;hpb=34bfe15106aab64346f549420f066fe72441172f diff --git a/client/src/App.vue b/client/src/App.vue index db6170b5..82c9bf33 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -32,18 +32,22 @@ .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") + span Discord + img.first(src="/images/icons/discord.svg") + a.menuitem(href="https://github.com/yagu0/vchess") + span {{ st.tr["Code"] }} + 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")