New home introduction
This commit is contained in:
parent
b0bd121fff
commit
7d62399034
13 changed files with 43 additions and 31 deletions
11
.idea/go.imports.xml
generated
Normal file
11
.idea/go.imports.xml
generated
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="GoImports">
|
||||||
|
<option name="excludedPackages">
|
||||||
|
<array>
|
||||||
|
<option value="github.com/pkg/errors" />
|
||||||
|
<option value="golang.org/x/net/context" />
|
||||||
|
</array>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
13
.idea/php.xml
generated
Normal file
13
.idea/php.xml
generated
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="PhpCodeSniffer">
|
||||||
|
<phpcs_settings>
|
||||||
|
<PhpCSConfiguration asDefaultInterpreter="true" />
|
||||||
|
</phpcs_settings>
|
||||||
|
</component>
|
||||||
|
<component name="PhpStan">
|
||||||
|
<PhpStan_settings>
|
||||||
|
<PhpStanConfiguration asDefaultInterpreter="true" />
|
||||||
|
</PhpStan_settings>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
|
|
@ -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.
|
|
||||||
|
|
||||||
2
data/introduction/en/linux.yaml
Normal file
2
data/introduction/en/linux.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
title: "Linux systems"
|
||||||
|
weight: 2
|
||||||
2
data/introduction/en/opensource.yaml
Normal file
2
data/introduction/en/opensource.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
title: "Open source solutions and privacy oriented"
|
||||||
|
weight: 3
|
||||||
2
data/introduction/en/software.yaml
Normal file
2
data/introduction/en/software.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
title: "Custom software applications"
|
||||||
|
weight: 1
|
||||||
|
|
@ -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.
|
|
||||||
2
data/introduction/it/linux.yaml
Normal file
2
data/introduction/it/linux.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
title: "Sistemi Linux"
|
||||||
|
weight: 2
|
||||||
2
data/introduction/it/opensource.yaml
Normal file
2
data/introduction/it/opensource.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
title: "Soluzioni open source ed orientate alla privacy"
|
||||||
|
weight: 3
|
||||||
3
data/introduction/it/software.yaml
Normal file
3
data/introduction/it/software.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
title: "Applicativi software personalizzati"
|
||||||
|
weight: 1
|
||||||
|
|
||||||
|
|
@ -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;
|
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;
|
border-radius: 8px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-style: italic;
|
display: flex; justify-content: space-evenly;
|
||||||
}
|
}
|
||||||
|
|
||||||
#home-introduction p:first-child {
|
#home-introduction p:first-child {
|
||||||
|
|
|
||||||
|
|
@ -4,13 +4,9 @@
|
||||||
<body hx-boost="true" lang="{{ .Site.Language.Lang }}">
|
<body hx-boost="true" lang="{{ .Site.Language.Lang }}">
|
||||||
{{ partial "nav.html" . }}
|
{{ partial "nav.html" . }}
|
||||||
<div id="page-content">
|
<div id="page-content">
|
||||||
{{ with (index .Site.Data.introduction .Site.Language.Lang).home }}
|
|
||||||
<div id="home-introduction" class="container">
|
<div id="home-introduction" class="container">
|
||||||
<div class="row">
|
{{ range sort (index .Site.Data.introduction .Site.Language.Lang) "weight" }}
|
||||||
<div class="col m12 l12">
|
<div>{{ .title }}</div>
|
||||||
{{ .description | markdownify}}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="row blog-article-item-list">
|
<div class="row blog-article-item-list">
|
||||||
<div class="col s12 m4 l4 blog-article-image">
|
<div class="col s12 m3 l3 blog-article-image">
|
||||||
{{ if isset .article.Params "images"}}
|
{{ if isset .article.Params "images"}}
|
||||||
{{ if (fileExists (printf "assets/%s" (index .article.Params.images 0))) -}}
|
{{ if (fileExists (printf "assets/%s" (index .article.Params.images 0))) -}}
|
||||||
{{ $mainimage := resources.Get (index .article.Params.images 0) }}
|
{{ $mainimage := resources.Get (index .article.Params.images 0) }}
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<div class="col s12 m8 l8 blog-article-summary">
|
<div class="col s12 m9 l9 blog-article-summary">
|
||||||
<h4 class="blog-article-title"><a href="{{ .article.Permalink }}">{{.article.Title}}</a></h4>
|
<h4 class="blog-article-title"><a href="{{ .article.Permalink }}">{{.article.Title}}</a></h4>
|
||||||
<p class="blog-article-introduction">
|
<p class="blog-article-introduction">
|
||||||
<p>{{ .article.Summary | plainify}}</p>
|
<p>{{ .article.Summary | plainify}}</p>
|
||||||
Loading…
Add table
Reference in a new issue