Bitcoin.org/_templates/about-us.html
Will Binns 6f15ef9165
about-us: Change alias to real name
This updates Pavle Djordjevic's listing as the Serbian translation
coordinator so that his real name is used instead of his alias ([as
discussed](https://github.com/bitcoin-dot-org/bitcoin.org/pull/2596#issuecomment-414570070)
in #2596.

This will be merged once tests pass.
2018-08-21 16:04:22 -06:00

146 lines
4.3 KiB
HTML

---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: about-sidebar
id: about-us
---
<div class="toccontent-block boxexpand expanded">
<h3 class="contributor-title" id="maintenance">{% translate maintenance %}</h3>
<div class="contributor-row">
<p class="contributor">
<a class="contributor-name" href="https://github.com/wbnns">Will Binns</a>
<span>Website maintainer</span>
</p>
<p class="contributor">
<a class="contributor-name" href="https://github.com/crwatkins">Craig Watkins</a>
<span>Wallet maintainer</span>
</p>
</div>
</div>
<div class="toccontent-block boxexpand expanded">
<h3 class="contributor-title" id="sponsorship">{% translate sponsorship %}</h3>
<div class="contributor-row">
<p class="contributor">
<a class="contributor-name" href="https://bitcoinfoundation.org/">The Bitcoin Foundation</a>
<span>2014 - 2015</span>
</p>
<p class="contributor">
<a class="contributor-name" href="https://paxful.com/">Paxful</a>
<span>2018</span>
</p>
</div>
</div>
<div class="toccontent-block boxexpand expanded">
<h3 class="contributor-title" id="translation">{% translate translation %}</h3>
<div class="contributor-row">
<p class="contributor">Ar Vicco
<br>
<span>Russian</span>
</p>
<p class="contributor">Simon Alexander Hinterreiter
<br>
<span>German</span>
</p>
<p class="contributor">Jacob Burenstam
<br>
<span>Swedish</span>
</p>
<p class="contributor">Péter Kemenczés
<br>
<span>Hungarian</span>
</p>
<p class="contributor">Matija Mazi
<br>
<span>Slovenian</span>
</p>
<p class="contributor">Mihai Onosie
<br>
<span>Romanian</span>
</p>
<p class="contributor">Boštjan Pirnar
<br>
<span>Slovenian</span>
</p>
<p class="contributor">Luigigiuseppe Prosperi
<br>
<span>Italian</span>
</p>
<p class="contributor">Thomas Pryds
<br>
<span>Danish</span>
</p>
<p class="contributor">Pavle Djordjevic
<br>
<span>Serbian</span>
</p>
</div>
</div>
<div class="toccontent-block boxexpand expanded">
<h3 class="contributor-title" id="service_contributors">{% translate service_contributors %}</h3>
<div class="contributor-row">
<p class="contributor">
<a class="contributor-name" href="https://www.browserstack.com/">BrowserStack</a>
<span>Browser testing</span>
</p>
<p class="contributor">
<a class="contributor-name" href="https://github.com/">GitHub</a>
<span>Repository hosting</span>
</p>
<p class="contributor">
<a class="contributor-name" href="https://www.transifex.com/">Transifex</a>
<span>Translation tools</span>
</p>
<p class="contributor">
<a class="contributor-name" href="https://travis-ci.org/">Travis CI</a>
<span>Continuous integration</span>
</p>
</div>
</div>
<div class="toccontent-block boxexpand expanded">
<h3 class="contributor-title" id="inactive-contributors">{% translate inactive_contributors %}</h3>
<div class="contributor-row">
<p class="contributor">
<a class="contributor-name" href="https://github.com/instagibbs">Greg Sanders</a>
<span>Documentation writing</span>
</p>
</div>
</div>
<div class="toccontent-block boxexpand expanded">
<h3 class="contributor-title" id="owners">{% translate owners %}</h3>
<div class="contributor-row">
<p class="contributor">
<a class="contributor-name" href="https://github.com/cobra-bitcoin">Cøbra</a>
<span>Co-Owner</span>
</p>
<p class="contributor">
<a class="contributor-name" href="https://github.com/theymos">theymos</a>
<span>Co-Owner</span>
</p>
</div>
</div>
<div class="toccontent-block boxexpand expanded">
<h3 class="contributor-title" id="github">{% translate github %}</h3>
<div class="contributor-row">
{% for c in site.sitecontributors %}
<div class="contributor">
<div>
<a class="contributor-name" {% if c.login %} href="https://github.com/{{c.login}}" {% endif %}>{{ c.name | htmlescape }}</a>
</div>
<div class="contributions">({{ c.contributions }})</div>
</div>
{% endfor %}
</div>
</div>