Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Nuovo sito
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Nuovo sito
Commits
83e39e9f
Commit
83e39e9f
authored
Apr 29, 2018
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another round of changes to the downloads page
parent
461cc752
Pipeline
#64
passed with stage
in 0 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
14 deletions
+27
-14
assets/scss/www.scss
assets/scss/www.scss
+24
-10
uitwww/data/downloads.toml
uitwww/data/downloads.toml
+1
-1
uitwww/templates/download/index.html
uitwww/templates/download/index.html
+2
-2
uitwww/templates/download/landing.html
uitwww/templates/download/landing.html
+0
-1
No files found.
assets/scss/www.scss
View file @
83e39e9f
div
.page
div
.row.background-wallpaper
{
&
:first-child
{
border-top-left-radius
:
0
.2em
;
border-top-right-radius
:
0
.2em
;
}
&
:last-child
{
border-bottom-left-radius
:
0
.2em
;
border-bottom-right-radius
:
0
.2em
;
}
.box
{
background
:
rgba
(
255
,
255
,
255
,
0
.5
);
}
background
:
url("images/wallpapers/dotted.png")
no-repeat
130%
10%
;
@media
all
and
(
max-width
:
60rem
)
{
background
:
transparent
;
}
&
.ubuntu
,
&
.desktop
,
&
.kubuntu
,
&
.lubuntu
,
&
.xubuntu
,
&
.ubuntu-mate
,
&
.ubuntu-budgie
,
&
.ubuntustudio
{
color
:
#fff
;
...
...
@@ -78,6 +72,26 @@ div.page div.row.background-wallpaper {
}
}
div
.page
div
.row.download-index-distro
{
@media
all
and
(
min-width
:
60rem
)
{
div
.col.col-center
{
text-align
:
right
;
}
}
@media
all
and
(
max-width
:
60rem
)
{
text-align
:
center
;
div
.col
{
margin-top
:
1em
;
&
:first-child
{
margin-top
:
0
;
}
}
}
}
div
.download-form
{
padding
:
0
.5em
1
.5em
;
...
...
uitwww/data/downloads.toml
View file @
83e39e9f
...
...
@@ -111,7 +111,7 @@ archs = { amd64 = "cdimages-derivatives", i386 = "cdimages-derivatives" }
[distros.ubuntustudio]
name
=
"Ubuntu Studio"
description
=
"
La derivata di Ubuntu leggera ma personalizzabile
"
description
=
"
Ubuntu con tutti i programmi per lavorare con audio, video e immagini
"
lts-support-years
=
3
lts-only
=
true
...
...
uitwww/templates/download/index.html
View file @
83e39e9f
...
...
@@ -31,12 +31,12 @@
<div
class=
"page"
>
{% for name, data in distros.items() %}
<div
class=
"row background-wallpaper {{ name }}"
>
<div
class=
"row
download-index-distro
background-wallpaper {{ name }}"
>
<div
class=
"col"
>
<h2>
{{ data["name"] }}
</h2>
<p>
{{ data["description"] }}
</p>
</div>
<div
class=
"col col-center col-quarter"
style=
"text-align: right;"
>
<div
class=
"col col-center col-quarter"
>
<a
class=
"btn"
href=
"{{ url_for("
download
.
landing
",
distro =
name)
}}"
>
Scaricala ora
</a>
...
...
uitwww/templates/download/landing.html
View file @
83e39e9f
...
...
@@ -25,7 +25,6 @@
<div
class=
"row {% if loop.index == 1 %}background-wallpaper {{ distro_name }}{% endif %}"
>
<div
class=
"col"
>
<h2>
Scarica
{{ distro["name"] }}
{{ releases[release]["version"] }}
{% if releases[release]["lts"] %}LTS{% endif %}
...
...
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