Commit: d50c2990f625b1b417cf8734181501167b320caf Author: Christoph M. Becker <[email protected]> Fri, 7 Aug 2020 00:54:37 +0200 Parents: 9a89f09a7692f31f36b0d4a75a823b91caaae3fa Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=d50c2990f625b1b417cf8734181501167b320caf Log: Update team page "Slightly" overdue. Changed paths: M docroot/team.php Diff: diff --git a/docroot/team.php b/docroot/team.php index 53eb97e..5f02caf 100644 --- a/docroot/team.php +++ b/docroot/team.php @@ -29,12 +29,6 @@ include TPL_PATH . 'left_column.php'; <p></p> <ul class="flex"> <li> - <strong>Pierre Joye</strong> - <p> - Team Leader, Developer - </p> - </li> - <li> <strong>Kalle Sommer Nielsen</strong> <p> Developer @@ -47,12 +41,6 @@ include TPL_PATH . 'left_column.php'; </p> </li> <li> - <strong>Stephen Zarkos</strong> - <p> - Builds, PGO & Performance - </p> - </li> - <li> <strong>Alex Schoenmaker</strong> <p> Sys Admin, web and snaps infrastructure @@ -64,6 +52,12 @@ include TPL_PATH . 'left_column.php'; Development and Q/A </p> </li> + <li> + <strong>Dale Hirt</strong> + <p> + Team Leader, Automation + </p> + </li> </ul> </div><!-- .info --> @@ -72,6 +66,24 @@ include TPL_PATH . 'left_column.php'; <p></p> <ul class="flex"> <li> + <strong>Pierre Joye</strong> + <p> + Team Leader, Developer + </p> + </li> + <li> + <strong>Stephen Zarkos</strong> + <p> + Team Leader, Builds, PGO & Performance + </p> + </li> + <li> + <strong>Allen Truong</strong> + <p> + Q/A and Automation + </p> + </li> + <li> <strong>Matt Ficken</strong> <p> Q/A and Automation -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
