mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
* Add Craig Watkins (wallet reviews) * Remove long-idle contributors * Update personal links to point to GitHub
71 lines
2.4 KiB
HTML
71 lines
2.4 KiB
HTML
---
|
|
# This file is licensed under the MIT License (MIT) available on
|
|
# http://opensource.org/licenses/MIT.
|
|
|
|
layout: base
|
|
id: about-us
|
|
---
|
|
<!-- Note: this file is built non-deterministically -->
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summary">{% translate pagedesc %}</p>
|
|
|
|
<h2 id="own">{% translate own %}</h2>
|
|
<p>{% translate owntxt %}</p>
|
|
|
|
<h2 id="control">{% translate control %}</h2>
|
|
<p>{% translate controltxt %}</p>
|
|
|
|
<h2 id="mission">{% translate mission %}</h2>
|
|
<ul>
|
|
<li>{% translate missiontxt1 %}</li>
|
|
<li>{% translate missiontxt2 %}</li>
|
|
<li>{% translate missiontxt3 %}</li>
|
|
<li>{% translate missiontxt4 %}</li>
|
|
<li>{% translate missiontxt5 %}</li>
|
|
<li>{% translate missiontxt6 %}</li>
|
|
<li>{% translate missiontxt7 %}</li>
|
|
</ul>
|
|
|
|
<h2 id="help">{% translate help %}</h2>
|
|
<p>{% translate helptxt %}</p>
|
|
|
|
<h3 id="maintenance">{% translate maintenance %}</h3>
|
|
|
|
<div class="credit">
|
|
<p><a href="https://github.com/saivann/">Saïvann Carignan</a><span>Website maintenance<br>Translation coordination</span></p>
|
|
<p><a href="https://github.com/harding">David A. Harding</a><span>Website maintenance<br>Volunteer coordination<br>Documentation writing</span></p>
|
|
<p><a href="https://github.com/crwatkins">Craig Watkins</a><span>Wallet reviews</span></p>
|
|
</div>
|
|
|
|
<h3 id="translation">{% translate translation %}</h3>
|
|
|
|
<div class="credit">
|
|
<p>Ar Vicco<span>Russian</span></p>
|
|
<p>Simon Alexander Hinterreiter<span>German</span></p>
|
|
<p>Jacob Burenstam<span>Swedish</span></p>
|
|
<p>Péter Kemenczés<span>Hungarian</span></p>
|
|
<p>Matija Mazi<span>Slovenian</span></p>
|
|
<p>Mihai Onosie<span>Romanian</span></p>
|
|
<p>Boštjan Pirnar<span>Slovenian</span></p>
|
|
<p>Luigigiuseppe Prosperi<span>Italian</span></p>
|
|
<p>Thomas Pryds<span>Danish</span></p>
|
|
</div>
|
|
|
|
<h3 id="inactive-contributors">{% translate inactive_contributors %}</h3>
|
|
|
|
<div class="credit">
|
|
<p>Garland William Binns III<span>Translation maintenance</span></p>
|
|
<p>Greg Sanders<span>Documentation Writing</span></p>
|
|
</div>
|
|
|
|
<h3 id="github">{% translate github %}</h3>
|
|
|
|
<div class="contributors">
|
|
{% for c in site.sitecontributors %}
|
|
<div>
|
|
<div>{% if c.avatar_url %}<img src="{{c.avatar_url}}" alt="icon" />{% else %}<img alt="icon" />{% endif %}</div>
|
|
<div><a{% if c.login %} href="https://github.com/{{c.login}}"{% endif %}>{{ c.name | htmlescape }}</a></div>
|
|
<div>({{ c.contributions }})</div>
|
|
</div>
|
|
{% endfor %}
|
|
</div>
|