mirror of
https://github.com/go-task/task.git
synced 2026-09-01 19:50:16 +02:00
docs(site): self-host maintainer avatars
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export const team = [
|
||||
{
|
||||
slug: 'andreynering',
|
||||
avatar: 'https://www.github.com/andreynering.png',
|
||||
avatar: '/img/team/andreynering.jpg',
|
||||
name: 'Andrey Nering',
|
||||
icon: '/img/flag-brazil.svg',
|
||||
title: 'Creator & Maintainer',
|
||||
@@ -19,7 +19,7 @@ export const team = [
|
||||
},
|
||||
{
|
||||
slug: 'pd93',
|
||||
avatar: 'https://www.github.com/pd93.png',
|
||||
avatar: '/img/team/pd93.jpg',
|
||||
name: 'Pete Davison',
|
||||
icon: '/img/flag-wales.svg',
|
||||
title: 'Maintainer',
|
||||
@@ -31,7 +31,7 @@ export const team = [
|
||||
},
|
||||
{
|
||||
slug: 'vmaerten',
|
||||
avatar: 'https://www.github.com/vmaerten.png',
|
||||
avatar: '/img/team/vmaerten.png',
|
||||
name: 'Valentin Maerten',
|
||||
icon: '/img/flag-france.svg',
|
||||
title: 'Maintainer',
|
||||
|
||||
BIN
website/src/public/img/team/andreynering.jpg
Normal file
BIN
website/src/public/img/team/andreynering.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
BIN
website/src/public/img/team/pd93.jpg
Normal file
BIN
website/src/public/img/team/pd93.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
BIN
website/src/public/img/team/vmaerten.png
Normal file
BIN
website/src/public/img/team/vmaerten.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@@ -11,7 +11,7 @@ import {
|
||||
|
||||
const members = [
|
||||
{
|
||||
avatar: 'https://www.github.com/andreynering.png',
|
||||
avatar: '/img/team/andreynering.jpg',
|
||||
name: 'Andrey Nering',
|
||||
icon: '/img/flag-brazil.svg',
|
||||
title: 'Creator & Maintainer',
|
||||
@@ -25,7 +25,7 @@ const members = [
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://www.github.com/pd93.png',
|
||||
avatar: '/img/team/pd93.jpg',
|
||||
name: 'Pete Davison',
|
||||
icon: '/img/flag-wales.svg',
|
||||
title: 'Maintainer',
|
||||
@@ -36,7 +36,7 @@ const members = [
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://www.github.com/vmaerten.png',
|
||||
avatar: '/img/team/vmaerten.png',
|
||||
name: 'Valentin Maerten',
|
||||
icon: '/img/flag-france.svg',
|
||||
title: 'Maintainer',
|
||||
|
||||
Reference in New Issue
Block a user