[websites/ev-kde-org] data: Port consultants data to yaml
Carl Schwan <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 42ba01067efb91bf350e025e0e47d7b92ddfde69 by Carl Schwan. Committed on 09/08/2026 at 14:42. Pushed by carlschwan into branch 'master'. Port consultants data to yaml Will make it easier to edit Signed-off-by: Carl Schwan <[email protected]> D +0 -83 data/consultants.json A +51 -0 data/consultants.yaml https://invent.kde.org/websites/ev-kde-org/-/commit/42ba01067efb91bf350e025e0e47d7b92ddfde69 diff --git a/data/consultants.json b/data/consultants.json deleted file mode 100644 index daa1a2b..0000000 --- a/data/consultants.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "patrons": - [ - { - "name": "Qt Group", - "logo": "/images/logos/QtGroup.png", - "description": "<p>Qt Group is a global software company trusted by industry leaders and over 1.5 million developers worldwide to create applications and smart devices that users love. They help their customers to increase productivity through the entire product development lifecycle - from UI design and software development to quality management and deployment.</p>", - "url": "https://www.qt.io/qt-consulting/" - }, - { - "name": "Kubuntu Focus", - "logo": "/images/logos/kfocus.png", [suppressed due to size limit] - "url": "https://kfocus.org/" - }, - { - "name": "Techpaladin Software", - "logo": "/images/consultants/techpaladin.png", - "description": "<p>Techpaladin specializes in advancing the state of the art in KDE. If you've adopted KDE software in your organization or products, and would like to sponsor custom development or maintenance, we can help!</p>", - "url": "https://techpaladinsoftware.com" - } - ], - "supporters": - [ - { - "name": "KDAB", - "logo": "/images/supportingmembers/kdab.png", [suppressed due to size limit] - "url": "https://www.kdab.com/" - }, - { - "name": "enioka Haute Couture", - "logo": "/images/supportingmembers/enioka.png", [suppressed due to size limit] - "url": "https://hc.enioka.com/en/" - }, - { - "name": "basysKom GmbH", - "logo": "/images/supportingmembers/basyskom.png", [suppressed due to size limit] - "url": "https://www.basyskom.com" - } - ], - "other": - [ - { - "name": "Woboq GmbH", - "logo": "/images/consultants/woboq.svg", - "description": "<p>Woboq is a company offering services around Qt. Including bugfixes and feature within Qt or other applications.</p>", - "url": "https://woboq.com/" - }, - { - "name": "vizZzion.com (Sebastian Kügler)", - "logo": "/images/consultants/vizZzion.png", [suppressed due to size limit] - "url": "https://vizzzion.org/blog/consultancy/" - }, - { - "name": "Velocity Limitless LLC (Neal Gompa)", - "logo": "/images/consultants/velocitylimitless.png", - "description": "<p>Velocity Limitless is a consultancy specializing in the adoption of Linux based solutions, particularly around adopting appliance/embedded/desktop Linux solutions leveraging KDE technology.</p>", - "url": "https://velocitylimitless.com" - }, - { - "name": "Collabora", - "logo": "/images/consultants/collabora.svg", [suppressed due to size limit] - "url": "https://collabora.com" - }, - { - "name": "Codethink", - "logo": "/images/consultants/codethink.svg", [suppressed due to size limit] - "url": "https://codethink.co.uk" - }, - { - "name": "MachineSoul", - "logo": "/images/consultants/machinesoul.svg", [suppressed due to size limit] - "url": "https://machinesoul.in" - } - ] -} diff --git a/data/consultants.yaml b/data/consultants.yaml new file mode 100644 index 0000000..aed7242 --- /dev/null +++ b/data/consultants.yaml @@ -0,0 +1,51 @@ +patrons: +- name: Qt Group + logo: /images/logos/QtGroup.png + description: <p>Qt Group is a global software company trusted by industry leaders and over 1.5 million developers worldwide to create applications and smart devices that users love. They help their customers to increase productivity through the entire product development lifecycle - from UI design and software development to quality management and deployment.</p> + url: https://www.qt.io/qt-consulting/ +- name: Kubuntu Focus + logo: /images/logos/kfocus.png [suppressed due to size limit] + url: https://kfocus.org/ +- name: Techpaladin Software + logo: /images/consultants/techpaladin.png + description: <p>Techpaladin specializes in advancing the state of the art in KDE. If you've adopted KDE software in your organization or products, and would like to sponsor custom development or maintenance, we can help!</p> + url: https://techpaladinsoftware.com +supporters: +- name: KDAB + logo: /images/supportingmembers/kdab.png [suppressed due to size limit] + url: https://www.kdab.com/ +- name: enioka Haute Couture + logo: /images/supportingmembers/enioka.png [suppressed due to size limit] + url: https://hc.enioka.com/en/ +- name: basysKom GmbH + logo: /images/supportingmembers/basyskom.png [suppressed due to size limit] + url: https://www.basyskom.com +other: +- name: Woboq GmbH + logo: /images/consultants/woboq.svg + description: <p>Woboq is a company offering services around Qt. Including bugfixes and feature within Qt or other applications.</p> + url: https://woboq.com/ +- name: vizZzion.com (Sebastian Kügler) + logo: /images/consultants/vizZzion.png [suppressed due to size limit] + url: https://vizzzion.org/blog/consultancy/ +- name: Velocity Limitless LLC (Neal Gompa) + logo: /images/consultants/velocitylimitless.png + description: <p>Velocity Limitless is a consultancy specializing in the adoption of Linux based solutions, particularly around adopting appliance/embedded/desktop Linux solutions leveraging KDE technology.</p> + url: https://velocitylimitless.com +- name: Collabora + logo: /images/consultants/collabora.svg [suppressed due to size limit] + url: https://collabora.com +- name: Codethink + logo: /images/consultants/codethink.svg [suppressed due to size limit] + url: https://codethink.co.uk +- name: MachineSoul + logo: /images/consultants/machinesoul.svg [suppressed due to size limit] + url: https://machinesoul.in