Compare commits

...

5 Commits

Author SHA1 Message Date
roberto
a5cee04fb0 Added menu items 2024-10-05 11:11:59 +02:00
roberto
fd65f53efd Merge branch 'main' of https://gitea.speedtech.it/roberto/speedtech-website 2024-10-04 19:02:07 +02:00
roberto
125475cf23 Footer reqorking 2024-10-04 19:01:07 +02:00
c1adb80eba Update README.md 2024-10-04 16:12:32 +02:00
ab74231f9b Update README.md 2024-10-04 16:10:45 +02:00
4 changed files with 64 additions and 31 deletions

View File

@ -2,4 +2,6 @@
Source code for speedtech.it. 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)

View File

@ -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]

View File

@ -4,27 +4,29 @@
{{ 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"> <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> <p>VAT ID : IT02446960227</p>
<a href="tel:+390464414131" title="Telephone contact">+39 0464 414131</a> <p>REA : TN - 225335</p>
</p> <p class="copyright">2001-2024</p>
</div> </div>
<div class="col-md-4 footer-contact-details"> <div class="col-md-4 footer-contact-details">
<h4><i class="fas fa-envelope"></i>Email</h4>
<p> <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> <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> </p>
</div> <p>
<div class="col-md-4 footer-contact-details"> <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>
<h4><i class="fas fa-map-marker"></i>{{i18n "location"}}</h4> </p>
<h4><i class="bi bi-geo-alt-fill"></i>{{i18n "location"}}</h4>
<p>Viale Trento, 31 <p>Viale Trento, 31
<br> IT-38068 Rovereto (TN) ITALY <br> IT-38068 Rovereto (TN) ITALY
</p> </p>
</div> </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> </div>
<p class="copyright">©2001-2024 SpeedTech
<br>SpeedTech di Gerola Ing. Roberto - VAT ID : IT02446960227 - REA : TN - 225335
</p>
</div> </div>
</footer> </footer>

View File

@ -984,6 +984,11 @@ header.blog-single .title {
padding-left: 0; padding-left: 0;
} }
.footer-title {
font-size: 1rem;
font-weight: 900;
}
@media (min-width: 992px) { @media (min-width: 992px) {
.img-content.text-center img { .img-content.text-center img {
max-width: 400px; max-width: 400px;