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
6cf64a49
Commit
6cf64a49
authored
Oct 13, 2023
by
shadMod
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/contribuire' into dev-shadmod-231013-2030
parents
0f1ecd2f
a1342e8f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
149 additions
and
16 deletions
+149
-16
uitwww/navbar.json
uitwww/navbar.json
+59
-0
uitwww/templates/actions/show.html
uitwww/templates/actions/show.html
+87
-11
uitwww/templates/pages/supporto.html
uitwww/templates/pages/supporto.html
+3
-5
No files found.
uitwww/navbar.json
0 → 100644
View file @
6cf64a49
[
{
"name"
:
"Download"
,
"endpoint"
:
"pages.download_index"
,
"subs"
:
[]
},
{
"name"
:
"Scopri Ubuntu"
,
"endpoint"
:
"pages.scopri-ubuntu_index"
,
"subs"
:
[]
},
{
"name"
:
"Supporto"
,
"endpoint"
:
"pages.supporto"
,
"subs"
:
[
{
"name"
:
"Documentazione"
,
"external"
:
"http://wiki.ubuntu-it.org"
},
{
"name"
:
"Forum"
,
"external"
:
"http://forum.ubuntu-it.org"
},
{
"name"
:
"Domande e risposte"
,
"external"
:
"http://chiedi.ubuntu-it.org"
},
{
"name"
:
"Chat"
,
"external"
:
"http://chat.ubuntu-it.org"
}
]
},
{
"name"
:
"Comunità"
,
"endpoint"
:
"pages.comunita_index"
,
"subs"
:
[]
},
{
"name"
:
"Eventi"
,
"endpoint"
:
"pages.eventi_index"
,
"subs"
:
[]
},
{
"name"
:
"Contribuire"
,
"endpoint"
:
"pages.contribuisci_index"
,
"subs"
:
[]
},
{
"name"
:
"Progetto"
,
"endpoint"
:
"pages.progetto_index"
,
"subs"
:
[]
},
{
"name"
:
"Contatti"
,
"endpoint"
:
"pages.contatti_index"
,
"subs"
:
[]
}
]
uitwww/templates/actions/show.html
View file @
6cf64a49
...
...
@@ -15,18 +15,94 @@
# along with this program. If not, see
<http:
//
www
.
gnu
.
org
/
licenses
/>
.
#}
{% extends "layout.html" %}
{% from "actions/macros.html" import render_actions with context %}
{% extends "layout-community.html" %}
{% block title %}
Azioni recenti
{% endblock %}
{% block title %}
Contribuire
{% endblock %}
{% block content %}
<div
class=
"page"
>
<div
class=
"row"
>
<div
class=
"col"
>
<h1>
Azioni recenti
</h1>
{{ render_actions(actions) }}
<div
class=
"row row-hero"
>
<h1
class=
"text-center"
>
Contribuire
</h1>
<p
class=
"intro text-center"
>
Sia che siate utenti esperti di Linux o
appena approdati nel mondo dell'open-source,
<br>
ci sono molti modi per essere coinvolti con la
comunità italiana di Ubuntu.
</p>
</div>
<div
class=
"row row-hero"
>
<!-- first block with the intro section-->
<div
class=
"row row-image-centered"
>
<div
class=
"nine-col"
>
<h2>
Che abilità servono?
</h2>
<p>
Principalmente non c'è bisogno di particolari conoscenze avanzate. Non bisogna essere sviluppatori,
programmatori, designer, scrittori professionisti, traduttori...
Per aiutarci basta avere voglia di fare e di imparare. Di seguito trovi le maggiori aree di
contributo e se pensi che le tue abilità possano servirci e vuoi aiutarci, scrivici!
</p>
</div>
<span>
<img
src=
"http://design.ubuntu.com/wp-content/uploads/pictogram-locations-orange-hex.svg"
/>
</span>
</div>
<br>
<br>
<!--bottons with links to relative sections into the wiki-->
<div
align=
"center"
>
<!--<div class="row">-->
<div
class=
"four-col"
align=
"center"
>
<a
class=
"button--primary"
href=
"http://"
>
Web
</a>
</div>
<div
class=
"four-col"
align=
"center"
>
<a
class=
"button--primary"
href=
"http://"
>
Irc
</a>
</div>
<div
class=
"four-col last-col"
align=
"center"
>
<a
class=
"button--primary"
href=
"http://"
>
Forum
</a>
</div>
<div
class=
"four-col"
align=
"center"
>
<a
class=
"button--primary"
href=
"http://"
>
Test
</a>
</div>
<div
class=
"four-col"
align=
"center"
>
<a
class=
"button--primary"
href=
"http://"
>
Sviluppo
</a>
</div>
<div
class=
"four-col last-col"
align=
"center"
>
<a
class=
"button--primary"
href=
"http://"
>
Mailing List
</a>
</div>
<div
class=
"four-col"
align=
"center"
>
<a
class=
"button--primary"
href=
"http://"
>
Promozione
</a>
</div>
<div
class=
"four-col"
align=
"center"
>
<a
class=
"button--primary"
href=
"http://"
>
Traduzione
</a>
</div>
<div
class=
"four-col last-col"
align=
"center"
>
<a
class=
"button--primary"
href=
"http://"
>
Fcm
</a>
</div>
</div>
</div>
<!--last block with the various contacts-->
<div
class=
"row row-hero"
>
<div
class=
"row row-image-centered"
>
<div
class=
"eight-col"
>
<h2>
Ancora dubbi?
</h2>
<p>
Nonostante la grande varietà di argomenti non sai dove poter contribuire al meglio?
<br>
Nessun problema! Siamo qui anche per questo.
<br><br>
Di seguito trovi i maggiori canali dove potrai esporre i tuoi quesiti:
<ul>
<li>
Sul nostro
<a
href=
"http://"
>
forum
</a></li>
<li>
Sulla nostra
<a
href=
"https://"
>
Mailing List
</a></li>
<li>
Sulla chat IRC del canale #ubuntu-it su chat.freenode.net utilizzabile anche da
<a
href=
"http://"
>
chat
</a>
nella sezione "chat libera"
</li>
</p>
</div>
<span><img
src=
"http://design.ubuntu.com/wp-content/uploads/pictogram-help-orange-hex.svg"
/>
</span>
</div>
<div>
{% endblock %}
uitwww/templates/pages/supporto.html
View file @
6cf64a49
...
...
@@ -20,11 +20,9 @@
{% block title %}Supporto{% endblock %}
{% block content %}
<div
class=
"page"
>
<div
class=
"row"
>
<div
class=
"col"
>
<div
class=
"row row-hero"
>
<h1
class=
"text-center"
>
Supporto
</h1>
<p
class=
"intro text-center"
>
Hai bisogno di aiuto oppure hai qualche curiosità da soddisfare? Guarda qui.
</p>
</div>
<p
class=
"intro text-center"
>
bisogno di aiuto oppure hai qualche curiosità da soddisfare? Guarda qui.
</p>
</div>
</div>
<div
class=
"page"
>
...
...
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