Skip to content

Commit 3367781

Browse files
authored
Merge pull request #15064 from sebagomez/main
[MTL-2025] Update Montreal event
2 parents 9df3ae0 + 41dbdc4 commit 3367781

File tree

12 files changed

+162
-82
lines changed

12 files changed

+162
-82
lines changed
128 KB
Loading
202 KB
Loading
466 KB
Loading
725 KB
Loading
24.3 KB
Loading
34.3 KB
Loading
189 KB
Loading
250 KB
Loading

content/events/2025-montreal/welcome.md

Lines changed: 155 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,167 @@
11
+++
2-
Title = "devopsdays Montreal 2025"
2+
Title = "DevOpsDays Montréal 2025"
33
Type = "welcome"
44
aliases = ["/events/2025-montreal/"]
5-
Description = "devopsdays Montreal 2025"
5+
Description = "DevOpsDays Montréal is back for another unique conference experience!"
66
+++
77

8-
<!-- <div style="text-align:center;">
9-
{{< event_logo >}}
10-
</div> -->
11-
12-
<div class = "row">
13-
<div class = "col-md-2">
14-
<strong>Dates</strong>
15-
</div>
16-
<div class = "col-md-8">
17-
{{< event_start >}} - {{< event_end >}}
18-
</div>
19-
</div>
8+
<style type="text/css">
9+
10+
/* Thank you Buffalo */
11+
12+
.mtl {
13+
display: flex;
14+
flex-direction: row;
15+
flex-wrap: nowrap;
16+
justify-content: center;
17+
/* align-items: center; */
18+
/* background-color: #91c0d3; */
19+
background-color: #CCC9E7;
20+
margin: 3em;
21+
padding: 3em;
22+
gap: 3em;
23+
border-radius: 10px;
24+
}
25+
.mtl .showcase {
26+
text-align: center;
27+
flex-grow: 1;
28+
}
29+
.mtl .showcase img {
30+
max-width: 500px;
31+
}
32+
.mtl .showcase button {
33+
color: #fff;
34+
/* background-color: #285d72; */
35+
background-color: #d32041;
36+
border: none;
37+
border-radius: 0.5em;
38+
font-weight: bold;
39+
padding: 1em 2em;
40+
width: 100%;
41+
}
42+
.mtl .sidebar {
43+
flex-grow: 3;
44+
min-width: 200px;
45+
border-radius: 0.5em;
46+
color: #303030;
47+
font-size: 1.4em;
48+
}
49+
.mtl .sidebar h2 {
50+
margin-top: 1em;
51+
font-size: 1.5em;
52+
/* border-bottom: 1px solid #444; */
53+
}
54+
.mtl .sidebar h2:not(:nth-of-type(1)) {
55+
font-size: 1.5em;
56+
margin-top: 1em;
57+
}
58+
@media only screen and (max-width: 760px) {
59+
.mtl {
60+
flex-direction: column;
61+
margin: 0;
62+
}
63+
.mtl .showcase img {
64+
margin: 0;
65+
width: 100%;
66+
}
67+
}
68+
69+
/* Thank you New York City */
70+
71+
a.jssocials-share-link, a.event-cta-button {
72+
background-color: #d32041;
73+
}
74+
75+
.welcome-page-date {
76+
color: #FFFFFF;
77+
font-weight: 700;
78+
}
79+
80+
</style>
81+
82+
83+
<div class="mtl">
84+
85+
<div class="showcase">
86+
{{< event_logo >}}
87+
<p></p>
88+
<p><a href="https://talks.devopsdays.org/devopsdays-montreal-2025/cfp"><button>Propose your talk!</button></a></p>
89+
90+
<!-- <p><a href="https://www.eventbrite.ca/e/devopsdays-montreal-2024-may-2728-confirmed-tickets-643838146227"><button>Register</button></a></p> -->
91+
<!-- <p><a href="../location/"><button>Get venue info</button></a></p> -->
92+
<p><a href="../sponsor/"><button>Sponsor</button></a></p>
93+
<!-- <p><a href="../speakers/"><button>Check out our awesome lineup</button></a></p> -->
94+
<p><a href="../contact/"><button>Contact</button></a></p>
2095

