diff --git a/doc/_static/style.css b/doc/_static/style.css index d8171f6ffee..aec481ce09f 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -199,3 +199,37 @@ a.copybtn { .sphx-glr-single-img { max-width: 80%!important; } + +.team-row { + display: flex; + flex-wrap: wrap; +} + +.team-card { + background-color: #fff; + background-clip: border-box; + border: 1px solid rgba(0,0,0,.125); + border-radius: 0.5rem; + margin: 0.25em; + flex: 0 1 175px; +} + +.team-img { + border-radius: 0.5rem; + width: 100%; + height: 15vh!important; + object-fit: cover; +} + +.team-card-body { + padding: 1.25rem; + height: 100px; +} + +.team-card-text { + display: flex; + margin-block-start: 0em; + margin-block-end: 0.2em; + margin-inline-start: 0px; + margin-inline-end: 0px; +} diff --git a/doc/index.rst b/doc/index.rst index f3e025b4cd7..88ffce2a705 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -58,5 +58,12 @@ api/index.rst changes.md + +.. toctree:: + :maxdepth: 2 + :hidden: + :caption: Development + + team.md contributing.md maintenance.md diff --git a/doc/team.md b/doc/team.md new file mode 100644 index 00000000000..30236584457 --- /dev/null +++ b/doc/team.md @@ -0,0 +1,99 @@ +# Team Gallery + +We are an international team dedicated to building a Pythonic API for the +Generic Mapping Tools (GMT). Our goal is to improve GMT's accessibility for +new and experienced users by creating user-friendly interfaces with the GMT +C API, supporting rich display in Jupyter notebooks, and integrating with +the PyData ecosystem. + +All are welcome to become involved with the PyGMT project! For more information +about how to get involved, see the {doc}`contributing`. + +## Distinguished Contributors + +PyGMT Distinguished Contributors are recognized for their substantial +contributions to PyGMT, which may include code, documentation, pull request +review, triaging, forum responses, community building and engagement, +outreach, and inclusion and diversity. New Distinguished Contributors are +selected twice per year by those listed below. + +Distinguished Contributors is not meant as a means of conveying +responsibilities. Distinguished Contributors who are also active maintainers of +the PyGMT project and have responsibilities detailed in the +{doc}`maintenance` have 'Maintainer' listed below their names. + +```{raw} html + +
+
+ Card image +
+
Dongdong Tian
+ Maintainer + @seisman +
+
+
+ Card image +
+
Jiayuan Yao
+ @core-man +
+
+
+ Card image +
+
Leonardo Uieda
+ Founder + @leouieda +
+
+
+ Card image +
+
Liam Toney
+ @liamtoney +
+
+
+ Card image +
+
Meghan Jones
+ Maintainer + @meghanrjones +
+
+
+ Card image +
+
Michael Grund
+ Maintainer + @michaelgrund +
+
+
+ Card image +
+
Paul Wessel
+ Founder + @PaulWessel +
+
+
+ Card image +
+
Wei Ji Leong
+ Maintainer + @weiji14 +
+
+
+ Card image +
+
Will Schlitzer
+ Maintainer +

@willschlitzer +

+
+
+```