diff options
-rw-r--r-- | wqflask/wqflask/templates/credits.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/credits.html b/wqflask/wqflask/templates/credits.html index bcb37c48..aab1dfb1 100644 --- a/wqflask/wqflask/templates/credits.html +++ b/wqflask/wqflask/templates/credits.html @@ -1,8 +1,7 @@ {% extends "base.html" %} {% block title %}Credit{% endblock %} {% block content %} - -<Table width= "100%" cellSpacing=0 cellPadding=5><TR> +<Table width= "100%" cellSpacing=0 cellPadding=5 style="margin: 10px;"><TR> <!-- Body Start from Here --> <TD valign="top" height="200" width="100%"> <P class="title"><H2>Web site design and coding</H2></P> @@ -12,6 +11,10 @@ <LI>Jintao Wang (lead programmer, 2001–2006) <LI><a href="http://www.nervenet.org/main/people.html">Arthur G. Centeno (IT Analyst III, 2001–present)</a> <LI><a href="http://www.nervenet.org/main/people.html">Zachary Sloan (IT Analyst III, 2009–present)</a> +<LI>Frederick Muriithi (programmer, 2017-present)</LI> +<LI>Bonface Munyoki (programmer, 2020-present)</LI> +<LI>Alexander Kabua (programmer, 2020-present)</LI> +<LI>Arun Isaac (programmer, 2021-present)</LI> <LI><a href="http://www.nervenet.org/main/people.html">Lei Yan (systems and web services interface 2008-2018)</a> <LI><a href="http://www.nervenet.org/main/people.html">Xusheng Wang (data analysis, 2008-2012)</a> <LI><a href="http://www.nervenet.org/main/people.html">Xiaodong Zhou (lead programmer 2009–2011)</a> |