21-
<!-- <div class = "row">
22-
<div class = "col-md-2">
23-
<strong>Location</strong>
24-
</div>
25-
<div class = "col-md-8">
26-
{{< event_location >}}
27-
</div>
28-
</div> -->
29-
30-
<!-- <div class = "row">
31-
<div class = "col-md-2">
32-
<strong>Register</strong>
33-
</div>
34-
<div class = "col-md-8">
35-
{{< event_link page="registration" text="Register to attend the conference!" >}}
36-
</div>
37-
</div> -->
38-
39-
<!-- <div class = "row">
40-
<div class = "col-md-2">
41-
<strong>Propose</strong>
42-
</div>
43-
<div class = "col-md-8">
44-
{{< event_link page="propose" text="Propose a talk!" >}}
45-
</div>
46-
</div> -->
47-
48-
<!-- <div class = "row">
49-
<div class = "col-md-2">
50-
<strong>Program</strong>
51-
</div>
52-
<div class = "col-md-8">
53-
View the {{< event_link page="program" text="program." >}}
54-
</div>
55-
</div> -->
56-
57-
<!-- <div class = "row">
58-
<div class = "col-md-2">
59-
<strong>Speakers</strong>
60-
</div>
61-
<div class = "col-md-8">
62-
Check out the {{< event_link page="speakers" text="speakers!" >}}
63-
</div>
64-
</div> -->
65-
66-
<div class = "row">
67-
<div class = "col-md-2">
68-
<strong>Sponsors</strong>
69-
</div>
70-
<div class = "col-md-8">
71-
{{< event_link page="sponsor" text="Sponsor the conference!" >}}
72-
</div>
7396
</div>
7497

75-
<div class = "row">
76-
<div class = "col-md-2">
77-
<strong>Contact</strong>
78-
</div>
79-
<div class = "col-md-8">
80-
{{< event_link page="contact" text="Get in touch with the organizers" >}}
81-
</div>
98+
<div class="sidebar">
99+
100+
101+
**English** (Français suive)
102+
103+
<!-- <p>
104+
🎉 DevOpsDays Montréal 2024: A Recap! 🎉
105+
106+
Thank you to everyone who participated in DevOpsDays Montréal 2024! 🙌 The event took place on May 27th and 28th at the Centre Mont-Royal, and it was an incredible gathering of professionals from across the industry. Whether you’re a developer, sysadmin, tester, or product manager, there was something for everyone.
107+
108+
📺 Relive the Experience: Did you miss any sessions or want to revisit the inspiring talks? Good news! You can catch all the action on our YouTube channel. From thought-provoking keynotes to practical workshops, there’s a wealth of knowledge waiting for you.
109+
https://www.youtube.com/playlist?list=PL2tIJL4fCPDMuNt5F7IQTAykCHHAPCnJT
110+
111+
Remember, DevOps isn’t just about tools and processes—it’s about community, learning, and growth. Let’s continue building a vibrant DevOps community in Montreal! 🚀
112+
113+
Stay tuned for updates on future events, and thank you for being part of DevOpsDays Montréal 2024! 🎊
114+
</p> -->
115+
116+
117+
<p>
118+
DevOpsDays is a series of technical conferences focused on the topics of software development, IT infrastructure operations, and the intersection between them. Our events bring together professionals from across the industry to discuss the latest trends, best practices, and challenges facing the DevOps community.
119+
</p>
120+
<p>
121+
As an organizer for DevOpsDays Montreal, we're thrilled to invite you to join us for our upcoming event in fall 2025 (TBD). Whether you're a developer, sysadmin, tester, product manager, or anyone else interested in DevOps, there will be something for you at DevOpsDays Montreal.
122+
</p>
123+
<p>
124+
Our event will feature a variety of presentations, discussions, and networking opportunities, all centered around the themes of collaboration, automation, measurement, and sharing. We also believe that taking care of ourselves and each other is critical to our success in this industry, which is why we'll be including sessions focused on mental health and well-being.
125+
</p>
126+
<p>
127+
You'll have the chance to learn from experts in the field, share your own experiences, and connect with like-minded professionals from around the region. We hope you'll join us for this exciting event and help us build a stronger, more vibrant DevOps community in Montreal.
128+
</p>
129+
<p>
130+
Whether you're a seasoned veteran or just starting to explore the world of DevOps, there's a place for you at DevOpsDays Montreal. Thanks for your interest, and we look forward to seeing you in October!
131+
</p>
132+
133+
**Français**
134+
135+
<!-- 🎉 DevOpsDays Montréal 2024 : Un Résumé ! 🎉
136+
137+
Un immense merci à tous ceux qui ont participé à DevOpsDays Montréal 2024 ! 🙌 L’événement s’est déroulé les 27 et 28 mai au Centre Mont-Royal, et ce fut une rencontre incroyable de professionnels venus de tous les horizons. Que vous soyez développeur, administrateur système, testeur ou chef de produit, il y avait quelque chose pour chacun.
138+
139+
📺 Revivez l’Expérience : Vous avez manqué des sessions ou souhaitez revoir les conférences inspirantes ? Bonne nouvelle ! Vous pouvez retrouver toute l’action sur notre chaîne YouTube. Des discours captivants aux ateliers pratiques, il y a une mine de connaissances qui vous attend.
140+
https://www.youtube.com/playlist?list=PL2tIJL4fCPDMuNt5F7IQTAykCHHAPCnJT
141+
142+
Rappelez-vous, DevOps ne se résume pas qu’à des outils et des processus, c’est aussi une communauté, un apprentissage et une croissance. Continuons à construire une communauté DevOps dynamique à Montréal ! 🚀
143+
144+
Restez à l’affût des prochains événements, et merci d’avoir fait partie de DevOpsDays Montréal 2024 ! 🎊 -->
145+
146+
<p>
147+
DevOpsDays Montréal est une série de conférences axées sur le développement logiciel, les opérations d’infrastructure informatique, et la synergie entre les deux. Nos événements rassemblent des professionnels de toute l’industrie pour discuter des dernières tendances, des meilleures pratiques et des défis auxquels la communauté DevOps est confrontée.
148+
</p>
149+
<p>
150+
En tant qu’organisateur du DevOpsDays Montréal, nous sommes ravis de vous inviter à nous rejoindre pour notre prochain événement qui aura lieu en automne 2025 (à définir). Que vous soyez développeur, administrateur de systèmes, testeur, chef de produit ou toute autre personne intéressée par le DevOps, vous repartirez inspirer par ce rassemblement unique!
151+
</p>
152+
<p>
153+
Notre événement proposera une variété de présentations, de discussions et d’opportunités de réseautage, tous centrés sur les thèmes de la collaboration, de l’automatisation, de la mesure et du partage. Nous pensons également que prendre soin de nous-mêmes et des autres est essentiel à notre succès dans cette industrie, c’est pourquoi nous inclurons des sessions axées sur la santé mentale et le bien-être.
154+
</p>
155+
<p>
156+
Vous aurez l’occasion d’apprendre des experts du domaine, de partager vos propres expériences et de vous connecter avec des professionnels partageant les mêmes idées. Nous espérons que vous vous joindrez à nous pour cet événement passionnant et que vous nous aiderez à construire une communauté DevOps plus forte et plus dynamique à Montréal.
157+
</p>
158+
<p>
159+
Que vous soyez un vétéran aguerri ou que vous commenciez tout juste à explorer le monde du DevOps, il y a une place pour vous aux DevOpsDays Montréal. Merci de votre intérêt, et nous avons hâte de vous voir en Octobre!
160+
</p>
161+
162+
</div>
82163
</div>
83164

