diff --git a/content/team.json b/content/team.json index cdc797a7144..2cee92a112f 100644 --- a/content/team.json +++ b/content/team.json @@ -407,15 +407,20 @@ "actionslave": { "name": "actionslave", "nostr": "npub1zjgyjhcdpfgux7c6qmrp8yhm6yvs8p9h32urr84du3vhsnj70vlsre4e8l", + "image": "/img/team/actionslave.jpg", "v4v": { "address": "030a58b8653d32b99200a2334cfe913e51dc7d155aa0116c176657a4f1722677a3", "customKey": "696969", "customValue": "euI6eYCkLAi8DrICWNa1" - } + }, + "aliases": [ + "Jan-Paul" + ] }, "kid": { "name": "Kid", "nostr": "npub1v4kfwysl44e8wrhp62ma8yek3kskn4r2jmxvx5js7wqpq7dc54ls5ejwyx", + "image": "/img/team/kid.jpg", "v4v": { "address": "030a58b8653d32b99200a2334cfe913e51dc7d155aa0116c176657a4f1722677a3", "customKey": "696969", @@ -425,10 +430,11 @@ "too bit to fail": { "name": "Too Bit to Fail", "nostr": "npub1pzcj8yfs3kx2thtjpz3agr2w54m52kv9a2933smqyt6n6k2ql3aq2d0wlx", + "image": "/img/team/toobittofail.jpg", "v4v": { "address": "030a58b8653d32b99200a2334cfe913e51dc7d155aa0116c176657a4f1722677a3", "customKey": "696969", "customValue": "rVstXVOghc9Jb1a1QoFz" } - } + } } diff --git a/static/img/team/actionslave.jpg b/static/img/team/actionslave.jpg new file mode 100644 index 00000000000..78396e5ca7a Binary files /dev/null and b/static/img/team/actionslave.jpg differ diff --git a/static/img/team/kid.jpg b/static/img/team/kid.jpg new file mode 100644 index 00000000000..96c426ed392 Binary files /dev/null and b/static/img/team/kid.jpg differ diff --git a/static/img/team/toobittofail.jpg b/static/img/team/toobittofail.jpg new file mode 100644 index 00000000000..231d706c9de Binary files /dev/null and b/static/img/team/toobittofail.jpg differ