X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=views%2Findex.pug;h=dd095931d2bdddc3c0dc13d16b0360524063b9a3;hp=5d27eb8a56adfba26db32f834ef626de4aa66085;hb=298c42e63ae321526693e9ce418c4113af36e025;hpb=067c675b75072c496f9665c4bf801cdc3d40398d diff --git a/views/index.pug b/views/index.pug index 5d27eb8a..dd095931 100644 --- a/views/index.pug +++ b/views/index.pug @@ -14,21 +14,23 @@ block content include welcome/fr .row #header.col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 - #mainTitle.clickable( - onClick="document.getElementById('modalWelcome').checked=true") + #mainTitle img(src="/images/index/unicorn.svg") .info-container p vchess.club img(src="/images/index/wildebeest.svg") - #settings.clickable( + #settingsMenu.clickable( onClick="document.getElementById('modalSettings').checked=true") - i.material-icons settings + .info-container + p Settings + #introductionMenu.clickable( + onClick="document.getElementById('modalWelcome').checked=true") + .info-container + p Introduction .row my-variant-summary(v-for="(v,idx) in sortedCounts" v-bind:vobj="v" v-bind:index="idx" v-bind:key="v.name") - redesign index page :: lien github, lien contact mail, settings - block javascripts script. const variantArray = !{JSON.stringify(variantArray)};