mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +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
|
||||
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
|
||||
email:
|
||||
email: crowning@gmx.net
|
||||
pgp:
|
||||
twitter:
|
||||
|
||||
|
@ -280,8 +280,8 @@
|
|||
|
||||
- name: Perry Woodin
|
||||
title: Advisor
|
||||
description:
|
||||
description: Co-founder of <a href="https://node40.com" target="_blank">Node40</a>
|
||||
image: perry_sm.jpg
|
||||
email:
|
||||
pgp:
|
||||
twitter:
|
||||
email: perry@node40.com
|
||||
pgp: https://keybase.io/perrywoodin
|
||||
twitter: https://twitter.com/node_40
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
{% endif %}
|
||||
|
||||
{% 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 %}
|
||||
|
||||
{% 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 %}
|
||||
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue