diff --git a/_data/irc.yml b/_data/irc.yml new file mode 100644 index 00000000..7a9bea00 --- /dev/null +++ b/_data/irc.yml @@ -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 \ No newline at end of file diff --git a/community/hangouts/index.md b/community/hangouts/index.md index cf264b47..b07c170e 100644 --- a/community/hangouts/index.md +++ b/community/hangouts/index.md @@ -7,7 +7,6 @@ The Monero community is diverse and varied. We come from all over, but we defini
-
-
- #monero -

This channel is used to discuss all things Monero related.

-
-
- #monero-community -

This channel is for the Monero community to congretate and discuss ideas.

-
-
- #monero-dev -

The many contributors and developers come here to discuss dev-y things.

-
-
-
-
- #monero-markets -

We use this channel to talk about the price of Monero and other coins.

-
-
- #monero-otc -

Over the counter Monero. Come here to purchase XMR from your fellow Moneron.

-
-
- #monero-pools -

This is the place for mining questions and discussion.

-
-
-
-
- #monero-research-lab -

Research into financial privacy with cryptocurrency.

-
+ {% for channel in site.data.irc %} +
+ #{{ channel.channel }} +

{{ channel.description }}

+
+ {% endfor %}
diff --git a/css/custom.css b/css/custom.css index b78f9792..ab9a18f7 100644 --- a/css/custom.css +++ b/css/custom.css @@ -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 {