Set up initial structure for multilingual workings and community pages

- Set up folder structure for the multilingual plugin
- Copied the en_strings to en.yml (and es.yml temporarily until translated) as supposed to be
- Readied Community pages for translation (initial testing done with Community pages)
This commit is contained in:
rehrar 2017-11-27 13:31:39 -07:00
parent 6fb17cb3b2
commit 5cd5e7ea91
No known key found for this signature in database
GPG key ID: 9B252A4EF355CC8D
17 changed files with 959 additions and 426 deletions

97
_i18n/en.yml Normal file
View file

@ -0,0 +1,97 @@
global:
date: '%Y/%m/%d'
monero: Monero
getting_started: Getting Started
copyright: Copyright
monero_project: The Monero Project
sitename: getmonero.org, The Monero Project
wiki: Moneropedia
tags: Articles By Tag
wikimeta: on Moneropedia, the open encyclopedia of Monero knowledge
tagsmeta: All Monero blog articles that are tagged
titlemeta: on the home of Monero, a digital currency that is secure, private, and untraceable
terms: Terms
privacy: Privacy
copyright: Copyright
edit: Edit This Page
menu:
forum: Forum
blog: Blog
knowledge_base: Knowledge Base
community: Community
bitcointalk: Bitcointalk Thread
reddit: Reddit
allblog: All Blog Posts
devdiaries: Dev Diaries
missives: Monero Missives
uncategorised: Uncategorized
choose: How to Choose a Monero Client
running: How to Run a Monero Node
donations: Donating and Sponsorships
contribute: Contributing to Monero
downloads: All Monero Downloads
github: GitHub
merchants: Merchants and Services Directory
accepting: Accepting Monero Payments
about: About Monero
people: The People Behind Monero
userguides: User Guides
developerguides: Developer Guides
vrp: Vulnerability Response Process
goals: Design & Development Goals
openalias: The OpenAlias Project
lab: Monero Research Lab
alternative: Alternative Clients
projects: External Projects
stackexchange: StackExchange Q&A
slack: Slack Chat
telegram: Telegram Chat
irc: IRC on Freenode
irc-general: "#monero (General)"
irc-development: "#monero-dev (Development)"
irc-trading: "#monero-otc (OTC Trading)"
irc-markets: "#monero-markets (Markets)"
irc-mining: "#monero-pools (Mining)"
index:
page_title: "Monero - secure, private, untraceable"
what_is_1: What is
what_is_2: " ?"
what_is_orange_block: "Monero is a secure, private, untraceable currency that is open-source and freely available for anyone to use."
what_is_text_block_1: "With Monero, you are your own bank; You have complete control over your funds. With Monero, your accounts and transactions are kept private."
what_is_text_block_2: "Want to find out more? An overview of Monero's main features are below. If you'd like to try Monero for yourself the"
what_is_text_block_3: "Getting Started"
what_is_text_block_4: "section is an excellent launching point."
news: News
the_latest: The Latest
private: Private
secure: Secure
untraceable: Untraceable
private_text: "Monero uses hidden amounts, origins and destinations of @transactions. This means that nobody knows how much you're sending in a transaction except you. This ensures that your purchases and other transfers remain private by default."
untraceable_text: "By taking advantage of @ring-signatures, Monero allows you to send and receive funds privately. Even though your transactions are publicly verifiable on the @blockchain, transactions use digital signatures that specify a group of signers such that the person verifying cant tell which person actually produced the signature. Because it's ambiguous which funds have been spent, your transaction remains private and cannot be traced back to you."
secure_text: "Monero uses a distributed peer-to-peer @consensus network and every transaction is cryptographically signed. Your coins are safely stored on the @blockchain and can be restored at any time with the use of a 25 word @mnemonic-seed on any computer with the Monero software. Wallet files are encrypted on disk and locked with a passphrase, rendering them useless if stolen."
how_do_i_1: "How do I "
how_do_i_2: " ?"
get_started: get started
get_started_1: "The fastest way to start using Monero is with a web @account manager such as "
mymonero: "MyMonero"
get_started_2: "."
get_started_3: "Alternatively, if you would like to run a [full Monero node](/getting-started/running) you can download the client and a kick-starter @blockchain (to bring your local client up to speed) using the download link on the right."
where_can_i: Where can I
download_1: download
download_2: " ?"
different_os: "Need it for a different operating system?"
all_downloads: View all available downloads here
c_download: Download
monero_for: Monero for
latest_blockchain: Latest @Blockchain
blog:
title_1: All
title_2: Blog
title_3: Posts
tagged: Tagged under
author: Posted by
date: Posted at
forum: Click here to join the discussion for this entry on the Monero Forum
tags:
all: Articles by Tag
notags: There are no posts for this tag.

