mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
liens footer promotion du site
This commit is contained in:
parent
b6c35636c1
commit
d4dcbe64d0
@ -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 && (
|
||||
<>
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user