liens footer promotion du site

This commit is contained in:
Tykayn 2022-11-15 19:36:28 +01:00 committed by tykayn
parent b6c35636c1
commit d4dcbe64d0
2 changed files with 27 additions and 0 deletions

View File

@ -57,6 +57,16 @@ class LinkFooter extends React.PureComponent {
<p>
<strong>{domain}</strong>:
{' '}
<a href='https://www.cipherbliss.com'>
<i className='fa fa-world' />Cipherbliss.com</a >
<a href='https://mastodon.cipherbliss.com/@tykayn'>
<i className='fa fa-paper-plane' />
contactez l'admin
</a >
<a href='https://liberapay.com/cipherbliss'>
<i className='fa fa-coffee' /> Supportez
Cipherbliss</a >
<Link key='about' to='/about'><FormattedMessage id='footer.about' defaultMessage='About' /></Link>
{canInvite && (
<>

View File

@ -43,3 +43,20 @@
border-radius: 100%;
}
}
.admin{
.sidebar-wrapper{
background-image: url('~flavours/glitch/images/bliss/home2.jpg');
background-position: left;
background-repeat: no-repeat;
}
.accounts-table__email{
width: 200px;
}
}
.link-footer{
a{
margin-right: 2ch;
}
}