84165
<!-- Uncomment if you added your city twitter name -->
85-
<!--
166+
86167
{{< event_twitter >}}
87-
-->

data/events/2025/montreal/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "2025-montreal" # The name of the event. Four digit year with the city name in lower-case, with no spaces.
22
year: "2025" # The year of the event. Make sure it is in quotes.
3-
city: "Montreal" # The displayed city name of the event. Capitalize it.
3+
city: "Montréal" # The displayed city name of the event. Capitalize it.
44
event_twitter: "DevOpsDaysMTL" # Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
5-
description: "Devopsdays is coming back to Montreal!" # Edit this to suit your preferences
5+
description: "DevOpsDays is coming back to Montreal!" # Edit this to suit your preferences
66
ga_tracking_id: "" # If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"
77
event_group: "Montréal"
88

@@ -15,11 +15,11 @@ startdate: # The start date of your event. Leave blank if you don't have a venu
1515
enddate: # The end date of your event. Leave blank if you don't have a venue reserved yet.
1616

1717
# Leave CFP dates blank if you don't know yet, or set all three at once.
18-
cfp_date_start: # start accepting talk proposals.
19-
cfp_date_end: # close your call for proposals.
20-
cfp_date_announce: # inform proposers of status
18+
cfp_date_start: 2025-04-07T00:00:00-05:00 # start accepting talk proposals.
19+
cfp_date_end: 2025-07-01T00:00:00-05:00 # close your call for proposals.
20+
cfp_date_announce: 2025-08-01T00:00:00-05:00 # inform proposers of status
2121

22-
cfp_link: "" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.
22+
cfp_link: "https://talks.devopsdays.org/devopsdays-montreal-2025/cfp" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.
2323

2424
registration_date_start: # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
2525
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
@@ -107,7 +107,7 @@ team_members: # Name is the only required field for team members.
107107
linkedin: "https://www.linkedin.com/in/franck-clerget/"
108108
- name: "Sebastián Gómez"
109109
image: "seb.jpg"
110-
bio: "CI/CD plumber by day, father of three by night, I've been in the IT industry for almost 20 years. It all started with a `echo Hello World` on my mom’s computer’s AUTOEXEC.BAT. I now help companies of all sizes transition into the Cloud Native world, as painless as possible."
110+
bio: "Grafana forensic investigator by day, father of three by night, I've been in the IT industry for almost 20 years. It all started with a `echo Hello World` on my mom’s computer’s AUTOEXEC.BAT. I am now a Tech Lead for Rainbow Six mobile at Ubisoft."
111111
role: "CFP, Speaker liaison + Website"
112112
employer: "Ubisoft"
113113
github: "sebagomez"

0 commit comments

Comments
 (0)