3 // modal "welcome" will be filled in the selected language
6 Settings(:settings="settings")
9 .row(v-show="$route.path == '/'")
10 // Header (on index only)
12 .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2
14 img(src="./assets/images/index/unicorn.svg")
16 p vchess.club {{ $lang }}
17 img(src="./assets/images/index/wildebeest.svg")
21 router-link(to="/") Home
23 router-link(to="/about") About
25 router-link(to="/test") Test
30 // See https://stackoverflow.com/a/35417159
31 import ContactForm from "@/components/ContactForm.vue";
32 import Language from "@/components/Language.vue";
33 import Settings from "@/components/Settings.vue";
50 font-family: "Avenir", Helvetica, Arial, sans-serif
51 -webkit-font-smoothing: antialiased
52 -moz-osx-font-smoothing: grayscale
61 &.router-link-exact-active