mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-28 18:56:33 +02:00
Add emails of research lab members and mask core's emails for consistency
This commit is contained in:
parent
95556aef97
commit
9b27ab1290
@ -4,37 +4,37 @@
|
|||||||
github: https://github.com/fluffypony
|
github: https://github.com/fluffypony
|
||||||
twitter: https://twitter.com/fluffypony
|
twitter: https://twitter.com/fluffypony
|
||||||
reddit: https://reddit.com/user/fluffyponyza
|
reddit: https://reddit.com/user/fluffyponyza
|
||||||
email: ric@getmonero.org
|
email: ric[at]getmonero[dot]org
|
||||||
description:
|
description:
|
||||||
- name: Francisco "ArticMine" Cabañas
|
- name: Francisco "ArticMine" Cabañas
|
||||||
github: https://github.com/ArticMine
|
github: https://github.com/ArticMine
|
||||||
reddit: https://www.reddit.com/user/ArticMine
|
reddit: https://www.reddit.com/user/ArticMine
|
||||||
email: articmine@getmonero.org
|
email: articmine[at]getmonero[dot]org
|
||||||
description:
|
description:
|
||||||
- name: othe
|
- name: othe
|
||||||
github:
|
github:
|
||||||
reddit: https://www.reddit.com/user/othexmr
|
reddit: https://www.reddit.com/user/othexmr
|
||||||
email: othe@getmonero.org
|
email: othe[at]getmonero[dot]org
|
||||||
description:
|
description:
|
||||||
- name: smooth
|
- name: smooth
|
||||||
github: https://github.com/iamsmooth
|
github: https://github.com/iamsmooth
|
||||||
reddit: https://www.reddit.com/user/smooth_xmr
|
reddit: https://www.reddit.com/user/smooth_xmr
|
||||||
email: smooth@getmonero.org
|
email: smooth[at]getmonero[dot]org
|
||||||
description:
|
description:
|
||||||
- name: binaryFate
|
- name: binaryFate
|
||||||
github: https://github.com/binaryfate
|
github: https://github.com/binaryfate
|
||||||
reddit: https://www.reddit.com/user/binaryFate
|
reddit: https://www.reddit.com/user/binaryFate
|
||||||
email: binaryfate@getmonero.org
|
email: binaryfate[at]getmonero[dot]org
|
||||||
description:
|
description:
|
||||||
- name: luigi1111
|
- name: luigi1111
|
||||||
github: https://github.com/luigi1111
|
github: https://github.com/luigi1111
|
||||||
reddit: https://www.reddit.com/user/cloud10again
|
reddit: https://www.reddit.com/user/cloud10again
|
||||||
email: luigi1111@getmonero.org
|
email: luigi1111[at]getmonero[dot]org
|
||||||
description:
|
description:
|
||||||
- name: NoodleDoodle
|
- name: NoodleDoodle
|
||||||
github: https://github.com/NoodleDoodleNoodleDoodleNoodleDoodleNoo
|
github: https://github.com/NoodleDoodleNoodleDoodleNoodleDoodleNoo
|
||||||
reddit: https://www.reddit.com/user/NoodleDoodle_xmr
|
reddit: https://www.reddit.com/user/NoodleDoodle_xmr
|
||||||
email: noodledoodle@getmonero.org
|
email: noodledoodle[at]getmonero[dot]org
|
||||||
description:
|
description:
|
||||||
- area: Developers
|
- area: Developers
|
||||||
member:
|
member:
|
||||||
@ -158,12 +158,15 @@
|
|||||||
- name: Brandon Goodell, Ph.D. (Surae Noether)
|
- name: Brandon Goodell, Ph.D. (Surae Noether)
|
||||||
github: https://github.com/b-g-goodell
|
github: https://github.com/b-g-goodell
|
||||||
reddit: https://www.reddit.com/user/snoether
|
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
|
github: https://github.com/SarangNoether
|
||||||
reddit: https://www.reddit.com/user/SarangNoether
|
reddit: https://www.reddit.com/user/SarangNoether
|
||||||
|
email: sarang.noether[at]protonmail[dot]com
|
||||||
- name: Stoffu Noether
|
- name: Stoffu Noether
|
||||||
github: https://github.com/stoffu
|
github: https://github.com/stoffu
|
||||||
- name: Mitchell Krawiec-Thayer, Ph.D. (Isthmus)
|
- name: Mitchell Krawiec-Thayer, Ph.D. (Isthmus)
|
||||||
email: Isthmus@getmonero.org
|
email: Isthmus[at]getmonero[dot]org
|
||||||
github: https://github.com/mitchellpkt
|
github: https://github.com/mitchellpkt
|
||||||
reddit: https://www.reddit.com/user/mitchellpkt
|
reddit: https://www.reddit.com/user/mitchellpkt
|
||||||
|
@ -145,6 +145,16 @@ permalink: /community/team/index.html
|
|||||||
<div class="row center-xs">
|
<div class="row center-xs">
|
||||||
<h3>{{member.name}}</h3>
|
<h3>{{member.name}}</h3>
|
||||||
</div>
|
</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">
|
<div class="row center-xs icons">
|
||||||
{% if member.github %}
|
{% if member.github %}
|
||||||
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener">
|
<a href="{{member.github}}" target="_blank" rel="noreferrer, noopener">
|
||||||
|
Loading…
Reference in New Issue
Block a user