Skip to content

Commit

Permalink
Update team galleries (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Mar 7, 2024
1 parent 1701257 commit 45f8488
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions doc/content/about/theme-team.toml
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
[[item]]
type = 'card'
classcard = 'text-center'
header = 'Adam Porter'
body = '''{{< image >}}
src = 'https://avatars.githubusercontent.com/u/601365?v=4"'
alt = 'Avatar of Adam Porter'
{{< /image >}}'''
{{< /image >}}
Adam Porter'''
link = 'https://github.com/alphapapa'

[[item]]
type = 'card'
classcard = 'text-center'
header = 'Brian Hawthorne'
body = '''{{< image >}}
src = 'https://avatars.githubusercontent.com/u/352264?u=1fd523aa28b0451454989400579d97a8c1bc1b9a&v=4"'
alt = 'Avatar of Brian Hawthorne'
{{< /image >}}'''
{{< /image >}}
Brian Hawthorne'''
link = 'https://github.com/brianhawthorne'

[[item]]
type = 'card'
classcard = 'text-center'
header = 'Jarrod Millman'
body = '''{{< image >}}
src = 'https://avatars.githubusercontent.com/u/123428?v=4"'
alt = 'Avatar of Jarrod Millman'
{{< /image >}}'''
{{< /image >}}
Jarrod Millman'''
link = 'https://github.com/jarrodmillman'

[[item]]
type = 'card'
classcard = 'text-center'
header = 'Stefan van der Walt'
body = '''{{< image >}}
src = 'https://avatars.githubusercontent.com/u/45071?u=c779b5e06448fbc638bc987cdfe305c7f9a7175e&v=4"'
alt = 'Avatar of Stefan van der Walt'
{{< /image >}}'''
{{< /image >}}
Stefan van der Walt'''
link = 'https://github.com/stefanv'

[[item]]
type = 'card'
classcard = 'text-center'
header = 'Pamphile Roy'
body = '''{{< image >}}
src = 'https://avatars.githubusercontent.com/u/23188539?u=64445b52dbf3f75de8006ed4264fdd2afaed97a3&v=4"'
alt = 'Avatar of Pamphile Roy'
{{< /image >}}'''
{{< /image >}}
Pamphile Roy'''
link = 'https://github.com/tupui'
4 changes: 2 additions & 2 deletions tools/team_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ def api(query):
[[item]]
type = 'card'
classcard = 'text-center'
header = '${name}'
body = '''{{< image >}}
src = '${avatarUrl}"'
alt = 'Avatar of ${name}'
{{< /image >}}'''
{{< /image >}}
${name}'''
link = '${url}'
"""
)
Expand Down

0 comments on commit 45f8488

Please sign in to comment.