diff --git a/.idea/go.imports.xml b/.idea/go.imports.xml
new file mode 100644
index 0000000..d7202f0
--- /dev/null
+++ b/.idea/go.imports.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/php.xml b/.idea/php.xml
new file mode 100644
index 0000000..8aeb037
--- /dev/null
+++ b/.idea/php.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/data/introduction/en/home.yaml b/data/introduction/en/home.yaml
deleted file mode 100644
index 89b3268..0000000
--- a/data/introduction/en/home.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-title: ""
-description: |
- Design and development of custom web and desktop software applications for website backends, e-commerce platforms, management systems, and PWAs
- (Progressive Web Applications) using open source technologies that respect privacy and European digital sovereignty.
-
- Installation, configuration, and maintenance of dedicated Linux servers on-site or remotely.
-
- Installation, configuration, and maintenance of Linux desktop clients as an alternative to Microsoft Windows.
-
- Open source, privacy-friendly, and encrypted solutions for: email, messaging, document sharing, and password management.
-
diff --git a/data/introduction/en/linux.yaml b/data/introduction/en/linux.yaml
new file mode 100644
index 0000000..9f8e0f9
--- /dev/null
+++ b/data/introduction/en/linux.yaml
@@ -0,0 +1,2 @@
+title: "Linux systems"
+weight: 2
\ No newline at end of file
diff --git a/data/introduction/en/opensource.yaml b/data/introduction/en/opensource.yaml
new file mode 100644
index 0000000..beb0b97
--- /dev/null
+++ b/data/introduction/en/opensource.yaml
@@ -0,0 +1,2 @@
+title: "Open source solutions and privacy oriented"
+weight: 3
diff --git a/data/introduction/en/software.yaml b/data/introduction/en/software.yaml
new file mode 100644
index 0000000..c2b9955
--- /dev/null
+++ b/data/introduction/en/software.yaml
@@ -0,0 +1,2 @@
+title: "Custom software applications"
+weight: 1
\ No newline at end of file
diff --git a/data/introduction/it/home.yaml b/data/introduction/it/home.yaml
deleted file mode 100644
index 6b18556..0000000
--- a/data/introduction/it/home.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-title: ""
-description: |
- Progettazione e realizzazione di applicativi software web e desktop personalizzati per backend siti web, piattaforme di ecommerce, gestionali e PWA
- (Progressive Web Application) con tecnologie open source e rispettose della privacy e della sovranità digitale europea.
-
- Installazione, configurazione e manutenzione di servers Linux dedicati in sede o remoti.
-
- Installazione, configurazione e manutenzione di client Linux desktop come alternativa a Microsoft Windows.
-
- Soluzioni open source, rispettose della privacy e cifrate per : posta elettronica, messaggistica, condivisione documenti, gestione password.
\ No newline at end of file
diff --git a/data/introduction/it/linux.yaml b/data/introduction/it/linux.yaml
new file mode 100644
index 0000000..54b05fe
--- /dev/null
+++ b/data/introduction/it/linux.yaml
@@ -0,0 +1,2 @@
+title: "Sistemi Linux"
+weight: 2
\ No newline at end of file
diff --git a/data/introduction/it/opensource.yaml b/data/introduction/it/opensource.yaml
new file mode 100644
index 0000000..4691546
--- /dev/null
+++ b/data/introduction/it/opensource.yaml
@@ -0,0 +1,2 @@
+title: "Soluzioni open source ed orientate alla privacy"
+weight: 3
diff --git a/data/introduction/it/software.yaml b/data/introduction/it/software.yaml
new file mode 100644
index 0000000..a839707
--- /dev/null
+++ b/data/introduction/it/software.yaml
@@ -0,0 +1,3 @@
+title: "Applicativi software personalizzati"
+weight: 1
+
diff --git a/static/css/main.css b/static/css/main.css
index 79055fc..845f422 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -65,7 +65,7 @@
box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
border-radius: 8px;
padding: 10px;
- font-style: italic;
+ display: flex; justify-content: space-evenly;
}
#home-introduction p:first-child {
diff --git a/themes/lean/layouts/index.html b/themes/lean/layouts/index.html
index d40ca56..6772bab 100644
--- a/themes/lean/layouts/index.html
+++ b/themes/lean/layouts/index.html
@@ -4,14 +4,10 @@
{{ partial "nav.html" . }}
- {{ with (index .Site.Data.introduction .Site.Language.Lang).home }}
-
-
- {{ .description | markdownify}}
-
-
- {{ end }}
+ {{ range sort (index .Site.Data.introduction .Site.Language.Lang) "weight" }}
+
{{ .title }}
+ {{ end }}
diff --git a/layouts/partials/article-item-home.html b/themes/lean/layouts/partials/article-item-home.html
similarity index 88%
rename from layouts/partials/article-item-home.html
rename to themes/lean/layouts/partials/article-item-home.html
index 3c0c112..055a445 100644
--- a/layouts/partials/article-item-home.html
+++ b/themes/lean/layouts/partials/article-item-home.html
@@ -1,5 +1,5 @@
-
+
{{ if isset .article.Params "images"}}
{{ if (fileExists (printf "assets/%s" (index .article.Params.images 0))) -}}
{{ $mainimage := resources.Get (index .article.Params.images 0) }}
@@ -7,7 +7,7 @@
{{ end }}
{{ end }}