Skip to content

Commit 9963996

Browse files
authored
Merge pull request #15518 from sebagomez/navbar_fix
[MTL-2025] Fix bottom navbar
2 parents e20418c + 3f41a89 commit 9963996

File tree

10 files changed

+70
-0
lines changed

10 files changed

+70
-0
lines changed

content/events/2025-montreal/conduct-fr.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Type = "event"
44
Description = "Code de conduite devopsdays Montreal 2025"
55
+++
66

7+
<style type="text/css">
8+
9+
.footer-nav-row {
10+
display: block;
11+
}
12+
13+
</style>
14+
715
Tous les participants, conférenciers, sponsors et volontaires à devopsdays Montreal 2025 doivent accepter le code d'éthique et de déontologie, ou « code de conduite » suivant. Les organisateurs s’attacheront à faire respecter ce code durant l’événement. Nous attendons la coopération de chacun‧e pour assurer un environnement sain pour tous.
816

917

content/events/2025-montreal/conduct-pt-br.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Type = "event"
44
Description = "Código de conduta do devopsdays Montreal 2025"
55
+++
66

7+
<style type="text/css">
8+
9+
.footer-nav-row {
10+
display: block;
11+
}
12+
13+
</style>
714

815
Participantes, palestrantes, representantes de empresas e pessoas voluntárias no devopsdays Montreal 2025 são requeridos a concordar com o seguinte código de conduta. A organização irá aplicar este código pelo evento. Nós esperamos cooperação de todas as pessoas participando para garantir um ambiente seguro para todas as pessoas.
916

content/events/2025-montreal/conduct.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Type = "event"
44
Description = "Code of conduct for devopsdays Montreal 2025"
55
+++
66

7+
<style type="text/css">
8+
9+
.footer-nav-row {
10+
display: block;
11+
}
12+
13+
</style>
714

815
All attendees, speakers, sponsors, and volunteers at devopsdays Montreal 2025 are required to agree with the following code of conduct. Organizers will enforce this code throughout the event. We are expecting cooperation from all participants to help ensure a safe environment for everybody.
916

content/events/2025-montreal/contact.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Type = "event"
44
Description = "Contact information for devopsdays Montreal 2025"
55
+++
66

7+
<style type="text/css">
8+
9+
.footer-nav-row {
10+
display: block;
11+
}
12+
13+
</style>
14+
715
If you'd like to contact us by email: {{< email_organizers >}}
816

917
**Our local team**

content/events/2025-montreal/location.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Type = "event"
44
Description = "Location for devopsdays Montreal 2025"
55
+++
66

7+
<style type="text/css">
8+
9+
.footer-nav-row {
10+
display: block;
11+
}
12+
13+
</style>
14+
715
Event will be taking place at [Polytechnique Montréal](https://www.polymtl.ca/)
816

917
{{< event_map >}}

content/events/2025-montreal/program.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Description = "Program for devopsdays Montreal 2025"
55
Icons = "false"
66
+++
77

8+
<style type="text/css">
9+
10+
.footer-nav-row {
11+
display: block;
12+
}
13+
14+
</style>
815

916
<div>
1017
<b>Color Keys:</b>

content/events/2025-montreal/registration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Type = "event"
44
Description = "Registration for devopsdays Montreal 2025"
55
+++
66

7+
<style type="text/css">
8+
9+
.footer-nav-row {
10+
display: block;
11+
}
12+
13+
</style>
14+
715
<div style="width:100%; text-align:left;">
816

917
Embed registration iframe/link/etc.

content/events/2025-montreal/speakers.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@ Title = "Speakers"
33
Type = "speakers"
44
Description = "Speakers for devopsdays Montreal 2025"
55
+++
6+
7+
<style type="text/css">
8+
9+
.footer-nav-row {
10+
display: block;
11+
}
12+
13+
</style>

content/events/2025-montreal/sponsor.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Description = "Sponsor devopsdays Montreal 2025"
99

1010
<style type="text/css">
1111

12+
.footer-nav-row {
13+
display: block;
14+
}
15+
16+
1217
.paypal-btn{
1318
padding: 10px;
1419
}

content/events/2025-montreal/welcome.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Description = "DevOpsDays Montréal is back for another unique conference experi
77

88
<style type="text/css">
99

10+
.footer-nav-row {
11+
display: block;
12+
}
13+
1014
/* Thank you Buffalo */
1115

1216
.mtl {

0 commit comments

Comments
 (0)