Update kde.org front page text
AbandonedPublic

Authored by jriddell on Jun 13 2019, 6:18 PM.

Details

Reviewers
kde-www
Group Reviewers
KDE Promo
Summary

Use current definitions of what KDE is on kde.org

Test Plan

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped
jriddell requested review of this revision.Jun 13 2019, 6:18 PM
jriddell created this revision.

I think that this new content for <aside> is not aligned properly. On different resolutions in has various distortions: https://imgur.com/gallery/6M4CYVU

I would suggest not to use fixed width boxes, and don't use floats. How about flex for this case?

In D21786#479259, @adomas wrote:

I think that this new content for <aside> is not aligned properly. On different resolutions in has various distortions: https://imgur.com/gallery/6M4CYVU

I would suggest not to use fixed width boxes, and don't use floats. How about flex for this case?

yes the HTML needs improving. patches welcome :)

ognarb added a subscriber: ognarb.Jun 13 2019, 8:55 PM
ognarb added inline comments.
index.php
85

Try this :)

<aside id="kWelcome" class="container">
    <div class="row">
        <p class="col-12">KDE<sup>®</sup> is an open community of friendly people who want to create <b style="text-size: larger">“</b><b>A world in which everyone has control over their digital life and enjoys freedom and privacy</b>.<b style="text-size: larger">”</b></p>

        <p class="col-12">To do this we:</p>
        <div class="col-md-6 col-lg-3 mb-4">
            <img src="images/user-grace-hopper.svg" width="64" height="64" alt="Avatar icon"><br />
            Create software products which give users control, freedom and privacy.
        </div>

        <div class="col-md-6 col-lg-3 mb-4"> 
            <img src="images/software-products.svg" width="64" height="64" alt="Icon Plasma with desktop background"><br />
            Provide users with excellent user experience and quality.
        </div>

        <div class="col-md-6 col-lg-3 mb-4"> 
            <img src="images/devices.svg" width="64" height="64" alt="Icon mobile device"><br />
            Enable users regardless of their location, background, abilities, operating system and device.
        </div>

        <div class="col-md-6 col-lg-3 mb-4"> 
            <img src="images/ecosystem.svg" width="64" height="64" alt="Icon earth"><br />
            Promote the Free and Open-Source ecosystem.
        </div>

        <p class="col-12">Projects we work on have grown from our origins of creating a desktop
        environment to cover every aspect of end-user software. The <a
        href="https://manifesto.kde.org/">KDE Manifesto</a> explains what
        projects we welcome.</p>
    </div>
</aside>
aacid added a subscriber: aacid.Jun 13 2019, 9:10 PM

What would you think of using a different name than http://apps.kde.org.uk/ that clearly shows it's non official or a dev thing?

something like webdev-apps.kde.org.uk or stagingdev- or similar?

We wouldn't want people to start linking there instead of kde.org

http://apps.kde.org.uk/ updated
(yeah I can change the DNS if that's a problem when I get a moment)

jriddell abandoned this revision.Jun 14 2019, 12:42 PM

committed!