Compare commits
4 Commits
ca17275e33
...
b13a8e3636
Author | SHA1 | Date | |
---|---|---|---|
|
b13a8e3636 | ||
194c6e59df | |||
807a98406f | |||
|
2be637d3eb |
@ -2,4 +2,6 @@
|
||||
|
||||
Source code for speedtech.it.
|
||||
|
||||
Written in Hugo, multilingual (italian and english), 2 separated blogs, each one with its own categories and tags
|
||||
Written in Hugo, multilingual (italian and english), 2 separated blogs, each one with its own categories and tags.
|
||||
|
||||
![SpeedTech Website](static/img/speedtech_website_for_gitea.webp)
|
56
config.toml
56
config.toml
@ -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]
|
||||
|
@ -4,27 +4,29 @@
|
||||
{{ partial (printf "footer-menu.%s.html" .Lang) . }}
|
||||
<div class="row">
|
||||
<div class="col-md-4 footer-contact-details">
|
||||
<h4><i class="fas fa-phone"></i>{{i18n "phone"}}</h4>
|
||||
<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>
|
||||
<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>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-4 footer-contact-details">
|
||||
<h4><i class="fas fa-envelope"></i>Email</h4>
|
||||
<p>
|
||||
<a href="mailto:%72%6f%62%65%72%74%6f%40%73%70%65%65%64%74%65%63%68%2e%69%74">{{i18n "sendemail"}}</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-4 footer-contact-details">
|
||||
<h4><i class="fas fa-map-marker"></i>{{i18n "location"}}</h4>
|
||||
<p>
|
||||
<span class="footer-title"><i class="bi bi-envelope"></i>Email : </span> <a href="mailto:%72%6f%62%65%72%74%6f%40%73%70%65%65%64%74%65%63%68%2e%69%74">{{i18n "sendemail"}}</a>
|
||||
</p>
|
||||
<h4><i class="bi bi-geo-alt-fill"></i>{{i18n "location"}}</h4>
|
||||
<p>Viale Trento, 31
|
||||
<br> IT-38068 Rovereto (TN) ITALY
|
||||
</p>
|
||||
</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>
|
||||
|
||||
|
@ -984,6 +984,11 @@ header.blog-single .title {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.footer-title {
|
||||
font-size: 1rem;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.img-content.text-center img {
|
||||
max-width: 400px;
|
||||
|
Loading…
Reference in New Issue
Block a user