diff --git a/source/_data/peertube.json b/source/_data/peertube.json index 6373e21..a756d40 100644 --- a/source/_data/peertube.json +++ b/source/_data/peertube.json @@ -20,7 +20,29 @@ ], "mobile": "", "devTutorials": "https://peertube.frama.wiki/technics:installation", - "notable": "", + "notable": + [ + { + "name": "Framasoft", + "url": "https://framatube.org/accounts/framasoft", + "avatar": "/img/avatars/framasoft.png" + }, + { + "name": "Blender", + "url": "https://video.blender.org/accounts/blender", + "avatar": "/img/avatars/blender.png" + }, + { + "name": "OpenStreetMap.fr", + "url": "https://peertube.openstreetmap.fr/accounts/openstreetmap.fr", + "avatar": "/img/avatars/openstreetmapfr.png" + }, + { + "name": "David Revoy", + "url": "https://peertube.touhoppai.moe/accounts/shichimi", + "avatar": "/img/avatars/drevoy.png" + } + ], "communities": "", "connections": ["Mastodon"], "donate": "https://soutenir.framasoft.org/en", diff --git a/source/img/avatars/blender.png b/source/img/avatars/blender.png new file mode 100644 index 0000000..7102eaf Binary files /dev/null and b/source/img/avatars/blender.png differ diff --git a/source/img/avatars/openstreetmapfr.png b/source/img/avatars/openstreetmapfr.png new file mode 100644 index 0000000..e9e4d3d Binary files /dev/null and b/source/img/avatars/openstreetmapfr.png differ