mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Improve core developers list layout
This commit is contained in:
parent
7595014dd2
commit
73510fe526
3 changed files with 32 additions and 16 deletions
|
@ -23,15 +23,15 @@ id: development
|
|||
{% endcase %}
|
||||
|
||||
<h2>{% translate coredev %}</h2>
|
||||
<ul>
|
||||
<li>Satoshi Nakamoto - <a href="/satoshinakamoto.asc">PGP</a></li>
|
||||
<li>Gavin Andresen - <a href="mailto:gavinandresen@gmail.com">gavinandresen@gmail.com</a> - <a href="/gavinandresen.asc">PGP</a></li>
|
||||
<li>Pieter Wuille - <a href="mailto:pieter.wuille@gmail.com">pieter.wuille@gmail.com</a> - <a href="/pieterwuille.asc">PGP</a></li>
|
||||
<li>Nils Schneider - <a href="mailto:nils.schneider@gmail.com">nils.schneider@gmail.com</a> - <a href="/schneider.asc">PGP</a></li>
|
||||
<li>Jeff Garzik - <a href="mailto:jgarzik@bitpay.com">jgarzik@bitpay.com</a> - <a href="/jgarzik-bitpay.asc">PGP</a></li>
|
||||
<li>Wladimir J. van der Laan - <a href="mailto:laanwj@gmail.com">laanwj@gmail.com</a> - <a href="/laanwj.asc">PGP</a></li>
|
||||
<li>Gregory Maxwell - <a href="mailto:greg@xiph.org">greg@xiph.org</a> - <a href="/gmaxwell.asc">PGP</a></li>
|
||||
</ul>
|
||||
<div class="listtable coredevtable">
|
||||
<div><div>Satoshi Nakamoto</div><div></div><div><a href="/satoshinakamoto.asc">PGP</a></div></div>
|
||||
<div><div>Gavin Andresen</div><div><a href="mailto:gavinandresen@gmail.com">gavinandresen@gmail.com</a></div><div><a href="/gavinandresen.asc">PGP</a></div></div>
|
||||
<div><div>Pieter Wuille</div><div><a href="mailto:pieter.wuille@gmail.com">pieter.wuille@gmail.com</a></div><div><a href="/pieterwuille.asc">PGP</a></div></div>
|
||||
<div><div>Nils Schneider</div><div><a href="mailto:nils.schneider@gmail.com">nils.schneider@gmail.com</a></div><div><a href="/schneider.asc">PGP</a></div></div>
|
||||
<div><div>Jeff Garzik</div><div><a href="mailto:jgarzik@bitpay.com">jgarzik@bitpay.com</a></div><div><a href="/jgarzik-bitpay.asc">PGP</a></div></div>
|
||||
<div><div>Wladimir J. van der Laan</div><div><a href="mailto:laanwj@gmail.com">laanwj@gmail.com</a></div><div><a href="/laanwj.asc">PGP</a></div></div>
|
||||
<div><div>Gregory Maxwell</div><div><a href="mailto:greg@xiph.org">greg@xiph.org</a></div><div><a href="/gmaxwell.asc">PGP</a></div></div>
|
||||
</div>
|
||||
|
||||
{% case page.lang %}
|
||||
{% when 'ar' or 'fa' or 'id' or 'pl' or 'zh_TW' %}
|
||||
|
|
|
@ -39,10 +39,9 @@ map.addLayer(markers);
|
|||
{% else %}
|
||||
<h2>{% translate upcoming %}</h2>
|
||||
{% endcase %}
|
||||
<div class="eventtable">
|
||||
<div class="listtable eventtable">
|
||||
{% filter_for p in site.conferences sort_by:date %}
|
||||
<div><div>{{ p.date | date:"%Y-%m-%d" }}</div><div><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></div><div>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}</div></div>
|
||||
</li>
|
||||
{% endfilter_for %}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue