The Wayback Machine - https://webcf.waybackmachine.org/web/20211022123059/https://invent.kde.org/websites/kde-org/-/commit/0f99b4661eff75ff702b72abd7b2c1278c6ce5fa
Commit 0f99b466 authored by Carl Schwan's avatar Carl Schwan 🚴
Browse files

Fix international website

parent 1cc2295b
Showing with 32 additions and 30 deletions
+32 -30
// SPDX-FileCopyrightText: 2021 Carl Schwan <carlschwan@kde.org>
// SPDX-License-Identifier: LGPL-2.1-or-later
.app-category,.international-site {
float: left;
display: table-cell;
max-width: 240px;
width: 240px;
height: 60px;
max-height: 60px!important;
text-align: left;
}
.app-category img,.international-site img {
float: left;
margin: 0 10px 0 0!important;
}
.app-category a,.international-site a {
font-size: 12pt;
font-weight: 700;
text-decoration: none;
}
.international-site {
height: auto!important;
}
---
title: "Support & Information"
layout: single
---
<p>On this page, you can find different ways to find user support for KDE
software provided by the community.</p>
......@@ -62,8 +62,8 @@ class="learn-more button">Learn more</a>
<h3>International Pages</h3>
<p>If you are interested in viewing the KDE Home page and other
attached pages in a language other than English, you can choose from
the list at <a href="international.php">KDE International</a>.</p>
<a href="/support/international.php"
the list at <a href="/support/international">KDE International</a>.</p>
<a href="/support/international"
class="button learn-more">Learn more</a>
</section>
......
---
title: "International Sites"
description: "Support channels for KDE are also available in other languages."
sassFiles:
- /sass/international.scss
---
<style>
.app-category,.international-site {
float: left;
display: table-cell;
max-width: 240px;
width: 240px;
height: 60px;
max-height: 60px!important;
text-align: left;
}
.app-category img,.international-site img {
float: left;
margin: 0 10px 0 0!important;
}
.app-category a,.international-site a {
font-size: 12pt;
font-weight: 700;
text-decoration: none;
}
.international-site {
height: auto!important;
}
</style>
<p>This page provides access to a number of KDE web pages in different
languages, countries or regional areas. The idea is to collect useful
information concerning the usage of KDE for specific communities, status of
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment