Added menu items
This commit is contained in:
parent
194c6e59df
commit
b13a8e3636
56
config.toml
56
config.toml
@ -21,45 +21,57 @@ paginate = 5
|
|||||||
identifier="about"
|
identifier="about"
|
||||||
name = "About"
|
name = "About"
|
||||||
url = "/en/#about"
|
url = "/en/#about"
|
||||||
weight = 1
|
weight = 10
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier="services"
|
identifier="services"
|
||||||
name = "Services"
|
name = "Services"
|
||||||
url = "/en/#services"
|
url = "/en/#services"
|
||||||
weight = 2
|
weight = 20
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier="services-introduction"
|
identifier="services-introduction"
|
||||||
name = "Introduction"
|
name = "Introduction"
|
||||||
url = "/en/#services"
|
url = "/en/#services"
|
||||||
weight = 1
|
weight = 10
|
||||||
parent = "services"
|
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]]
|
[[menu.main]]
|
||||||
identifier = "contact"
|
identifier = "contact"
|
||||||
name = "Contact"
|
name = "Contact"
|
||||||
url = "/en/#contact"
|
url = "/en/#contact"
|
||||||
weight = 6
|
weight = 60
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "blog"
|
identifier = "blog"
|
||||||
name = "Blog"
|
name = "Blog"
|
||||||
url = "#"
|
url = "#"
|
||||||
weight = 7
|
weight = 70
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier="blogspot"
|
identifier="blogspot"
|
||||||
name = "Solutions Projects Technology"
|
name = "Solutions Projects Technology"
|
||||||
url = "/en/blog/spot"
|
url = "/en/blog/spot"
|
||||||
weight = 1
|
weight = 10
|
||||||
parent = "blog"
|
parent = "blog"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier="blogibis"
|
identifier="blogibis"
|
||||||
name = "Ideas Books Science"
|
name = "Ideas Books Science"
|
||||||
url = "/en/blog/ibis"
|
url = "/en/blog/ibis"
|
||||||
weight = 2
|
weight = 20
|
||||||
parent = "blog"
|
parent = "blog"
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
@ -80,7 +92,7 @@ paginate = 5
|
|||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.it]
|
[languages.it]
|
||||||
weight = 1
|
weight = 10
|
||||||
contentDir = "content/it"
|
contentDir = "content/it"
|
||||||
languageName = "Italiano"
|
languageName = "Italiano"
|
||||||
|
|
||||||
@ -88,49 +100,61 @@ paginate = 5
|
|||||||
identifier="about"
|
identifier="about"
|
||||||
name = "Presentazione"
|
name = "Presentazione"
|
||||||
url = "/#about"
|
url = "/#about"
|
||||||
weight = 1
|
weight = 10
|
||||||
|
|
||||||
[[languages.it.menu.main]]
|
[[languages.it.menu.main]]
|
||||||
identifier="services"
|
identifier="services"
|
||||||
name = "Servizi"
|
name = "Servizi"
|
||||||
url = "/#services"
|
url = "/#services"
|
||||||
weight = 2
|
weight = 20
|
||||||
|
|
||||||
[[languages.it.menu.main]]
|
[[languages.it.menu.main]]
|
||||||
identifier="services-introduction"
|
identifier="services-introduction"
|
||||||
name = "Introduzione"
|
name = "Introduzione"
|
||||||
url = "/#services"
|
url = "/#services"
|
||||||
weight = 1
|
weight = 10
|
||||||
parent = "services"
|
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]]
|
[[languages.it.menu.main]]
|
||||||
identifier = "contact"
|
identifier = "contact"
|
||||||
name = "Contatto"
|
name = "Contatto"
|
||||||
url = "/#contact"
|
url = "/#contact"
|
||||||
weight = 6
|
weight = 60
|
||||||
|
|
||||||
[[languages.it.menu.main]]
|
[[languages.it.menu.main]]
|
||||||
identifier = "blog"
|
identifier = "blog"
|
||||||
name = "Blog"
|
name = "Blog"
|
||||||
url = "#"
|
url = "#"
|
||||||
weight = 7
|
weight = 70
|
||||||
|
|
||||||
[[languages.it.menu.main]]
|
[[languages.it.menu.main]]
|
||||||
identifier = "blogspot"
|
identifier = "blogspot"
|
||||||
name = "Soluzioni Progetti Tecnologia"
|
name = "Soluzioni Progetti Tecnologia"
|
||||||
url = "/blog/spot"
|
url = "/blog/spot"
|
||||||
weight = 1
|
weight = 10
|
||||||
parent = "blog"
|
parent = "blog"
|
||||||
|
|
||||||
[[languages.it.menu.main]]
|
[[languages.it.menu.main]]
|
||||||
identifier = "blogibis"
|
identifier = "blogibis"
|
||||||
name = "Idee Libri Scienza"
|
name = "Idee Libri Scienza"
|
||||||
url = "/blog/ibis"
|
url = "/blog/ibis"
|
||||||
weight = 2
|
weight = 20
|
||||||
parent = "blog"
|
parent = "blog"
|
||||||
|
|
||||||
[languages.en]
|
[languages.en]
|
||||||
weight = 2
|
weight = 20
|
||||||
contentDir = "content/en"
|
contentDir = "content/en"
|
||||||
languageName = "English"
|
languageName = "English"
|
||||||
[languages.en.params]
|
[languages.en.params]
|
||||||
|
@ -3,6 +3,12 @@
|
|||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
{{ partial (printf "footer-menu.%s.html" .Lang) . }}
|
{{ partial (printf "footer-menu.%s.html" .Lang) . }}
|
||||||
<div class="row">
|
<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">
|
<div class="col-md-4 footer-contact-details">
|
||||||
<p>
|
<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>
|
<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
|
<br> IT-38068 Rovereto (TN) ITALY
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 footer-contact-details">
|
|
||||||
</div>
|
|
||||||
<div class="col-md-4 footer-contact-details">
|
<div class="col-md-4 footer-contact-details">
|
||||||
<h4><i class="bi bi-link"></i>Links</h4>
|
<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><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>
|
<p><img alt="BrainMinder" style="width: 20px;" src="https://brainminder.it/brainminder-icon.svg" /><a href="https://brainminder.it">BrainMinder</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="copyright">©2001-2024 SpeedTech
|
|
||||||
<br>SpeedTech di Gerola Ing. Roberto - VAT ID : IT02446960227 - REA : TN - 225335
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user