diff --git a/css/main.scss b/css/main.scss index 34f1038..fb4cfab 100644 --- a/css/main.scss +++ b/css/main.scss @@ -1,11 +1,15 @@ --- # Only the main Sass file needs front matter (the dashes are enough) --- @charset "utf-8"; +#kHeader .carousel-text-overlay p { + font-size: 0.8em; +} + @import "base.scss"; @import "social.scss"; @import "glyphs.scss"; @import "download.scss"; @import "home.scss"; diff --git a/download.md b/download.md index 5b0bcb1..fbf715a 100644 --- a/download.md +++ b/download.md @@ -1,50 +1,50 @@ --- layout: page title: Download css-include: /css/download.css sorted: 3 sources: - name: Linux icon: /assets/img/tux.png description: > Konsole is already available on majority of Linux distriutions. You can install it from the KDE Software Center. - name: Release Sources icon: /assets/img/ark.svg description: > Konsole is released regularily as part of KDE Applications. You can find Konsole latest stable realease among the tarballs from the latest KDE Applications release. If you want to build Konsole from sources, we recommend checking our Getting Involved page which contains links to full guide how to compile Konsole. - name: Git icon: /assets/img/git.svg description: > Konsole git repository can be viewed - using cgit. + using KDE gitlab instance. To clone Konsole uses git clone - https://anongit.kde.org/konsole.git. for detailed instructions + https://invent.kde.org/kde/konsole.git. For detailed instructions how to build Konsole from source, check the Getting Involved page ---

Download

{% for source in page.sources %} {% endfor %}
{{ source.name }} {{ source.name }}
{{ source.description }}
diff --git a/index.html b/index.html index 4bb8c3b..0967f4b 100644 --- a/index.html +++ b/index.html @@ -1,71 +1,70 @@ --- layout: default css-include: /css/main.css sorted: 1 ---
-

Konsole - The KDE Terminal Emulator

+

Konsole - KDE's Terminal Emulator

-[konqui@kde ~]$ cd $HOME
-[konqui@kde ~]$ echo "Welcome home"
+[konqi@kde ~]$ cd $HOME
+[konqi@kde ~]$ echo "Welcome home"
 Welcome home
-[konqui@kde ~]$ echo "Konsole is the KDE Terminal Emulator"
-Konsole is the KDE Terminal Emulator
-[konqui@kde ~]$ cat konsole_features.txt
+[konqi@kde ~]$ echo "Konsole is the KDE Terminal Emulator"
+Konsole is KDE's Terminal Emulator
+[konqi@kde ~]$ cat konsole_features.txt
 * Multiple tabs support
 * Multiple profiles support
 * Silence and Activity monitoring
 * Bookmark support
 * Searching
 * Saving output
 * Split screen
     

Screenshots

Screenshot Konsole with multiple tabs -
Konsole support multiple tabs per windows.
+
Konsole supports multiple tabs per windows.
Screenshot Konsole with split screen
Konsole windows can be split vertically and horizontally.
Screenshot Konsole with multiple profiles -
Konsole support multiple profiles, each profile contains their own configuration.
+
Konsole support multiple profiles, each profile contains its own configuration.
-

Konsole is also integrated in multiple other KDE Applications. For example, KDevelop, Kate and Dolphin use Konsole as integrated terminal emulator.

+

Konsole is also integrated into multiple other KDE Applications making it easier to reach and more convenient. For example, KDevelop, Kate and Dolphin all use Konsole as an integrated terminal emulator.

Screenshot Dolphin with Konsole
Dolphin using the integrate Konsole widget.
Screenshot Kate with Konsole -
Interact with Konsole directly inside Kate.
+
Use Konsole directly from within Kate.
diff --git a/users.md b/users.md index 00b3aec..df92c7c 100644 --- a/users.md +++ b/users.md @@ -1,34 +1,34 @@ --- layout: page title: User support konqi: /assets/img/konqi-docbook.png sorted: 4 --- ## Handbook Lost in Konsole settings or just looking to discover more features from Konsole? You can read the [Konsole Handbook](https://docs.kde.org/trunk5/en/applications/konsole/index.html) to find answers to your questions. ## Need Help? Check the Konsole on [KDE Forums](http://forum.kde.org/viewforum.php?f=227) maybe someone has already solved a similar problem. And of not, feel free to ask there! ## Found a Bug? Bugs in software happen. If you found some in Konsole, please report them into -[our Bugzilla](https://bugs.kde.org). Please do not report bugs on forums or +[our Bugzilla](https://bugs.kde.org/enter_bug.cgi?product=konsole). Please do not report bugs on forums or mailinglists - such reports will most likely be overlooked or forgotten by the developers quite soon. To make sure the bug gets noticed by developers and fixed as soon as possible, report it into Bugzilla. ## Missing a Feature? Konsole has a lot of features, but there's always a room for one or two more. If you have an idea for an improvement or you are missing a feature in Konsole, write your suggestion in our [Bugzilla](https://bugs.kde.org) so that the developers can find it and implement it.