X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=d7e8d967f24cb19e7a88541fa9f7e17f4c4d5e2a;hb=15762165c874a15df60aacb5f13825e47026d082;hp=db6170b57cf8c2f767f027487923c9fc98d23f65;hpb=34bfe15106aab64346f549420f066fe72441172f;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index db6170b5..d7e8d967 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")