Uh oh!
There was an error while loading. Please reload this page.
Redesign the team gallery using sphinx-design's card directive - #1937
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
| </div> | ||
| </div> | ||
| ``` | ||
| :::::{grid} 2 3 3 4 |
There was a problem hiding this comment.
Is this for the margins? Feel like the vertical spacing between cards could be increased a bit. Right now there's not much of a gap.
compared to https://www.pygmt.org/v0.6.1/team.html:
There was a problem hiding this comment.
:::::{grid} 2 3 3 4
These four numbers are the number of columns for extra-small, small, medium and large screens.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| Maintainer | ||
| [@weiji14](https://github.com/weiji14) |
There was a problem hiding this comment.
Good suggestion! I've used the footer option for labels and also use sphinx-design's badge directive to highlight different roles.
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
seisman
commented
Jun 1, 2022
weiji14
left a comment
There was a problem hiding this comment.
Very nice, the badges are a nice touch!
…icMappingTools#1937) Co-authored-by: Max Jones <meghanj@alum.mit.edu> Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>





Description of proposed changes
Use sphinx-design's card directive instead of the unreadable raw HTML codes added in #1308.
The
carddirective can also be used in #1936.