The Wayback Machine - https://webcf.waybackmachine.org/web/20211022123059/https://invent.kde.org/websites/kde-org/-/commit/0f99b4661eff75ff702b72abd7b2c1278c6ce5fa
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Websites
KDE.org Website
Commits
0f99b466
Commit
0f99b466
authored
7 months ago
by
Carl Schwan
🚴
Browse files
Options
Download
Email Patches
Plain Diff
Fix international website
parent
1cc2295b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
assets/sass/international.scss
+27
-0
assets/sass/international.scss
content/support/_index.md
+3
-3
content/support/_index.md
content/support/international.md
+2
-27
content/support/international.md
with
32 additions
and
30 deletions
+32
-30
assets/sass/international.scss
0 → 100644
View file @
0f99b466
// 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
;
}
This diff is collapsed.
Click to expand it.
content/support/_index.md
View file @
0f99b466
---
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>
...
...
This diff is collapsed.
Click to expand it.
content/support/international.md
View file @
0f99b466
---
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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help