Added menu items

This commit is contained in:
roberto 2024-10-05 11:11:59 +02:00
parent fd65f53efd
commit a5cee04fb0
2 changed files with 46 additions and 21 deletions

View File

@ -21,45 +21,57 @@ paginate = 5
identifier="about"
name = "About"
url = "/en/#about"
weight = 1
weight = 10
[[menu.main]]
identifier="services"
name = "Services"
url = "/en/#services"
weight = 2
weight = 20
[[menu.main]]
identifier="services-introduction"
name = "Introduction"
url = "/en/#services"
weight = 1
weight = 10
parent = "services"
[[menu.main]]
identifier="brainminder"
name = "BrainMinder"
url = "https://brainminder.it"
weight = 21
[[menu.main]]
identifier="git"
name = "Git repository"
url = "https://gitea.speedtech.it/explore/repos"
weight = 22
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/en/#contact"
weight = 6
weight = 60
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "#"
weight = 7
weight = 70
[[menu.main]]
identifier="blogspot"
name = "Solutions Projects Technology"
url = "/en/blog/spot"
weight = 1
weight = 10
parent = "blog"
[[menu.main]]
identifier="blogibis"
name = "Ideas Books Science"
url = "/en/blog/ibis"
weight = 2
weight = 20
parent = "blog"
[permalinks]
@ -80,7 +92,7 @@ paginate = 5
[languages]
[languages.it]
weight = 1
weight = 10
contentDir = "content/it"
languageName = "Italiano"
@ -88,49 +100,61 @@ paginate = 5
identifier="about"
name = "Presentazione"
url = "/#about"
weight = 1
weight = 10
[[languages.it.menu.main]]
identifier="services"
name = "Servizi"
url = "/#services"
weight = 2
weight = 20
[[languages.it.menu.main]]
identifier="services-introduction"
name = "Introduzione"
url = "/#services"
weight = 1
weight = 10
parent = "services"
[[languages.it.menu.main]]
identifier="brainminder"
name = "BrainMinder"
url = "https://brainminder.it"
weight = 21
[[languages.it.menu.main]]
identifier="git"
name = "Git repository"
url = "https://gitea.speedtech.it/explore/repos"
weight = 22
[[languages.it.menu.main]]
identifier = "contact"
name = "Contatto"
url = "/#contact"
weight = 6
weight = 60
[[languages.it.menu.main]]
identifier = "blog"
name = "Blog"
url = "#"
weight = 7
weight = 70
[[languages.it.menu.main]]
identifier = "blogspot"
name = "Soluzioni Progetti Tecnologia"
url = "/blog/spot"
weight = 1
weight = 10
parent = "blog"
[[languages.it.menu.main]]
identifier = "blogibis"
name = "Idee Libri Scienza"
url = "/blog/ibis"
weight = 2
weight = 20
parent = "blog"
[languages.en]
weight = 2
weight = 20
contentDir = "content/en"
languageName = "English"
[languages.en.params]

View File

@ -3,6 +3,12 @@
<div class="container text-center">
{{ partial (printf "footer-menu.%s.html" .Lang) . }}
<div class="row">
<div class="col-md-4 footer-contact-details">
<p>SpeedTech di Gerola Ing. Roberto</p>
<p>VAT ID : IT02446960227</p>
<p>REA : TN - 225335</p>
<p class="copyright">2001-2024</p>
</div>
<div class="col-md-4 footer-contact-details">
<p>
<span class="footer-title"><i class="bi bi-telephone"></i>{{i18n "phone"}} : </span> <a href="tel:+390464414131" title="Telephone contact">+39 0464 414131</a>
@ -15,17 +21,12 @@
<br> IT-38068 Rovereto (TN) ITALY
</p>
</div>
<div class="col-md-4 footer-contact-details">
</div>
<div class="col-md-4 footer-contact-details">
<h4><i class="bi bi-link"></i>Links</h4>
<p><i class="bi bi-git"></i> <a href="https://gitea.speedtech.it/explore/repos">Git code repository</a></p>
<p><img alt="BrainMinder" style="width: 20px;" src="https://brainminder.it/brainminder-icon.svg" /><a href="https://brainminder.it">BrainMinder</a></p>
</div>
</div>
<p class="copyright">©2001-2024 SpeedTech
<br>SpeedTech di Gerola Ing. Roberto - VAT ID : IT02446960227 - REA : TN - 225335
</p>
</div>
</footer>