Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 17 additions & 27 deletions doc/content/about/theme-team.toml
Original file line number Diff line number Diff line change
@@ -1,59 +1,49 @@
[[item]]
type = 'card'
classcard = 'text-center'
body = '''
{{< image
src='https://avatars.githubusercontent.com/u/601365?v=4"'
alt="Avatar of Adam Porter"
body = '''{{< image
src="https://avatars.githubusercontent.com/u/74401230?u=546fa4d9e02a02f5ddde49e159b4ddb7464fb987&v=4"
alt="Avatar of Agriya Khetarpal"
>}}
Adam Porter
'''
link = 'https://github.com/alphapapa'
Agriya Khetarpal'''
link = 'https://github.com/agriyakhetarpal'

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

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

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

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