2017-07-04 06:00:32 +00:00
---
layout: custom
2017-12-19 21:14:59 +00:00
title: titles.hangouts
2017-11-27 20:31:39 +00:00
permalink: /community/hangouts/index.html
2017-07-04 06:00:32 +00:00
---
2018-05-26 22:32:58 +00:00
2018-07-05 15:04:14 +00:00
{% t global.lang_tag %}
2018-05-26 22:32:58 +00:00
< div class = "text-center container description" >
< p > {% t hangouts.intro %}< / p >
< / div >
< div class = "hangouts" >
< section class = "container" >
< ul class = "row center-xs" >
< li >
< a href = "https://twitter.com/monerocurrency" target = "_blank" rel = "noreferrer noopener" > < div class = "social-icon twitter" > < / div > < / a >
< / li >
< li >
< a href = "https://reddit.com/r/monero" target = "_blank" rel = "noreferrer noopener" > < div class = "social-icon reddit" > < / div > < / a >
< / li >
< li >
< a href = "https://www.facebook.com/monerocurrency/" target = "_blank" rel = "noreferrer noopener" > < div class = "social-icon facebook" > < / div > < / a >
< / li >
< li >
< a href = "https://github.com/monero-project" target = "_blank" rel = "noreferrer noopener" > < div class = "social-icon github" > < / div > < / a >
< / li >
< / ul >
< / section >
< section class = "container" >
< div class = "row" >
<!-- left two - thirds block -->
< div class = "left two-thirds col-lg-8 col-md-8 col-sm-12 col-xs-12" >
< div class = "col-xs-12" >
< div class = "info-block" >
< div class = "row center-xs" >
< div class = "col" >
< h2 > {% t hangouts.resources %}< / h2 >
< / div >
< / div >
< div class = "row center-xs" >
< p > {% t hangouts.resources_para %}< / p >
< / div >
< div class = "row relays around-xs" >
< div class = "col-md-4 col-sm-4 col-xs-4" >
< p > < a href = "https://monero.slack.com/" class = "btn-link btn-fixed" > Slack< / a > < / p >
< / div >
< div class = "col-md-4 col-sm-4 col-xs-4" >
< p > < a href = "https://mattermost.getmonero.org/" class = "btn-link btn-fixed" > Mattermost< / a > < / p >
< / div >
< div class = "col-md-4 col-sm-4 col-xs-4" >
< p > < a href = "https://taiga.getmonero.org/" class = "btn-link btn-fixed" > Taiga< / a > < / p >
< / div >
< / div >
< / div >
< div class = "info-block" >
< div class = "row center-xs" >
< div class = "col" >
< h2 > {% t hangouts.irc %}< / h2 >
< / div >
< / div >
< div class = "row start-xs" >
< p > {% t hangouts.irc_para %}< / p >
< / div >
< div class = "row irc" >
2018-06-22 21:19:52 +00:00
{% for channel in site.translations[site.lang].hangouts.irc_channels %}
2018-05-26 22:32:58 +00:00
< div class = "col-md-4 col-xs-12" >
< a href = "irc://chat.freenode.net/#{{ channel.channel }}" > #{{ channel.channel }}< / a >
< p > {{ channel.description }}< / p >
< / div >
{% endfor %}
< / div >
< / div >
< / div >
< / div >
<!-- end left two - thirds block -->
<!-- right one - third block -->
< div class = "right one-third col-lg-4 col-md-4 col-sm-12 col-xs-12" >
< div class = "info-block" >
< div class = "row center-xs" >
2018-06-15 21:22:11 +00:00
< div class = "col" > < h2 > {% t hangouts.stack_exchange %}< / h2 > < / div >
2018-05-26 22:32:58 +00:00
< / div >
< div class = "row start-xs" >
2018-06-15 21:22:11 +00:00
< p > {% t hangouts.stack_exchange_para %}< / p >
2018-05-26 22:32:58 +00:00
< / div >
< div class = "row start-xs sequestions" >
< a href = "https://monero.stackexchange.com/questions/4277/why-does-monero-have-higher-transaction-fees-than-bitcoin" > Why does monero have higher transaction fees than bitcoin?< / a >
< a href = "https://monero.stackexchange.com/questions/4335/what-does-moneros-scaling-roadmap-look-like" > What does Monero's scaling roadmap look like?< / a >
< a href = "https://monero.stackexchange.com/questions/4302/what-cryptography-primitives-concepts-other-than-the-basic-ones-does-monero-us" > What cryptography primitives/concepts, other than the basic ones, does Monero use?< / a >
< a href = "https://monero.stackexchange.com/questions/4242/how-to-extract-data-from-local-blockchain" > How to extract data from local blockchain?< / a >
< a href = "https://monero.stackexchange.com/questions/4377/hiding-tcp-traffic-for-monero-miners" > Hiding TCP traffic for Monero miners?< / a >
< / div >
< div class = "row center-xs" >
2018-06-15 21:22:11 +00:00
< p > < a href = "https://monero.stackexchange.com" class = "btn-link btn-auto" > {% t hangouts.stack_exchange_link %}< / a > < / p >
2018-05-26 22:32:58 +00:00
< / div >
< / div >
< / div >
<!-- end right one - third block -->
< / div >
< / section >
< / div >
< div class = "untranslated {% t hangouts.translated %}" >
< p > {% t global.untranslated %} < a class = "untranslated-link" href = "https://github.com/monero-project/monero-site/blob/master/README.md" > README< / a > .< / p >
< / div >