Files
wehub-resource-sync 3454a55636
cffconvert / validate (push) Has been cancelled
ci-workflow / pre-commit (push) Has been cancelled
ci-workflow / Minimal NLTK Download Test (macos-latest) (push) Has been cancelled
ci-workflow / Minimal NLTK Download Test (ubuntu-latest) (push) Has been cancelled
ci-workflow / Minimal NLTK Download Test (windows-latest) (push) Has been cancelled
ci-workflow / Python 3.10 on macos-latest (push) Has been cancelled
ci-workflow / Python 3.11 on macos-latest (push) Has been cancelled
ci-workflow / Python 3.12 on macos-latest (push) Has been cancelled
ci-workflow / Python 3.13 on macos-latest (push) Has been cancelled
ci-workflow / Python 3.14 on macos-latest (push) Has been cancelled
ci-workflow / Python 3.14t on macos-latest (push) Has been cancelled
ci-workflow / Python 3.10 on ubuntu-latest (push) Has been cancelled
ci-workflow / Python 3.11 on ubuntu-latest (push) Has been cancelled
ci-workflow / Python 3.12 on ubuntu-latest (push) Has been cancelled
ci-workflow / Python 3.13 on ubuntu-latest (push) Has been cancelled
ci-workflow / Python 3.14 on ubuntu-latest (push) Has been cancelled
ci-workflow / Python 3.14t on ubuntu-latest (push) Has been cancelled
ci-workflow / Python 3.10 on windows-latest (push) Has been cancelled
ci-workflow / Python 3.11 on windows-latest (push) Has been cancelled
ci-workflow / Python 3.12 on windows-latest (push) Has been cancelled
ci-workflow / Python 3.13 on windows-latest (push) Has been cancelled
ci-workflow / Python 3.14 on windows-latest (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:46:15 +08:00

59 lines
2.0 KiB
HTML

<!-- This file is autogenerated by `generate_custom_files` in conf.py,
and ought to be generated via building the documentation through Sphinx, e.g.
with `sphinx-build ./web ./build` from the root directory.
Updating this file should be done by modifying `web/team/team.json`.
-->
<link rel="stylesheet" href="_static/css/team.css">
{% for member in members -%}
<div class="member-card" id="{{ member.github_username }}">
<div class="member-header">
{%- if member.personal_website_url %}
<a href="{{ member.personal_website_url }}">
{{ member.full_name }}
</a>
{%- else %}
{{ member.full_name }}
{%- endif %}
<a class="headerlink" href="#{{ member.github_username }}" title="Permalink to {{ member.full_name }}">&para;</a>
<a class="reference internal github-link" href="https://www.github.com/{{ member.github_username}}">
@{{ member.github_username }}
</a>
</div>
<div class="member-body">
<div class="member-left-panel">
<a class="reference internal" href="https://www.github.com/{{ member.github_username }}">
<img src="https://www.github.com/{{ member.github_username }}.png" alt="{{ member.full_name }}" width="200" height="200">
</a>
</div>
<div class="member-right-panel">
<dl class="field-list">
{%- if member.location %}
<dt>Location</dt>
<dd>
<p>{{ member.location }}</p>
</dd>
{%- endif %}
{%- if member.role %}
<dt>Role</dt>
<dd>
<p>{{ member.role }}</p>
</dd>
{%- endif %}
{%- if member.active_range %}
<dt>Active Range</dt>
<dd>
<p>{{ member.active_range }}</p>
</dd>
{%- endif %}
</dl>
</div>
</div>
</div>
{% endfor %}