diff --git a/site/data/organisations/organisations.json b/site/data/organisations/organisations.json index f2e1c1b..b2d9ed8 100644 --- a/site/data/organisations/organisations.json +++ b/site/data/organisations/organisations.json @@ -219,6 +219,11 @@ "img": "ils.png", "url": "https://www.ils.org/" }, + { + "name": "Joomla", + "img": "joomla.png", + "url": "https://www.joomla.org/" + }, { "name": "KDE e.V.", "img": "kde.png", diff --git a/site/layouts/partials/functions/video_fsfe.html b/site/layouts/partials/functions/video_fsfe.html index feed396..27df699 100644 --- a/site/layouts/partials/functions/video_fsfe.html +++ b/site/layouts/partials/functions/video_fsfe.html @@ -17,6 +17,7 @@ + diff --git a/site/static/img/organisations/joomla.png b/site/static/img/organisations/joomla.png new file mode 100644 index 0000000..2dfa995 Binary files /dev/null and b/site/static/img/organisations/joomla.png differ