Skip to content

Commit 1ded107

Browse files
authored
Merge branch 'main' into prague_2025
2 parents 38bc6c1 + 1e79bfa commit 1ded107

8 files changed

Lines changed: 211 additions & 12 deletions

File tree

36.1 KB
Loading

content/events/2025-belem/regulamento-pcd.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
---
2-
title: "Regulamento PCD"
3-
---
4-
<div>
1+
+++
2+
Title = "REGULAMENTO INGRESSOS PCDs"
3+
Type = "event"
4+
Description = "REGULAMENTO – INGRESSOS PARA PESSOAS COM DEFICIÊNCIA (PCDs)"
5+
+++
6+
<div>
57
<h2 id="regulamento-pessoas-com-limitações">
68
🎟️ REGULAMENTO – INGRESSOS PARA PESSOAS COM DEFICIÊNCIA (PCDs)
79
</h2>

content/events/2025-belem/speakers.md

Lines changed: 88 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,91 @@ Type = "speakers"
44
Description = "Palestrantes para o DevOpsDays Belém 2025"
55
+++
66

7-
<h1>Em Breve</h1>
7+
<h2 style="text-align: center; margin-top: 40px;">Keynote Speakers</h2>
8+
9+
<style>
10+
.speakers-grid {
11+
display: flex;
12+
flex-wrap: wrap;
13+
gap: 30px;
14+
justify-content: center;
15+
margin-top: 30px;
16+
}
17+
18+
.speaker-card {
19+
background: #ffffff;
20+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
21+
border-radius: 16px;
22+
padding: 20px;
23+
max-width: 300px;
24+
text-align: center;
25+
transition: transform 0.3s ease, box-shadow 0.3s ease;
26+
}
27+
28+
.speaker-card:hover {
29+
transform: translateY(-5px);
30+
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
31+
}
32+
33+
.speaker-photo {
34+
width: 180px;
35+
height: 180px;
36+
object-fit: cover;
37+
border-radius: 50%;
38+
margin: 0 auto 15px;
39+
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
40+
}
41+
42+
.speaker-name {
43+
font-size: 1.3em;
44+
font-weight: bold;
45+
color: #004c91;
46+
margin-bottom: 10px;
47+
}
48+
.speaker-company {
49+
font-size: .9em;
50+
font-weight: bold;
51+
color: #004c91;
52+
margin-bottom: 10px;
53+
text-align: center;
54+
}
55+
56+
.speaker-description {
57+
font-size: 0.95em;
58+
text-align: justify;
59+
line-height: 1.4;
60+
}
61+
62+
@media (max-width: 768px) {
63+
.speakers-grid {
64+
flex-direction: column;
65+
align-items: center;
66+
}
67+
}
68+
</style>
69+
70+
<div class="speakers-grid">
71+
72+
<div class="speaker-card">
73+
<img src="https://media.licdn.com/dms/image/v2/D4D03AQHLDRoZUm6fFQ/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1725046913085?e=1751500800&v=beta&t=6Bu_aEhHyDE8ZnEMVsfHl4VTUHUHNa6hLOKf805xWA4" alt="Letícia Dornelas " class="speaker-photo">
74+
<div class="speaker-name">Letícia Dornelas </div>
75+
<p class="speaker-company">Solutions Architect @ Amazon Web Services</p>
76+
<p class="speaker-description">
77+
Letícia tem mais de 10 anos de atuação na área de tecnologia. Atualmente, desempenha o cargo de Arquiteta de Soluções na AWS, onde apoia clientes do mercado financeiro. Formada pelo IFSP, tem interesse especial por temas como IA Generativa, DevOps, Arquitetura Orientada a Eventos e Serverless.
78+
</p>
79+
<p class="speaker-description">
80+
Prepare-se para uma palestra inspiradora que vai abrir o evento com muito conteúdo de alto nível!
81+
</p>
82+
</div>
83+
84+
<div class="speaker-card">
85+
<img src="https://media.licdn.com/dms/image/v2/D4D03AQH9hdlW73CmBg/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1708788197849?e=1751500800&v=beta&t=ID3qdhUv7gj7-5T5icX4--eqk_3SwBSlE2YIjgSVqPs" alt="Marcelio Leal" class="speaker-photo">
86+
<div class="speaker-name">Marcelio Leal</div>
87+
<p class="speaker-company">Google Engineering Manager</p>
88+
<p class="speaker-description">
89+
Com uma trajetória inspiradora, Marcelio é mestre pela UFPA e já passou por gigantes como Amazon e Nubank. Além disso, é cofundador das startups Bhub, Onsee e TS9, e advisor na E-station e Caic. Apaixonado por Software Livre, comunidades e educação, Marcelio é um membro ativo do ecossistema de inovação e startups.
90+
</p>
91+
</div>
92+
93+
</div>
94+

