update content + add custom files in patch #7
This commit is contained in:
34
patches/frontend/src/custom/footer/footer.css
Normal file
34
patches/frontend/src/custom/footer/footer.css
Normal file
@@ -0,0 +1,34 @@
|
||||
footer{
|
||||
margin-top: 20px;
|
||||
padding: 20px 0px;
|
||||
text-align: center;
|
||||
background: rgb(226, 226, 226);
|
||||
}
|
||||
|
||||
footer p, footer div{
|
||||
margin: 0 auto;
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
footer div{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
footer div a {
|
||||
text-decoration: none;
|
||||
color: var(--secondary) !important;
|
||||
}
|
||||
|
||||
footer div a:hover {
|
||||
border-bottom: solid 1px black;
|
||||
}
|
||||
|
||||
footer div.logo {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
footer div.logo img {
|
||||
height: 90px;
|
||||
margin: 3px;
|
||||
}
|
15
patches/frontend/src/custom/footer/footer.html
Normal file
15
patches/frontend/src/custom/footer/footer.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<footer>
|
||||
<div>
|
||||
<a [routerLink]="[ '/home']">Accueil</a> | <a href="https://github.com/PnX-SI/GeoNature-citizen">GeoNature-citizen</a> | <a [routerLink]="[ '/about']" >A propos</a>
|
||||
</div>
|
||||
|
||||
<div class='logo'>
|
||||
<a target='_blank' href='https://www.wallonie.be'><img alt='logo' src='assets/logo_wallonie.png'></a>
|
||||
<a target='_blank' href='https://www.digitalwallonia.be'><img alt='logo' src='assets/logo_dw.png'></a>
|
||||
<a target='_blank' href='https://enrd.ec.europa.eu/leader-clld_fr'><img alt='logo' src='assets/logo_leader.png'></a>
|
||||
<a target='_blank' href='https://www.wasseiges.be'><img alt='logo' src='assets/logo-commune-wasseiges.jpg'></a>
|
||||
<a target='_blank' href='https://www.meusecampagnes.be'><img alt='logo' src='assets/logo_gal.png'></a>
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
|
Reference in New Issue
Block a user