View file

@ -0,0 +1,27 @@
<div markdown="1" class="text-center container description">
Monero people are always down to get together and have a good time. Check below to see Monero-related events happening in your area.
</div>
{% for toplevel in site.data.events %}
<div class="events">
<div class="container full col-xs-12">
<div class="info-block text-adapt">
<div class="row">
<div class="col-xs-12">
<h2>{{toplevel.event}}</h2>
<h3>Where</h3>
<p>{{toplevel.where}}</p>
<h3>When</h3>
<p>{{toplevel.when}}</p>
<h3>Description</h3>
<p>{{toplevel.description}}</p>
<h3>Link</h3>
<a>{{toplevel.link}}</a>
</div>
</div>
</div>
</div>
</div>
{%endfor%}

View file

@ -0,0 +1,96 @@
<div markdown="1" class="text-center container description">
The Monero community is diverse and varied. We come from all over, but we definitely have some places we like to hang out together. You'll find most of them below. Join us!
</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>Workgroup Resources</h2>
</div>
</div>
<div class="row center-xs">
<p>In an effort to support organic workgroups, Monero has several resources that the community can use to meet and plan projects. Mattermost even has relays into the most popular Monero-related IRC channels.</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>IRC Channels</h2>
</div>
</div>
<div class="row start-xs">
<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">
{% for channel in site.data.irc %}
<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">
<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/4302/what-cryptography-primitives-concepts-other-than-the-basic-ones-does-monero-us">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>
</div>

View file

