Edit css,choicebox,add title on home

This commit is contained in:
Le Libre Au Quotidien 2020-05-29 18:33:12 +02:00
parent 4ba4402195
commit 7fb4322b31
3 changed files with 15 additions and 6 deletions

View File

@ -111,7 +111,7 @@ a[href*="youtube.com"]::after{
content:"Youtube";
}
/* DEFINE DEFAULT USE FONT */
h2,h3,p,.buttons-redirect,span,a{
h1,h2,h3,p,.buttons-redirect,span,a{
font-family: 'gidole';
}
.link{

View File

@ -1,6 +1,5 @@
<template>
<div id="choicebox">
<h2>Nous avons trouvés plusieurs résultats pour vous</h2>
<div class="adisplay">
<a v-for="value in myList" :key="value" :href="value.url">{{ value.btn }} </a>

View File

@ -1,5 +1,10 @@
<template>
<div id="home">
<h1>Infojune</h1>
<h2>Tous les sites de la G1 sur une seule page</h2>
<div class="choice">
<div class="svg-container">
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
@ -117,10 +122,11 @@
</svg>
</div>
<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>
<choicebox buttons="Blockchain,FAQ,Plateformes d'échange,Licences AGPL,Outils,Toile de Confiance,Charte,Instances et Services,Financements,Communication,Sites internets" links=""></choicebox>
</div>
</template>
<script>
@ -139,8 +145,8 @@ export default {
#home{
display:flex;
flex-direction: row;
justify-content: center;
flex-direction: column;
align-items: center;
}
choicebox{
margin-left:100px;
@ -157,6 +163,10 @@ header{
display: flex;
flex-direction:row ;
}
.choice{
display: flex;
flex-direction: row;
}
#svg8{
width:200px;
width:200px;