monero-site/community/sponsorships/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

4.2 KiB

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

{% t sponsorships.intro %}

My Monero

JetBrains

Dome9 Security

Kitware

        <div class="center one-third no-pad-sm 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>Fork Networking</h2>
                        <a href="https://www.forked.net"><img src="/img/forked_logo.png"></a>
                    </div>
                </div>
            </div>
        </div>

        <div class="right one-third no-pad-sm 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>Araxis</h2>
                        <a href="https://www.araxis.com/"><img src="/img/araxis.png"></a>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="row">
        <div class="left half no-pad-sm col-lg-6 col-md-6 col-sm-12 col-xs-12">
            <div class="info-block">
                <div class="row center-xs">
                    <div class="col">
                        <h2>Navicat</h2>
                        <a href="https://www.navicat.com"><img src="/img/navicat.png"></a>
                    </div>
                </div>
            </div>
        </div>
        <div class="right half no-pad-sm col-lg-6 col-md-6 col-sm-12 col-xs-12">
            <div class="info-block">
                <div class="row center-xs">
                    <div class="col">
                        <h2>Symas</h2>
                        <a href="https://symas.com/"><img src="/img/symas.png"></a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

{% t global.untranslated %} README.