diff --git a/consultants.json b/consultants.json index 34e2616..734f1cd 100644 --- a/consultants.json +++ b/consultants.json @@ -1,31 +1,36 @@ { "patrons": [ { "name": "Blue Systems", "logo": "images/supportingmembers/bluesystems.png", "description": "Liberating Software. We work on getting KDE software ready for your devices." }, { "name": "The Qt Company", "logo": "images/supportingmembers/QtCompany.png", "description": "Our company's name is The Qt Company and we are most recognized and active contributor to Qt Project. We are currently maintaining the commercial rights regarding Qt and working in close co-operation to maintain Qt as open source ecosystem. As part of our company we also offer services around Qt framework which would be natural fit to KDE e.V. due the fact that KDE platform is build using Qt framework." + }, + { + "name": "enioka Haute Couture", + "logo": "images/supportingmembers/enioka.png", + "description": "

Businesses of all kinds have become highly dependent on their IT systems. And yet, many of them have lost control of this essential part of their assets.

enioka Haute Couture specializes in mastering complex software development, be it because of the domain, the organization or the timing of the project.

We work in close collaboration with your own teams to build software tailored to your needs. And if we're developing it ourselves, we go the extra mile to make sure you will keep it under control. We will also help your teams adopt the right organization, technologies and tools. Finally, every time it is suitable, we can help you setup Free and Open Source Software projects or interact with existing ones.

With enioka Haute Couture, you have a trusted provider who facilitates your development needs while keeping full control of your systems. No more vendor or service provider lock-in.

" } ], "supporters": [ { "name": "KDAB", "logo": "images/supportingmembers/kdab.png", "description": "

KDAB is the world's leading software consultancy for architecture, development and design of Qt, C++ and OpenGL applications across desktop, embedded and mobile platforms. KDAB experts build run-times, mix native and web technologies, solve hardware stack performance issues and porting problems for hundreds of customers, many among the Fortune 500.

KDAB’s founder, Matthias Kalle Dalheimer was one of KDE’s first contributors and was president of KDE e.V. from 2002 to 2005. KDAB continues to be a key supporter of the KDE project, as well as being a major independent contributor to Qt and the driving force behind Qt 3D.

KDAB’s extensive experience in creating, debugging, profiling and porting complex applications, has led to the development of its acclaimed free tools, such as GammaRay, Heaptrack and Hotspot that help developers worldwide to deliver successful projects. KDAB is the market leader in training for Qt, OpenGL, modern C++ and much more.https://www.kdab.com

" } ], "other": [ { "name": "Woboq GmbH", "logo": "images/consultants/woboq.svg", "description": "Woboq is a company offering services around Qt. Including bugfixes and feature within Qt or other applications." } ] } diff --git a/consultants.php b/consultants.php index 67fa2ad..573442b 100644 --- a/consultants.php +++ b/consultants.php @@ -1,54 +1,52 @@ -

IF YOU LANDED HERE BY CHANCE UNDERSTAND THIS NOT OFFICIAL AND DESCRIPTIONS ARE OBVIOUSLY A JOKE

-

KDE e.V. and Consulting Firms

In KDE we take pride in being a free software community and having an open, free and fair development process.

However, we also understand that sometimes companies and institutions main priority is not learning the processes of our community and they just want issue solved or a feature implemented.

For this reason, we are offering here a list of consultants that have expertise in dealing with the KDE Community and we know will help get your project landed in KDE as best as possible.

We encourage you to contact them directly, but if you feel we can help you, do not hesitate to contact us at consulting@kde.org. '.$consultant->name.'

'.$consultant->description.'

'; } function print_consultants($consultants) { shuffle($consultants); foreach ($consultants as $c) print_consultant($c); } ?>

KDE Patrons

patrons); ?>

KDE Supporters

supporters); ?>

Other Consulting Firms

other ); ?>

Your company on this page

We are more than happy of adding trusted consultants to this page. Please see this page for more information.