mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-11 13:25:12 +00:00
Merge pull request #385 from mattcode55/irc-channels
Cleanup IRC channels
This commit is contained in:
commit
3bfa17e9b4
3 changed files with 29 additions and 38 deletions
22
_data/irc.yml
Normal file
22
_data/irc.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
- channel: monero
|
||||
description: This channel is used to discuss all things Monero related.
|
||||
- channel: monero-community
|
||||
description: This channel is for the Monero community to congretate and discuss ideas.
|
||||
- channel: monero-dev
|
||||
description: The many contributors and developers come here to discuss dev-y things.
|
||||
- channel: monero-ffs
|
||||
description: Regarding the Monero forum funding system.
|
||||
- channel: monero-markets
|
||||
description: We use this channel to talk about the price of Monero and other coins.
|
||||
- channel: monero-offtopic
|
||||
description: Chatting with other Monero users about things not related to Monero.
|
||||
- channel: monero-otc
|
||||
description: Over the counter Monero. Come here to purchase XMR from your fellow Moneron.
|
||||
- channel: monero-pools
|
||||
description: This is the place for mining questions and discussion.
|
||||
- channel: monero-research-lab
|
||||
description: Research into financial privacy with cryptocurrency.
|
||||
- channel: monero-translations
|
||||
description: Localizing Monero into other languages
|
||||
- channel: monero-website
|
||||
description: For the development of the Monero website
|
|
@ -7,7 +7,6 @@ The Monero community is diverse and varied. We come from all over, but we defini
|
|||
</div>
|
||||
|
||||
<div class="hangouts">
|
||||
|
||||
<section class="container">
|
||||
<ul class="row center-xs">
|
||||
<li>
|
||||
|
@ -56,38 +55,12 @@ The Monero community is diverse and varied. We come from all over, but we defini
|
|||
<p>The Monero community utilizes a lot of IRC channels that each serve different purposes. Some to work, and some just to hang out. You'll find the more popular ones below.</p>
|
||||
</div>
|
||||
<div class="row irc">
|
||||
<div class="col-md-4">
|
||||
<a href="irc://chat.freenode.net/#monero">#monero</a>
|
||||
<p>This channel is used to discuss all things Monero related.</p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<a href="irc://chat.freenode.net/#monero-community">#monero-community</a>
|
||||
<p>This channel is for the Monero community to congretate and discuss ideas.</p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<a href="irc://chat.freenode.net/#monero-dev">#monero-dev</a>
|
||||
<p>The many contributors and developers come here to discuss dev-y things.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row irc">
|
||||
<div class="col-md-4">
|
||||
<a href="irc://chat.freenode.net/#monero-markets">#monero-markets</a>
|
||||
<p>We use this channel to talk about the price of Monero and other coins.</p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<a href="irc://chat.freenode.net/#monero-otc">#monero-otc</a>
|
||||
<p>Over the counter Monero. Come here to purchase XMR from your fellow Moneron.</p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<a href="irc://chat.freenode.net/#monero-pools">#monero-pools</a>
|
||||
<p>This is the place for mining questions and discussion.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row irc">
|
||||
<div class="col-md-4">
|
||||
<a href="irc://chat.freenode.net/#monero-research-lab">#monero-research-lab</a>
|
||||
<p>Research into financial privacy with cryptocurrency.</p>
|
||||
</div>
|
||||
{% for channel in site.data.irc %}
|
||||
<div class="col-md-4">
|
||||
<a href="irc://chat.freenode.net/#{{ channel.channel }}">#{{ channel.channel }}</a>
|
||||
<p>{{ channel.description }}</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3226,11 +3226,7 @@ footer {
|
|||
}
|
||||
|
||||
.hangouts .irc .col-md-4 {
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
|
||||
.hangouts .irc a {
|
||||
margin-bottom: 1rem;
|
||||
padding: 1rem 0.5rem;
|
||||
}
|
||||
|
||||
.hangouts .sequestions a {
|
||||
|
|
Loading…
Reference in a new issue