diff --git a/consultants.json b/consultants.json --- a/consultants.json +++ b/consultants.json @@ -4,13 +4,13 @@ { "name": "Blue Systems", "logo": "images/supportingmembers/bluesystems.png", - "description": "Liberating Software. We work on getting KDE software ready for your devices.", + "description": "

Liberating Software. We work on getting KDE software ready for your devices.

", "url": "http://www.blue-systems.com/" }, { "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.", + "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.

", "url": "https://www.qt.io/qt-consulting/" }, { @@ -34,7 +34,7 @@ { "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.", + "description": "

Woboq is a company offering services around Qt. Including bugfixes and feature within Qt or other applications.

", "url": "https://woboq.com/" }, { diff --git a/consultants.php b/consultants.php --- a/consultants.php +++ b/consultants.php @@ -15,7 +15,7 @@ function print_consultant($consultant) { print '

'.$consultant->name.'

-

'.$consultant->description.'

'.$consultant->url.'

'; + '.$consultant->description.'

'.$consultant->url.'

'; } function print_consultants($consultants)