@ -0,0 +1,26 @@
<div markdown="1" class="text-center container description">
Merchants of all kinds have come to value the financial privacy that Monero brings. Below is a list of the merchants that we know of that currently accept Monero for their goods and services. If a company no longer accepts Monero or you would like your business to be listed, please [open a GitHub issue and let us know](https://github.com/monero-project/monero-site/issues).
</div>
<div class="merchants">
{% for toplevel in site.data.merchants %}
<div class="container full" id="{{toplevel.id}}">
<div class="info-block">
<h2>{{toplevel.category}}</h2>
<div class="row">
{% assign sortedMerchants = toplevel.merchants | sort: 'name' %}
{% for merchants in sortedMerchants %}
<div class="col-md-4 col-sm-6 col-xs-12">
<a href="{{merchants.url}}">{{merchants.name}}</a>
</div>
{% endfor %}
</div>
</div>
</div>
{%endfor%}
</div>
<div markdown="1" class="text-center container description">
*Please note: these links are being provided as a convenience and for informational purposes only; they do not constitute an endorsement by the Monero community of any products, services or opinions of the corporations or organizations or individuals listed. The Monero community bears no responsibility for the accuracy, legality, or content of these external sites. Contact the external site for answers to questions regarding its content. As always, caveat emptor ("buyer beware"); you are responsible for doing your own research. Always use judgement when making online purchases.*
</div>

View file

@ -0,0 +1,96 @@
<div markdown="1" class="text-center container description">
The following businesses have supported the Monero Project in its goal to bring financial privacy to the world. We couldn't be more grateful for their contributions. If you would like to sponsor the Monero Project and be listed on this page, please send an email to dev@getmonero.org.
</div>
<div>
<section class="container sponsors">
<div class="row">
<div class="left 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>My Monero</h2>
<a href="https://mymonero.com/#/" target="_blank" rel="noreferrer noopener"><img src="/img/mymonero.png"></a>
</div>
</div>
</div>
</div>
<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>JetBrains</h2>
<a href="http://www.jetbrains.com/"><img src="/img/jetbrains.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>Dome9 Security</h2>
<a href="https://dome9.com/"><img src="/img/dome9.png"></a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="left 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>Kitware</h2>
<a href="https://www.kitware.com/"><img src="/img/kitware.png"></a>
</div>
</div>
</div>
</div>
<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>
</div>

180
_i18n/en/community/team.md Normal file
View file

@ -0,0 +1,180 @@
<div class="team">
<section class="container">
<div class="row">
<div class="col-xs-12">
<div class="tabPanel-widget">
<label for="tab-1" tabindex="0"></label>
<input id="tab-1" type="radio" name="tabs" aria-hidden="true" checked>
<h2>Core</h2>
<div class="tabPanel-content">
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Core" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-6 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs">
<p>{{member.email}}</p>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
<label for="tab-2" tabindex="0"></label>
<input id="tab-2" type="radio" name="tabs" aria-hidden="true">
<h2>Developers</h2>
<div class="tabPanel-content">
<div class="container full">
<div class="info-block text-adapt">
<div class="row">
<div class="col-xs-12 text-adapt">
<p>The Monero Project has had well over 200 contributors over the life of the project. For a complete list, please see the <a href="https://www.openhub.net/p/monero/contributors">OpenHub contributors page</a>. Below you'll find some individuals that have gone above and beyond for Monero.</p>
</div>
</div>
</div>
</div>
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Developers" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-6 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
<label for="tab-3" tabindex="0"></label>
<input id="tab-3" type="radio" name="tabs" aria-hidden="true">
<h2>Community</h2>
<div class="tabPanel-content">
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Community" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-6 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
<label for="tab-4" tabindex="0"></label>
<input id="tab-4" type="radio" name="tabs" aria-hidden="true">
<h2>Research Lab</h2>
<div class="tabPanel-content">
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Monero Research Lab" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-12 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
<label for="tab-5" tabindex="0"></label>
<input id="tab-5" type="radio" name="tabs" aria-hidden="true">
<h2>Special Thanks</h2>
<div class="tabPanel-content">
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Special Thanks" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-12 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
</div>
</div>
</div>
</section>
</div>

97
_i18n/es.yml Normal file
View file

@ -0,0 +1,97 @@
global:
date: '%Y/%m/%d'
monero: Monero
getting_started: Getting Started
copyright: Copyright
monero_project: The Monero Project
sitename: getmonero.org, The Monero Project
wiki: Moneropedia
tags: Articles By Tag
wikimeta: on Moneropedia, the open encyclopedia of Monero knowledge
tagsmeta: All Monero blog articles that are tagged
titlemeta: on the home of Monero, a digital currency that is secure, private, and untraceable
terms: Terms
privacy: Privacy
copyright: Copyright
edit: Edit This Page
menu:
forum: Forum
blog: Blog
knowledge_base: Knowledge Base
community: Community
bitcointalk: Bitcointalk Thread
reddit: Reddit
allblog: All Blog Posts
devdiaries: Dev Diaries
missives: Monero Missives
uncategorised: Uncategorized
choose: How to Choose a Monero Client
running: How to Run a Monero Node
donations: Donating and Sponsorships
contribute: Contributing to Monero
downloads: All Monero Downloads
github: GitHub
merchants: Merchants and Services Directory
accepting: Accepting Monero Payments
about: About Monero
people: The People Behind Monero
userguides: User Guides
developerguides: Developer Guides
vrp: Vulnerability Response Process
goals: Design & Development Goals
openalias: The OpenAlias Project
lab: Monero Research Lab
alternative: Alternative Clients
projects: External Projects
stackexchange: StackExchange Q&A
slack: Slack Chat
telegram: Telegram Chat
irc: IRC on Freenode
irc-general: "#monero (General)"
irc-development: "#monero-dev (Development)"
irc-trading: "#monero-otc (OTC Trading)"
irc-markets: "#monero-markets (Markets)"
irc-mining: "#monero-pools (Mining)"
index:
page_title: "Monero - secure, private, untraceable"
what_is_1: What is
what_is_2: " ?"
what_is_orange_block: "Monero is a secure, private, untraceable currency that is open-source and freely available for anyone to use."
what_is_text_block_1: "With Monero, you are your own bank; You have complete control over your funds. With Monero, your accounts and transactions are kept private."
what_is_text_block_2: "Want to find out more? An overview of Monero's main features are below. If you'd like to try Monero for yourself the"
what_is_text_block_3: "Getting Started"
what_is_text_block_4: "section is an excellent launching point."
news: News
the_latest: The Latest
private: Private
secure: Secure
untraceable: Untraceable
private_text: "Monero uses hidden amounts, origins and destinations of @transactions. This means that nobody knows how much you're sending in a transaction except you. This ensures that your purchases and other transfers remain private by default."
untraceable_text: "By taking advantage of @ring-signatures, Monero allows you to send and receive funds privately. Even though your transactions are publicly verifiable on the @blockchain, transactions use digital signatures that specify a group of signers such that the person verifying cant tell which person actually produced the signature. Because it's ambiguous which funds have been spent, your transaction remains private and cannot be traced back to you."
secure_text: "Monero uses a distributed peer-to-peer @consensus network and every transaction is cryptographically signed. Your coins are safely stored on the @blockchain and can be restored at any time with the use of a 25 word @mnemonic-seed on any computer with the Monero software. Wallet files are encrypted on disk and locked with a passphrase, rendering them useless if stolen."
how_do_i_1: "How do I "
how_do_i_2: " ?"
get_started: get started
get_started_1: "The fastest way to start using Monero is with a web @account manager such as "
mymonero: "MyMonero"
get_started_2: "."
get_started_3: "Alternatively, if you would like to run a [full Monero node](/getting-started/running) you can download the client and a kick-starter @blockchain (to bring your local client up to speed) using the download link on the right."
where_can_i: Where can I
download_1: download
download_2: " ?"
different_os: "Need it for a different operating system?"
all_downloads: View all available downloads here
c_download: Download
monero_for: Monero for
latest_blockchain: Latest @Blockchain
blog:
title_1: All
title_2: Blog
title_3: Posts
tagged: Tagged under
author: Posted by
date: Posted at
forum: Click here to join the discussion for this entry on the Monero Forum
tags:
all: Articles by Tag
notags: There are no posts for this tag.

View file

@ -0,0 +1,27 @@
<div markdown="1" class="text-center container description">
Monero people are always down to get together and have a good time. Check below to see Monero-related events happening in your area.
</div>
{% for toplevel in site.data.events %}
<div class="events">
<div class="container full col-xs-12">
<div class="info-block text-adapt">
<div class="row">
<div class="col-xs-12">
<h2>{{toplevel.event}}</h2>
<h3>Where</h3>
<p>{{toplevel.where}}</p>
<h3>When</h3>
<p>{{toplevel.when}}</p>
<h3>Description</h3>
<p>{{toplevel.description}}</p>
<h3>Link</h3>
<a>{{toplevel.link}}</a>
</div>
</div>
</div>
</div>
</div>
{%endfor%}

View file

@ -0,0 +1 @@
<p>No</p>

View file

@ -0,0 +1,26 @@
<div markdown="1" class="text-center container description">
Merchants of all kinds have come to value the financial privacy that Monero brings. Below is a list of the merchants that we know of that currently accept Monero for their goods and services. If a company no longer accepts Monero or you would like your business to be listed, please [open a GitHub issue and let us know](https://github.com/monero-project/monero-site/issues).
</div>
<div class="merchants">
{% for toplevel in site.data.merchants %}
<div class="container full" id="{{toplevel.id}}">
<div class="info-block">
<h2>{{toplevel.category}}</h2>
<div class="row">
{% assign sortedMerchants = toplevel.merchants | sort: 'name' %}
{% for merchants in sortedMerchants %}
<div class="col-md-4 col-sm-6 col-xs-12">
<a href="{{merchants.url}}">{{merchants.name}}</a>
</div>
{% endfor %}
</div>
</div>
</div>
{%endfor%}
</div>
<div markdown="1" class="text-center container description">
*Please note: these links are being provided as a convenience and for informational purposes only; they do not constitute an endorsement by the Monero community of any products, services or opinions of the corporations or organizations or individuals listed. The Monero community bears no responsibility for the accuracy, legality, or content of these external sites. Contact the external site for answers to questions regarding its content. As always, caveat emptor ("buyer beware"); you are responsible for doing your own research. Always use judgement when making online purchases.*
</div>

View file

@ -0,0 +1,96 @@
<div markdown="1" class="text-center container description">
The following businesses have supported the Monero Project in its goal to bring financial privacy to the world. We couldn't be more grateful for their contributions. If you would like to sponsor the Monero Project and be listed on this page, please send an email to dev@getmonero.org.
</div>
<div>
<section class="container sponsors">
<div class="row">
<div class="left 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>My Monero</h2>
<a href="https://mymonero.com/#/" target="_blank" rel="noreferrer noopener"><img src="/img/mymonero.png"></a>
</div>
</div>
</div>
</div>
<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>Araxis</h2>
<a href="https://www.araxis.com/"><img src="/img/araxis.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>Dome9 Security</h2>
<a href="https://dome9.com/"><img src="/img/dome9.png"></a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="left 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>Kitware</h2>
<a href="https://www.kitware.com/"><img src="/img/kitware.png"></a>
</div>
</div>
</div>
</div>
<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>JetBrains</h2>
<a href="http://www.jetbrains.com/"><img src="/img/jetbrains.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>
</div>

180
_i18n/es/community/team.md Normal file
View file

@ -0,0 +1,180 @@
<div class="team">
<section class="container">
<div class="row">
<div class="col-xs-12">
<div class="tabPanel-widget">
<label for="tab-1" tabindex="0"></label>
<input id="tab-1" type="radio" name="tabs" aria-hidden="true" checked>
<h2>Core</h2>
<div class="tabPanel-content">
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Core" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-6 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs">
<p>{{member.email}}</p>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
<label for="tab-2" tabindex="0"></label>
<input id="tab-2" type="radio" name="tabs" aria-hidden="true">
<h2>Developers</h2>
<div class="tabPanel-content">
<div class="container full">
<div class="info-block text-adapt">
<div class="row">
<div class="col-xs-12 text-adapt">
<p>The Monero Project has had well over 200 contributors over the life of the project. For a complete list, please see the <a href="https://www.openhub.net/p/monero/contributors">OpenHub contributors page</a>. Below you'll find some individuals that have gone above and beyond for Monero.</p>
</div>
</div>
</div>
</div>
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Developers" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-6 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
<label for="tab-3" tabindex="0"></label>
<input id="tab-3" type="radio" name="tabs" aria-hidden="true">
<h2>Community</h2>
<div class="tabPanel-content">
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Community" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-6 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
<label for="tab-4" tabindex="0"></label>
<input id="tab-4" type="radio" name="tabs" aria-hidden="true">
<h2>Research Lab</h2>
<div class="tabPanel-content">
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Monero Research Lab" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-12 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
<label for="tab-5" tabindex="0"></label>
<input id="tab-5" type="radio" name="tabs" aria-hidden="true">
<h2>Special Thanks</h2>
<div class="tabPanel-content">
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Special Thanks" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-12 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
</div>
</div>
</div>
</section>
</div>

View file

@ -1,32 +1,6 @@
---
layout: custom
title: Events
permalink: /community/events/index.html
---
<div markdown="1" class="text-center container description">
Monero people are always down to get together and have a good time. Check below to see Monero-related events happening in your area.
</div>
{% for toplevel in site.data.events %}
<div class="events">
<div class="container full col-xs-12">
<div class="info-block text-adapt">
<div class="row">
<div class="col-xs-12">
<h2>{{toplevel.event}}</h2>
<h3>Where</h3>
<p>{{toplevel.where}}</p>
<h3>When</h3>
<p>{{toplevel.when}}</p>
<h3>Description</h3>
<p>{{toplevel.description}}</p>
<h3>Link</h3>
<a>{{toplevel.link}}</a>
</div>
</div>
</div>
</div>
</div>
{%endfor%}
{% tf community/events.md %}

View file

@ -1,100 +1,6 @@
---
layout: custom
title: Hangouts
permalink: /community/hangouts/index.html
---
<div markdown="1" class="text-center container description">
The Monero community is diverse and varied. We come from all over, but we definitely have some places we like to hang out together. You'll find most of them below. Join us!
</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>Workgroup Resources</h2>
</div>
</div>
<div class="row center-xs">
<p>In an effort to support organic workgroups, Monero has several resources that the community can use to meet and plan projects. Mattermost even has relays into the most popular Monero-related IRC channels.</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>IRC Channels</h2>
</div>
</div>
<div class="row start-xs">
<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">
{% for channel in site.data.irc %}
<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">
<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/4302/what-cryptography-primitives-concepts-other-than-the-basic-ones-does-monero-us">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>
</div>
{% tf community/hangouts.md %}

View file

@ -1,30 +1,6 @@
---
layout: custom
title: Merchants & Services
permalink: /community/merchants/index.html
---
<div markdown="1" class="text-center container description">
Merchants of all kinds have come to value the financial privacy that Monero brings. Below is a list of the merchants that we know of that currently accept Monero for their goods and services. If a company no longer accepts Monero or you would like your business to be listed, please [open a GitHub issue and let us know](https://github.com/monero-project/monero-site/issues).
</div>
<div class="merchants">
{% for toplevel in site.data.merchants %}
<div class="container full" id="{{toplevel.id}}">
<div class="info-block">
<h2>{{toplevel.category}}</h2>
<div class="row">
{% assign sortedMerchants = toplevel.merchants | sort: 'name' %}
{% for merchants in sortedMerchants %}
<div class="col-md-4 col-sm-6 col-xs-12">
<a href="{{merchants.url}}">{{merchants.name}}</a>
</div>
{% endfor %}
</div>
</div>
</div>
{%endfor%}
</div>
<div markdown="1" class="text-center container description">
*Please note: these links are being provided as a convenience and for informational purposes only; they do not constitute an endorsement by the Monero community of any products, services or opinions of the corporations or organizations or individuals listed. The Monero community bears no responsibility for the accuracy, legality, or content of these external sites. Contact the external site for answers to questions regarding its content. As always, caveat emptor ("buyer beware"); you are responsible for doing your own research. Always use judgement when making online purchases.*
</div>
{% tf community/merchants.md %}

View file

@ -1,101 +1,7 @@
---
layout: custom
title: Sponsorships
permalink: /community/sponsorships/index.html
---
<div markdown="1" class="text-center container description">
The following businesses have supported the Monero Project in its goal to bring financial privacy to the world. We couldn't be more grateful for their contributions. If you would like to sponsor the Monero Project and be listed on this page, please send an email to dev@getmonero.org.
</div>
<div>
<section class="container sponsors">
<div class="row">
<div class="left 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>My Monero</h2>
<a href="https://mymonero.com/#/" target="_blank" rel="noreferrer noopener"><img src="/img/mymonero.png"></a>
</div>
</div>
</div>
</div>
<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>JetBrains</h2>
<a href="http://www.jetbrains.com/"><img src="/img/jetbrains.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>Dome9 Security</h2>
<a href="https://dome9.com/"><img src="/img/dome9.png"></a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="left 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>Kitware</h2>
<a href="https://www.kitware.com/"><img src="/img/kitware.png"></a>
</div>
</div>
</div>
</div>
<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>
</div>
{% tf community/sponsorships.md %}

View file

@ -1,184 +1,6 @@
---
layout: custom
title: Monero Team
permalink: /community/team/index.html
---
<div class="team">
<section class="container">
<div class="row">
<div class="col-xs-12">
<div class="tabPanel-widget">
<label for="tab-1" tabindex="0"></label>
<input id="tab-1" type="radio" name="tabs" aria-hidden="true" checked>
<h2>Core</h2>
<div class="tabPanel-content">
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Core" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-6 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs">
<p>{{member.email}}</p>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
<label for="tab-2" tabindex="0"></label>
<input id="tab-2" type="radio" name="tabs" aria-hidden="true">
<h2>Developers</h2>
<div class="tabPanel-content">
<div class="container full">
<div class="info-block text-adapt">
<div class="row">
<div class="col-xs-12 text-adapt">
<p>The Monero Project has had well over 200 contributors over the life of the project. For a complete list, please see the <a href="https://www.openhub.net/p/monero/contributors">OpenHub contributors page</a>. Below you'll find some individuals that have gone above and beyond for Monero.</p>
</div>
</div>
</div>
</div>
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Developers" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-6 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
<label for="tab-3" tabindex="0"></label>
<input id="tab-3" type="radio" name="tabs" aria-hidden="true">
<h2>Community</h2>
<div class="tabPanel-content">
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Community" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-6 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
<label for="tab-4" tabindex="0"></label>
<input id="tab-4" type="radio" name="tabs" aria-hidden="true">
<h2>Research Lab</h2>
<div class="tabPanel-content">
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Monero Research Lab" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-12 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
<label for="tab-5" tabindex="0"></label>
<input id="tab-5" type="radio" name="tabs" aria-hidden="true">
<h2>Special Thanks</h2>
<div class="tabPanel-content">
<div class="row">
{% for toplevel in site.data.team %}
{% if toplevel.area == "Special Thanks" %}
{% for member in toplevel.member %}
<div class="half col-lg-6 col-md-6 col-sm-12 col-xs-6">
<div class="info-block">
<div class="row center-xs">
<h3>{{member.name}}</h3>
</div>
<div class="row center-xs icons">
{% if member.github %}
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon github"></div></a>
{%endif%}
{% if member.twitter %}
<a href="{{member.twitter}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon twitter"></div></a>
{%endif%}
{% if member.reddit %}
<a href="{{member.reddit}}" target="_blank" rel="noreferrer, noopener"><div class="col social-icon reddit"></div></a>
{%endif%}
</div>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
</div>
</div>
</div>
</div>
</section>
</div>
{% tf community/team.md %}