content/events/2025-belem/welcome.md

Lines changed: 89 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,65 @@ Description = "DevOpsDays Belém 2025"
5858
border-radius: 8px;
5959
}
6060

61+
.speakers-grid {
62+
display: flex;
63+
flex-wrap: wrap;
64+
gap: 30px;
65+
justify-content: center;
66+
margin-top: 30px;
67+
}
68+
69+
.speaker-card {
70+
background: #ffffff;
71+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
72+
border-radius: 16px;
73+
padding: 20px;
74+
max-width: 300px;
75+
text-align: center;
76+
transition: transform 0.3s ease, box-shadow 0.3s ease;
77+
}
78+
79+
.speaker-card:hover {
80+
transform: translateY(-5px);
81+
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
82+
}
83+
84+
.speaker-photo {
85+
width: 180px;
86+
height: 180px;
87+
object-fit: cover;
88+
border-radius: 50%;
89+
margin: 0 auto 15px;
90+
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
91+
}
92+
93+
.speaker-name {
94+
font-size: 1.3em;
95+
font-weight: bold;
96+
color: #004c91;
97+
margin-bottom: 10px;
98+
}
99+
.speaker-company {
100+
font-size: .9em;
101+
font-weight: bold;
102+
color: #004c91;
103+
margin-bottom: 10px;
104+
text-align: center;
105+
}
106+
107+
.speaker-description {
108+
font-size: 0.95em;
109+
text-align: justify;
110+
line-height: 1.4;
111+
}
112+
113+
@media (max-width: 768px) {
114+
.speakers-grid {
115+
flex-direction: column;
116+
align-items: center;
117+
}
118+
}
119+
61120
@media (max-width: 600px) {
62121
.highlight-box {
63122
flex: 1 1 100%;
@@ -141,15 +200,41 @@ Description = "DevOpsDays Belém 2025"
141200
</a>
142201
</div>
143202

203+
</div>
204+
</div>
205+
<h2 style="text-align: center; margin-top: 40px;">Keynote Speakers</h2>
206+
207+
<div class="speakers-grid">
208+
209+
<div class="speaker-card">
210+
<img src="https://media.licdn.com/dms/image/v2/D4D03AQHLDRoZUm6fFQ/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1725046913085?e=1751500800&v=beta&t=6Bu_aEhHyDE8ZnEMVsfHl4VTUHUHNa6hLOKf805xWA4" alt="Letícia Dornelas " class="speaker-photo">
211+
<div class="speaker-name">Letícia Dornelas </div>
212+
<p class="speaker-company">Solutions Architect @ Amazon Web Services</p>
213+
<p class="speaker-description">
214+
Letícia tem mais de 10 anos de atuação na área de tecnologia. Atualmente, desempenha o cargo de Arquiteta de Soluções na AWS, onde apoia clientes do mercado financeiro. Formada pelo IFSP, tem interesse especial por temas como IA Generativa, DevOps, Arquitetura Orientada a Eventos e Serverless.
215+
</p>
216+
<p class="speaker-description">
217+
Prepare-se para uma palestra inspiradora que vai abrir o evento com muito conteúdo de alto nível!
218+
</p>
219+
</div>
220+
221+
<div class="speaker-card">
222+
<img src="https://media.licdn.com/dms/image/v2/D4D03AQH9hdlW73CmBg/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1708788197849?e=1751500800&v=beta&t=ID3qdhUv7gj7-5T5icX4--eqk_3SwBSlE2YIjgSVqPs" alt="Marcelio Leal" class="speaker-photo">
223+
<div class="speaker-name">Marcelio Leal</div>
224+
<p class="speaker-company">Google Engineering Manager</p>
225+
<p class="speaker-description">
226+
Com uma trajetória inspiradora, Marcelio é mestre pela UFPA e já passou por gigantes como Amazon e Nubank. Além disso, é cofundador das startups Bhub, Onsee e TS9, e advisor na E-station e Caic. Apaixonado por Software Livre, comunidades e educação, Marcelio é um membro ativo do ecossistema de inovação e startups.
227+
</p>
228+
</div>
229+
144230
</div>
145231

146-
<h2>Local do evento:</h2>
232+
<h2>Local do evento:</h2>
147233
<p>
148234
Shopping Pátio Belém - Espaço G5 (4° Andar) - Tv. Padre Eutíquio, 1078 -
149235
Batista Campos, Belém - PA, 66023-710
150236
</p>
151-
152-
<div style="text-align: center; margin: 20px 0;">
237+
<div style="text-align: center; margin: 20px 0;">
153238
<iframe
154239
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3988.526856135577!2d-48.49722872451463!3d-1.457853798528424!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x92a48e8b9a13f417%3A0x3c5bd4c1f871e3de!2sShopping%20P%C3%A1tio%20Bel%C3%A9m!5e0!3m2!1spt-BR!2sbr!4v1744742959674!5m2!1spt-BR!2sbr"
155240
width="100%"
@@ -165,4 +250,4 @@ Description = "DevOpsDays Belém 2025"
165250

166251
{{< event_twitter >}}
167252

168-
</div>
253+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Evolution of a Configuration Management Legend: The Chef Journey"
6+
Type = "talk"
7+
Speakers = ["george-westwater"]
8+
+++
9+
10+
Since the inception of the term DevOps, Chef has been at the forefront of configuration management and automation. Over the past 15+ years, the Chef product line has continuously evolved, adapting to the changing landscape of infrastructure as code, cloud-native architectures, and modern DevOps practices. In this 30-minute session, we’ll explore how Chef has transitioned from its early days as a pioneer in infrastructure automation to its current role within the Chef 360 ecosystem, supporting hybrid cloud environments and Kubernetes-native deployments.
11+
12+
We will touch on the strategic decisions behind major product evolutions, including the shift to Habitat-based builds, the introduction of Agentless modes, and the deeper integration with cloud marketplaces. You’ll also learn how Chef continues to innovate while maintaining its core values of infrastructure consistency, compliance, and automation. Join us to understand the journey of Chef and its ongoing relevance in modern DevOps solutions.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Title = "George Westwater"
3+
Twitter = ""
4+
linkedin = "https://www.linkedin.com/in/westwater/"
5+
image = "george-westwater.jpg"
6+
type = "speaker"
7+
linktitle = "george-westwater"
8+
9+
+++
10+
11+
George Westwater is a Senior Director of Software Engineering at Progress Chef. He has 25+ years of experience across all altitudes of an organization (developer, architect, manager, executive, …) at a wide range of organization sizes from small start-ups to FANG organizations. George has designed, built, supported, and deployed software across multiple verticals to on-prem datacenters, AWS, Azure, GCP, as shrink-wrap software, and on IoT/Edge devices. George’s passion for problem-solving and team dynamics is evident in his fast passed, interactive and engaging sessions.

data/events/2025/belem/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ nav_elements: # List of pages you want to show up in the navigation of your page
4747
url: https://tasafo.github.io/belemdevopsdays/patrocinio
4848
- name: Código de Conduta
4949
url: https://tasafo.github.io/belemdevopsdays/codigo-de-conduta
50-
- name: Regulamento PDCs
50+
- name: Regulamento PCD
5151
url: /events/2025-belem/regulamento-pcd
5252
- name: Contato
5353
url: https://tasafo.github.io/belemdevopsdays/contato
@@ -77,8 +77,8 @@ team_members: # Name is the only required field for team members.
7777
image: "ricardo-casseb.jpg"
7878
linkedin: "https://www.linkedin.com/in/ricardocasseb/"
7979

80-
- name: "Ryan Ricardo de Souza"
81-
employer: "CR2 Transparência Pública"
80+
- name: "Ryan de Souza"
81+
employer: "Eng. Software - UEPA"
8282
image: "ryan.jpg"
8383
linkedin: "https://www.linkedin.com/in/theunrealryan/"
8484

data/events/2025/prague/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ sponsors:
9494
level: community
9595
- id: art4people
9696
level: community
97+
- id: czechitas
98+
level: community
9799

98100
sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link
99101

0 commit comments

Comments
 (0)