mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
Merge !1198
Add emails of research lab members and mask core's emails for consistency See merge request monero-project/monero-site!1198
This commit is contained in:
commit
39dbf5fbc3
2 changed files with 22 additions and 9 deletions
|
@ -4,37 +4,37 @@
|
|||
github: https://github.com/fluffypony
|
||||
twitter: https://twitter.com/fluffypony
|
||||
reddit: https://reddit.com/user/fluffyponyza
|
||||
email: ric@getmonero.org
|
||||
email: ric[at]getmonero[dot]org
|
||||
description:
|
||||
- name: Francisco "ArticMine" Cabañas
|
||||
github: https://github.com/ArticMine
|
||||
reddit: https://www.reddit.com/user/ArticMine
|
||||
email: articmine@getmonero.org
|
||||
email: articmine[at]getmonero[dot]org
|
||||
description:
|
||||
- name: othe
|
||||
github:
|
||||
reddit: https://www.reddit.com/user/othexmr
|
||||
email: othe@getmonero.org
|
||||
email: othe[at]getmonero[dot]org
|
||||
description:
|
||||
- name: smooth
|
||||
github: https://github.com/iamsmooth
|
||||
reddit: https://www.reddit.com/user/smooth_xmr
|
||||
email: smooth@getmonero.org
|
||||
email: smooth[at]getmonero[dot]org
|
||||
description:
|
||||
- name: binaryFate
|
||||
github: https://github.com/binaryfate
|
||||
reddit: https://www.reddit.com/user/binaryFate
|
||||
email: binaryfate@getmonero.org
|
||||
email: binaryfate[at]getmonero[dot]org
|
||||
description:
|
||||
- name: luigi1111
|
||||
github: https://github.com/luigi1111
|
||||
reddit: https://www.reddit.com/user/cloud10again
|
||||
email: luigi1111@getmonero.org
|
||||
email: luigi1111[at]getmonero[dot]org
|
||||
description:
|
||||
- name: NoodleDoodle
|
||||
github: https://github.com/NoodleDoodleNoodleDoodleNoodleDoodleNoo
|
||||
reddit: https://www.reddit.com/user/NoodleDoodle_xmr
|
||||
email: noodledoodle@getmonero.org
|
||||
email: noodledoodle[at]getmonero[dot]org
|
||||
description:
|
||||
- area: Developers
|
||||
member:
|
||||
|
@ -158,12 +158,15 @@
|
|||
- name: Brandon Goodell, Ph.D. (Surae Noether)
|
||||
github: https://github.com/b-g-goodell
|
||||
reddit: https://www.reddit.com/user/snoether
|
||||
- name: Sarang Noether
|
||||
email: surae.noether[at]protonmail[dot]com
|
||||
email1: surae[at]getmonero[dot]org
|
||||
- name: Sarang Noether, Ph.D.
|
||||
github: https://github.com/SarangNoether
|
||||
reddit: https://www.reddit.com/user/SarangNoether
|
||||
email: sarang.noether[at]protonmail[dot]com
|
||||
- name: Stoffu Noether
|
||||
github: https://github.com/stoffu
|
||||
- name: Mitchell Krawiec-Thayer, Ph.D. (Isthmus)
|
||||
email: Isthmus@getmonero.org
|
||||
email: Isthmus[at]getmonero[dot]org
|
||||
github: https://github.com/mitchellpkt
|
||||
reddit: https://www.reddit.com/user/mitchellpkt
|
||||
|
|
|
@ -145,6 +145,16 @@ permalink: /community/team/index.html
|
|||
<div class="row center-xs">
|
||||
<h3>{{member.name}}</h3>
|
||||
</div>
|
||||
{% if member.email and member.email1 %}
|
||||
<div class="row center-xs">
|
||||
<p>{{ member.email }}<br>
|
||||
{{ member.email1 }}</p>
|
||||
</div>
|
||||
{% elsif member.email %}
|
||||
<div class="row center-xs">
|
||||
<p>{{ member.email }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="row center-xs icons">
|
||||
{% if member.github %}
|
||||
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener">
|
||||
|
|
Loading…
Reference in a new issue