mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-30 22:45:54 +00:00
Hangouts: Add Monero.town
Add Monero.town lemmy instance to hangouts page
This commit is contained in:
parent
047f3bc955
commit
cabf524f1e
4 changed files with 14 additions and 0 deletions
|
@ -31,6 +31,9 @@ meta_descr: hangouts.intro
|
||||||
<li>
|
<li>
|
||||||
<a class="ext-noicon" href="https://discord.gg/SyGUMWBqvF" target="_blank" rel="noreferrer noopener" aria-label="Discord logo"><div class="social-icon discord"></div></a>
|
<a class="ext-noicon" href="https://discord.gg/SyGUMWBqvF" target="_blank" rel="noreferrer noopener" aria-label="Discord logo"><div class="social-icon discord"></div></a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="ext-noicon" href="https://scribe.disroot.org/c/monero@monero.town" target="_blank" rel="noreferrer noopener" aria-label="Lemmy logo"><div class="social-icon lemmy"></div></a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4218,6 +4218,17 @@ p.hangouts-social {
|
||||||
width: 3rem;
|
width: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.social-icon.lemmy {
|
||||||
|
background-image: url(../img/lemmy.avif);
|
||||||
|
background-color: white;
|
||||||
|
background-size: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-icon.lemmy:hover {
|
||||||
|
background-image: url(../img/lemmy-hover.avif);
|
||||||
|
background-color: #ff6500;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 62rem) {
|
@media only screen and (max-width: 62rem) {
|
||||||
|
|
||||||
.hangouts .irc .col-md-4 {
|
.hangouts .irc .col-md-4 {
|
||||||
|
|
BIN
img/lemmy-hover.avif
Normal file
BIN
img/lemmy-hover.avif
Normal file
Binary file not shown.
BIN
img/lemmy.avif
Normal file
BIN
img/lemmy.avif
Normal file
Binary file not shown.
Loading…
Reference in a new issue