diff --git a/conf/_config.yml b/conf/_config.yml index 3c043360f7..09140a86e1 100644 --- a/conf/_config.yml +++ b/conf/_config.yml @@ -70,4 +70,4 @@ exclude: - static/css-src collections: - - members + - members diff --git a/www/_members/dpogue.md b/www/_members/dpogue.md index 6e25fbd8e0..06c15ba9f7 100644 --- a/www/_members/dpogue.md +++ b/www/_members/dpogue.md @@ -1,7 +1,7 @@ --- name: Darryl Pogue subtitle: "PMC Member since Sept. 2016" -imageurl: https://avatars.githubusercontent.com/u/241708?s=256&v=4 +github: dpogue homepage: https://dpogue.ca --- diff --git a/www/_members/erisu.md b/www/_members/erisu.md index fc2c014aa5..666157bd2e 100644 --- a/www/_members/erisu.md +++ b/www/_members/erisu.md @@ -1,7 +1,7 @@ --- name: Bryan Ellis -subtitle: "PMC Member since July 2018" -imageurl: https://avatars.githubusercontent.com/u/1029107 +subtitle: "PMC Member since July 2018" +github: erisu homepage: https://erisu.dev --- diff --git a/www/_members/jessemacfadyen.md b/www/_members/jessemacfadyen.md index 1da1d1c949..3b384703f1 100644 --- a/www/_members/jessemacfadyen.md +++ b/www/_members/jessemacfadyen.md @@ -1,9 +1,8 @@ --- name: Jesse MacFadyen -subtitle: "PMC Member since forever." -imageurl: https://avatars.githubusercontent.com/u/46134?s=256&v=4 -twitter: https://twitter.com/purplecabbage -homepage: https://github.com/purplecabbage +subtitle: "PMC Member since forever." +github: purplecabbage +x: purplecabbage --- A _PhoneGap_ contributor since day 1 and a _Cordova_ committer since day 0. Jesse is part of a team at Adobe working on developer tooling to uniformly access multiple Adobe Experience Cloud APIs and services and extensibly enable the next generation of creative apps. diff --git a/www/_members/knaito.md b/www/_members/knaito.md index dd5008e1d1..d61a61495f 100644 --- a/www/_members/knaito.md +++ b/www/_members/knaito.md @@ -1,9 +1,8 @@ --- name: Kenichi Naito (Ken) subtitle: "PMC Member since July 2018" -imageurl: https://avatars.githubusercontent.com/u/5112183 -twitter: https://twitter.com/knight_9999 -homepage: https://github.com/knight9999 +github: knight9999 +x: knight_9999 --- Has first learned about Cordova in 2012 and has since been involved in hybrid app and plugin development and support. diff --git a/www/_members/niklasmerz.md b/www/_members/niklasmerz.md index 2439b29b25..c6d399e4d0 100644 --- a/www/_members/niklasmerz.md +++ b/www/_members/niklasmerz.md @@ -1,8 +1,8 @@ --- name: Niklas Merz subtitle: "PMC Member since Dec. 2019 and plugin author" -imageurl: https://avatars.githubusercontent.com/u/3585860?s=256&v=4 -twitter: https://twitter.com/niklasmaerz +github: NiklasMerz +x: niklasmaerz homepage: https://blog.merzlabs.com --- diff --git a/www/_members/normanbreau.md b/www/_members/normanbreau.md index 66a3dd1d02..99483fd759 100644 --- a/www/_members/normanbreau.md +++ b/www/_members/normanbreau.md @@ -1,7 +1,7 @@ --- name: Norman Breau subtitle: "PMC Member since Aug. 2019" -imageurl: https://avatars.githubusercontent.com/u/11200662?s=256&v=4 +github: breautek homepage: https://breautek.com --- diff --git a/www/contribute/team.html b/www/contribute/team.html index a3b39e6a9a..95ebd7f1bc 100644 --- a/www/contribute/team.html +++ b/www/contribute/team.html @@ -5,10 +5,14 @@ @@ -23,13 +27,16 @@

Team

{% for member in site.members %}
- {{ member.name }} profile image + {{ member.name }} profile image

{{ member.name }}

{{ member.subtitle }}

- {% if member.twitter %} - + {% if member.github %} + + {% endif %} + {% if member.x %} + {% endif %} {% if member.homepage %} diff --git a/www/static/img/team/profiles/NiklasMerz.png b/www/static/img/team/profiles/NiklasMerz.png new file mode 100644 index 0000000000..cdc15f351d Binary files /dev/null and b/www/static/img/team/profiles/NiklasMerz.png differ diff --git a/www/static/img/team/profiles/breautek.png b/www/static/img/team/profiles/breautek.png new file mode 100644 index 0000000000..80eff6b0ed Binary files /dev/null and b/www/static/img/team/profiles/breautek.png differ diff --git a/www/static/img/team/profiles/dpogue.png b/www/static/img/team/profiles/dpogue.png new file mode 100644 index 0000000000..6b46c262c7 Binary files /dev/null and b/www/static/img/team/profiles/dpogue.png differ diff --git a/www/static/img/team/profiles/erisu.png b/www/static/img/team/profiles/erisu.png new file mode 100644 index 0000000000..1220f946ea Binary files /dev/null and b/www/static/img/team/profiles/erisu.png differ diff --git a/www/static/img/team/profiles/knight9999.png b/www/static/img/team/profiles/knight9999.png new file mode 100644 index 0000000000..2e324052de Binary files /dev/null and b/www/static/img/team/profiles/knight9999.png differ diff --git a/www/static/img/team/profiles/purplecabbage.png b/www/static/img/team/profiles/purplecabbage.png new file mode 100644 index 0000000000..c85aaba4ea Binary files /dev/null and b/www/static/img/team/profiles/purplecabbage.png differ