Commit: 66ed95145f33a19c3caff96557a854887d691e58 Author: Anatol Belski <[email protected]> Sat, 5 Oct 2019 17:15:06 +0200 Parents: 6c8e22537b5111f7ed98b09addf10ce6fed0035d Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=66ed95145f33a19c3caff96557a854887d691e58 Log: Add christoph to the team listing and reorder some to former members Changed paths: M docroot/team.php Diff: diff --git a/docroot/team.php b/docroot/team.php index f45c542..53eb97e 100644 --- a/docroot/team.php +++ b/docroot/team.php @@ -47,25 +47,40 @@ include TPL_PATH . 'left_column.php'; </p> </li> <li> - <strong>Robert Richards</strong> + <strong>Stephen Zarkos</strong> <p> - Developer + Builds, PGO & Performance </p> </li> <li> - <strong>Venkat Raman Don</strong> - <p>QA Windows Installer</p> + <strong>Alex Schoenmaker</strong> + <p> + Sys Admin, web and snaps infrastructure + </p> </li> <li> - <strong>Stephen Zarkos</strong> + <strong>Christoph M. Becker</strong> <p> - Builds, PGO & Performance + Development and Q/A </p> </li> + </ul> + </div><!-- .info --> + + <div class="info entry"><!-- this are our former team players ;) --> + <h3 class="summary entry-title">Former Team Members</h3> + <p></p> + <ul class="flex"> <li> - <strong>Alex Schoenmaker</strong> + <strong>Matt Ficken</strong> <p> - Sys Admin, web and snaps infrastructure + Q/A and Automation + </p> + </li> + <li> + <strong>John Mertic</strong> + <p> + Windows Installer </p> </li> <li> @@ -81,22 +96,13 @@ include TPL_PATH . 'left_column.php'; </p> </li> <li> - <strong>John Mertic</strong> - <p> - Windows Installer - </p> + <strong>Venkat Raman Don</strong> + <p>QA Windows Installer</p> </li> - </ul> - </div><!-- .info --> - - <div class="info entry"><!-- this are our former team players ;) --> - <h3 class="summary entry-title">Former Team Members</h3> - <p></p> - <ul class="flex"> <li> - <strong>Matt Ficken</strong> + <strong>Robert Richards</strong> <p> - Q/A and Automation + Developer </p> </li> </ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
