This is an automated email from the ASF dual-hosted git repository. rkk pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-sdap-website.git
commit e6596a45062d8bf1b5672ef3ec5b44e30ebc44c7 Author: rileykk <[email protected]> AuthorDate: Thu Mar 2 13:08:40 2023 -0800 Updated team page --- source/_data/team/team.yml | 10 +++++----- team.html | 22 +++++++++++----------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/source/_data/team/team.yml b/source/_data/team/team.yml index 2fa99a1..65abe5c 100644 --- a/source/_data/team/team.yml +++ b/source/_data/team/team.yml @@ -30,6 +30,11 @@ email: address: [email protected] text: jjacob at apache dot org + - name: Kevin M Marlis + github: kevinmarlis + email: + address: [email protected] + text: kmarlis at apache dot org - name: Lewis John McGibbney github: lewismc email: @@ -114,11 +119,6 @@ email: address: [email protected] text: kevin dot m dot gill at jpl dot nasa dot gov - - name: Kevin M Marlis - github: kevinmarlis - email: - address: [email protected] - text: kevin dot m dot marlis at jpl dot nasa dot gov - name: Vardis M Tsontos github: vtsontos email: diff --git a/team.html b/team.html index acbc57a..e854a8d 100644 --- a/team.html +++ b/team.html @@ -134,6 +134,17 @@ </dl> </div> + <div class="team-member col-md-6"> + <img src="https://avatars.githubusercontent.com/kevinmarlis" class="team-avatar img-thumbnail" /> + <h4>Kevin M Marlis</h4> + <dl> + <dt>GitHub:</dt> + <dd><a class="external" href="https://github.com/kevinmarlis">kevinmarlis</a></dd> + <dt>Email:</dt> + <dd><a href="mailto:[email protected]">kmarlis at apache dot org</a></dd> + </dl> + </div> + <div class="team-member col-md-6"> <img src="https://avatars.githubusercontent.com/lewismc" class="team-avatar img-thumbnail" /> <h4>Lewis John McGibbney</h4> @@ -328,17 +339,6 @@ </dl> </div> - <div class="team-member col-md-6"> - <img src="https://avatars.githubusercontent.com/kevinmarlis" class="team-avatar img-thumbnail" /> - <h4>Kevin M Marlis</h4> - <dl> - <dt>GitHub:</dt> - <dd><a class="external" href="https://github.com/kevinmarlis">kevinmarlis</a></dd> - <dt>Email:</dt> - <dd><a href="mailto:[email protected]">kevin dot m dot marlis at jpl dot nasa dot gov</a></dd> - </dl> - </div> - <div class="team-member col-md-6"> <img src="https://avatars.githubusercontent.com/vtsontos" class="team-avatar img-thumbnail" /> <h4>Vardis M Tsontos</h4>
