feature/training-pages #1

Merged
adelin.dubois merged 2 commits from feature/training-pages into development 2025-01-25 16:23:23 +01:00
13 changed files with 48 additions and 29 deletions
Showing only changes of commit eafd8186e3 - Show all commits

View File

@@ -1,5 +1,7 @@
---
title: "Sobre Mim"
params:
back_link: /#about-me
---
{{< about-me >}}

View File

@@ -1,5 +1,6 @@
---
title: "Calendário de Treinamentos"
title: "Treinamentos"
#title: "Calendário de Treinamentos"
weight: 2
header_menu: true
---

View File

@@ -1,12 +1,13 @@
---
title: "Massagem Esportiva em março (Brasil 🇧🇷)"
layout: "single_training"
params:
back_link: /#traisnings-calendar
---
Datas: 25, 26 e 27 de março de 2025
Localização: [Hilton Barra Rio de Janeiro](https://maps.app.goo.gl/7nVcR8N4NHm9R3PY6) (Brasil 🇧🇷)
#### Programação
## Programação
Duração: 3 DIAS (24 HORAS)

View File

@@ -1,12 +1,13 @@
---
title: "Starpping Expert em março (Brasil 🇧🇷)"
layout: "single_training"
params:
back_link: /#trainings-calendar
---
Datas: 28, 29 e 30 de março de 2025
Localização: [Hilton Barra Rio de Janeiro](https://maps.app.goo.gl/7nVcR8N4NHm9R3PY6) (Brasil 🇧🇷)
#### Programação
## Programação
Duração: 3 DIAS (24 HORAS)

View File

@@ -1,5 +1,7 @@
---
title: "About Me"
params:
back_link: /#about-me
---
{{< about-me >}}

View File

@@ -1,12 +1,13 @@
---
title: "Sport Massages in March (Brasil 🇧🇷)"
layout: "single_training"
params:
back_link: /#trainings-calendar
---
Dates: 25th, 26th and 27th March 2025
Location: [Hilton Barra Rio de Janeiro](https://maps.app.goo.gl/7nVcR8N4NHm9R3PY6) (Brasil 🇧🇷)
#### The Program
### The Program
Duration: 3 Days (24 HOURS)

View File

@@ -1,12 +1,13 @@
---
title: "Strapping Expert in March (Brasil 🇧🇷)"
layout: "single_training"
params:
back_link: /#trainings-calendar
---
Dates: 28th, 29th and 30th March 2025
Location: [Hilton Barra Rio de Janeiro](https://maps.app.goo.gl/7nVcR8N4NHm9R3PY6) (Brasil 🇧🇷)
#### The Program
### The Program
Duration: 3 Days (24 HOURS)

View File

@@ -1,5 +1,7 @@
---
title: "About Me"
params:
back_link: /#about-me
---
{{< about-me >}}

View File

@@ -1,12 +1,13 @@
---
title: "Massage du Sportif en mars (Brésil 🇧🇷)"
layout: "single_training"
params:
back_link: /#trainings-calendar
---
Dates : le 25, 26 et 27 Mars 2025
Lieu : [Hilton Barra Rio de Janeiro](https://maps.app.goo.gl/7nVcR8N4NHm9R3PY6) (Brésil 🇧🇷)
#### Le Programme
### Le Programme
Durée: 3 jours (24H)

View File

@@ -1,12 +1,13 @@
---
title: "Strapping Expert en mars (Brésil 🇧🇷)"
layout: "single_training"
params:
back_link: /#trainings-calendar
---
Dates : le 28, 29 et 30 Mars 2025
Lieu : [Hilton Barra Rio de Janeiro](https://maps.app.goo.gl/7nVcR8N4NHm9R3PY6) (Brésil 🇧🇷)
#### Le Programme
### Le Programme
Durée: 3 jours (24H)

View File

@@ -24,11 +24,17 @@
{{ end }}
</div>
{{ end }}
</div>
<div id="site-menu" class="inner">
{{ with .Site.Params.back_to_home }}
<a class='btn site-menu' href='{{ "/#trainings-calendar" | relURL }}'><i class="fa fa-angle-left"></i>&nbsp;{{ . }}</a>
{{ $back_to_home := .Site.Params.back_to_home }}
{{ $back_link := "/" | relLangURL}}
{{ with .Parent }}
{{ $back_link = .RelPermalink | relLangURL }}
{{ end }}
{{ with .Param "back_link" }}
{{ $back_link = . | relLangURL }}
{{ end }}
<div id="site-menu" class="inner">
<a class='btn site-menu' href='{{ $back_link }}'><i class="fa fa-angle-left"></i>&nbsp;{{ $back_to_home }}</a>
</div>
</div>
</div>
</header>

View File

@@ -44,35 +44,35 @@ h3,h4,h5,h6 {
}
h1 {
font-size: 5rem;
font-size: 4rem;
line-height: 1.2em;
letter-spacing: -2px;
text-indent: -3px;
}
h2 {
font-size: 4rem;
font-size: 3rem;
line-height: 1.2em;
letter-spacing: -1px;
text-indent: -2px;
}
h3 {
font-size: 3.5rem;
}
h4 {
font-size: 3rem;
}
h5 {
font-size: 2.5rem;
}
h6 {
h4 {
font-size: 2rem;
}
h5 {
font-size: 1.5rem;
}
h6 {
font-size: 1rem;
}
p{
margin: 1em 0;
}

View File

@@ -19,7 +19,7 @@ body {
}
#site-page-head {
height: 0%;
height: 0% !important;
}
#site-head.withCenteredImage{