monero-site/community/hangouts/index.md
rehrar a22d7eda73 OH MY GOSH THIS LOCALIZATION REIMPLEMENTATION TOOK FOREVER
- Deleted flippin' template directories (unnecessary now)
- Moved all cussin' HTML to root files instead of in _i18n folder (except for guides)
- Replaced all freakin' strings with liquid translation tags
- Added all Kevin' strings for each language already merged to their respective .yml files
- 40 seconds of testing before sending PR

Signed-off-by: rehrar <rehrar@tuta.io>
2018-05-26 16:32:58 -06:00

5.8 KiB

layout title permalink
custom titles.hangouts /community/hangouts/index.html

{% t hangouts.intro %}

{% t hangouts.resources %}

{% t hangouts.resources_para %}

{% t hangouts.irc %}

{% t hangouts.irc_para %}

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

{{ channel.description }}

{% endfor %}
            <!-- 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">
                            <div class="col"><h2>Stack Exchange</h2></div>
                        </div>
                        <div class="row start-xs">
                            <p>The Monero Stack Exchange is a quick and easy way to ask questions and get answers. Below you'll find some high quality question/answer pairs to some frequently asked questions.</p>
                        </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">
                            <p><a href="https://monero.stackexchange.com" class="btn-link btn-auto">Visit Stack Exchange</a></p>
                        </div>
                    </div>
           </div>
           <!-- end right one-third block-->
       </div>
    </section>

{% t global.untranslated %} README.