diff --git a/.gitlab-ci/pages/index.html b/.gitlab-ci/pages/index.html index 458634a590..79f6e44358 100644 --- a/.gitlab-ci/pages/index.html +++ b/.gitlab-ci/pages/index.html @@ -79,11 +79,23 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Cairo is a 2D graphics library with support for multiple output - devices. It is designed to produce consistent, high quality output - on all media.
- +GTK is the primary library used to construct user interfaces. It + provides user interface controls and signal callbacks to respond to + user actions.
+ +An intermediate layer which provides a rendering API implemented using Cairo, OpenGL or Vulkan.
+ +An intermediate layer which isolates GTK from the details of the windowing system.
+An intermediate layer which isolates GTK from the details of the windowing system.
- -An intermediate layer which provides a rendering API implemented using Cairo, OpenGL or Vulkan.
- -GTK is the primary library used to construct user interfaces. It - provides user interface controls and signal callbacks to respond to - user actions.
- +Cairo is a 2D graphics library with support for multiple output + devices. It is designed to produce consistent, high quality output + on all media.
+