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
bccbbee5
Commit
bccbbee5
authored
Oct 11, 2023
by
shadMod
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uploaded new homepage
parent
15d1c3cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
40 deletions
+51
-40
uitwww/templates/download/index.html
uitwww/templates/download/index.html
+51
-40
No files found.
uitwww/templates/download/index.html
View file @
bccbbee5
{# Source code of the Ubuntu-it website
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
# Copyright (C) 2015 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
# Copyright (C) 2020 Alessandro Viprati
<vipri
.
alessandro
@
gmail
.
com
>
# Copyright (C) 2020 Alessandro Viprati
<vipri
.
alessandro
@
gmail
.
com
>
#
# Copyright (C) 2023 shadMod
# This program is free software: you can redistribute it and/or modify
#
# it under the terms of the GNU Affero General Public License as published
# This program is free software: you can redistribute it and/or modify
# by the Free Software Foundation, either version 3 of the License, or
# it under the terms of the GNU Affero General Public License as published
# (at your option) any later version.
# by the Free Software Foundation, either version 3 of the License, or
#
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
#
# but WITHOUT ANY WARRANTY; witout even the implied warranty of
# This program is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# but WITHOUT ANY WARRANTY; witout even the implied warranty of
# GNU Affero General Public License for more details.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#
# GNU Affero General Public License for more details.
# You should have received a copy of the GNU Affero General Public License
#
# along with this program. If not, see
<http:
//
www
.
gnu
.
org
/
licenses
/>
.
# You should have received a copy of the GNU Affero General Public License
#}
# along with this program. If not, see
<http:
//
www
.
gnu
.
org
/
licenses
/>
.
#}
{% extends "layout.html" %}
{% extends "layout.html" %}
{% block title %}Download{% endblock %}
{% block title %}
Download
{% endblock %}
{% block content %}
{% block content %}
<div
class=
"page"
>
<div
class=
"page"
>
<div
class=
"row"
>
<div
class=
"row w-100 m-auto"
>
<div
class=
"col text-center"
>
<div
class=
"col text-center"
>
<h1>
Scarica Ubuntu
</h1>
<h1>
<p
class=
"intro"
>
Entra subito nel mondo Ubuntu. Scaricalo ora!
</p>
Scarica Ubuntu
</div>
</h1>
</div>
<p
class=
"intro"
>
</div>
Entra subito nel mondo Ubuntu. Scaricalo ora!
</p>
</div>
</div>
</div>
<div
class=
"page"
>
<div
class=
"page"
>
{% for name, data in distros.items() %}
{% for name, data in distros.items() %}
<div
class=
"row download-index-distro background-wallpaper {{ name }}"
>
<div
class=
"row download-index-distro background-wallpaper {{ name }} w-100 m-auto"
>
<div
class=
"col"
>
<div
class=
"col"
>
<h2>
{{ data["name"] }}
</h2>
<h2>
<p>
{{ data["description"] }}
</p>
{{ data["name"] }}
</div>
</h2>
<div
class=
"col col-center col-quarter"
>
<p>
<a
class=
"btn"
href=
"{{ url_for("
download
.
landing
",
distro =
name)
}}"
>
{{ data["description"] }}
Scaricalo ora
</p>
</a>
</div>
</div>
<div
class=
"col col-center col-quarter"
>
</div>
<a
class=
"btn"
href=
"{{ url_for('download.landing', distro = name) }}"
>
{% endfor %}
Scaricalo ora
</div>
</a>
</div>
</div>
{% endfor %}
</div>
{% endblock %}
{% endblock %}
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