Minimal changes

This commit is contained in:
Le Libre Au Quotidien 2020-06-26 18:27:03 +02:00
parent eddb3efe89
commit 69be55c05e
2 changed files with 12 additions and 10 deletions

View File

@ -66,8 +66,4 @@ a{
grid-template-columns: repeat(1, 30%);
}
}
h2::before{
content:\f21b;
}
</style>

View File

@ -1,9 +1,9 @@
<template>
<div id="home">
<img src="../assets/ban.jpg" width="800px">
<img src="../assets/ban.jpg" class="ban">
<div class="choice">
<h2 class="status">{{hover}}</h2>
<div class="svg-container" >
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
@ -169,8 +169,8 @@
d="M 133.0756,0.34072939 C 132.38488,0.4497401 129.58577,0.74059052 126.8957,1.0677596 113.88157,2.5218475 98.540923,6.7023809 86.181163,12.118871 60.443734,23.388057 38.050744,42.327601 22.819126,65.811165 10.495712,84.75071 3.0798616,105.07162 0.13531264,127.90085 c -0.9451338,7.27046 -0.9451338,27.2642 0,34.53467 4.32594466,33.55313 18.79413136,62.88944 42.49582536,86.19123 5.561902,5.48918 8.797247,8.28832 13.995633,12.25072 20.429977,15.44973 44.349769,25.15578 70.450689,28.50021 7.27044,0.94514 27.26421,0.94514 34.53465,0 26.10094,-3.34443 50.02073,-13.05048 70.45071,-28.50021 5.19839,-3.9624 8.43374,-6.76154 13.99564,-12.25072 23.70166,-23.30179 38.16988,-52.6381 42.4958,-86.19123 0.94513,-7.27047 0.94513,-27.26421 0,-34.53467 -4.32592,-33.553145 -18.79414,-62.889435 -42.4958,-86.191241 -5.5619,-5.489182 -8.79725,-8.28832 -13.99564,-12.250722 C 211.96002,14.263643 188.62187,4.702993 163.10257,1.1768251 158.70393,0.55883297 155.32318,0.37707542 145.98063,0.30438335 139.58264,0.23180084 133.76629,0.26795516 133.0756,0.34081155 Z M 158.44948,17.753466 c 49.1119,6.28893 89.1721,39.078696 105.16711,85.936754 4.68945,13.77753 6.68884,26.10094 6.68884,41.47795 0,15.37702 -1.99939,27.70044 -6.68884,41.47794 -15.12253,44.31342 -52.23821,76.48519 -97.82394,84.80987 -8.36105,1.49042 -12.39614,1.85394 -22.35665,1.85394 -9.96054,0 -13.99564,-0.36352 -22.35667,-1.85394 -45.585735,-8.32468 -82.701416,-40.49645 -97.82397,-84.80987 -4.689432,-13.7775 -6.688792,-26.10092 -6.688792,-41.47794 0,-15.37701 1.99936,-27.70042 6.688792,-41.47795 15.122554,-44.313399 52.201888,-76.48517 97.82397,-84.809836 4.25322,-0.763404 6.76153,-1.090573 14.35915,-1.817604 3.27171,-0.327168 18.79413,0.14544 23.011,0.690686 z" />
</svg>
</div>
<h2 class="status">{{hover}}</h2>
</div>
<h2>Ou cliquez sur un des boutons</h2>
<choicebox buttons="Blockchain,FAQ,Plateformes d'échange,Licences AGPL,Outils,Toile de Confiance,Charte,Instances et Services,Financements,Communication,Sites internets"
links="/blockchain,/faq,/change,/agpl,/tools,/tdc,https://duniter.org/fr/files/licence_g1.txt, /services-instances,/finance,/com,/website"></choicebox>
</div>
@ -201,17 +201,23 @@ align-items: center;
.svg-container{
width:300px;
height:390px;
height:330px;
display: flex;
flex-direction:row ;
margin-right:20px;
}
.choice{
display: flex;
flex-direction: row;
flex-direction: column;
align-items:center;
}
.status{
width:300px;
width:500px;
height:25px;
text-align:center;
}
.ban{
width:800px;
margin-bottom:50px;
}
</style>