mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Team updates
- Added Crowing email. - Link to twitter accounts. Added anchor tags.
This commit is contained in:
parent
fc90c09f45
commit
b1cad681d0
2 changed files with 7 additions and 7 deletions
|
@ -34,7 +34,7 @@
|
||||||
title: Core Development / Testing
|
title: Core Development / Testing
|
||||||
description: Crowning is trained in Computer Science and Mathematics and has 35 years of experience in software development in languages from C to Java, client/server architecture, databases, security, data encryption and rich web applications.
|
description: Crowning is trained in Computer Science and Mathematics and has 35 years of experience in software development in languages from C to Java, client/server architecture, databases, security, data encryption and rich web applications.
|
||||||
image: crowning.png
|
image: crowning.png
|
||||||
email:
|
email: crowning@gmx.net
|
||||||
pgp:
|
pgp:
|
||||||
twitter:
|
twitter:
|
||||||
|
|
||||||
|
@ -280,8 +280,8 @@
|
||||||
|
|
||||||
- name: Perry Woodin
|
- name: Perry Woodin
|
||||||
title: Advisor
|
title: Advisor
|
||||||
description:
|
description: Co-founder of <a href="https://node40.com" target="_blank">Node40</a>
|
||||||
image: perry_sm.jpg
|
image: perry_sm.jpg
|
||||||
email:
|
email: perry@node40.com
|
||||||
pgp:
|
pgp: https://keybase.io/perrywoodin
|
||||||
twitter:
|
twitter: https://twitter.com/node_40
|
||||||
|
|
|
@ -22,11 +22,11 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if member.pgp %}
|
{% if member.pgp %}
|
||||||
<div class="member__detail member__detail--pgp"><a href="{{ member.pgp }}">PGP Key</a></div>
|
<div class="member__detail member__detail--pgp"><a href="{{ member.pgp }}" target="_blank">PGP Key</a></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if member.twitter %}
|
{% if member.twitter %}
|
||||||
<div class="member__detail member__detail--twitter">{{ member.twitter }}</div>
|
<div class="member__detail member__detail--twitter"><a href="{{ member.twitter }}" target="_blank">{{ member.twitter }}</a></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue