mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-22 10:44:44 +00:00
Added discord link to the hangout section
This commit is contained in:
parent
99fd539bea
commit
cda6790252
3 changed files with 13 additions and 0 deletions
|
@ -28,6 +28,9 @@ meta_descr: hangouts.intro
|
|||
<li>
|
||||
<a class="ext-noicon" href="https://telegram.me/monero" target="_blank" rel="noreferrer noopener" aria-label="Telegram logo"><div class="social-icon telegram"></div></a>
|
||||
</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>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -4168,6 +4168,16 @@ p.hangouts-social {
|
|||
background-position: -176px -238px;
|
||||
}
|
||||
|
||||
.social-icon.discord {
|
||||
background-image: url(../img/monero-spritesheet.png);
|
||||
background-position: -128px -286px;
|
||||
}
|
||||
|
||||
.social-icon.discord:hover {
|
||||
background-image: url(../img/monero-spritesheet.png);
|
||||
background-position: -176px -286px;
|
||||
}
|
||||
|
||||
.hangouts .irc .col-md-4 {
|
||||
padding: 1rem 0.5rem;
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Loading…
Reference in a new issue