Skip to content

Commit 64dd103

Browse files
committed
About style image container
1 parent 0218ac4 commit 64dd103

File tree

3 files changed

+26
-14
lines changed

3 files changed

+26
-14
lines changed

_articles/es/about.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,28 @@ Para hacer esto, esperamos reunir a personas de todo el mundo y ver dónde está
4242

4343
## Equipo de Liderazgo
4444

45-
### Ejecutor: Jay Miller
46-
4745
<div class="grid" style="display:flex; flex-wrap: wrap;" markdown="1">
4846

49-
<div style="display:flex">
47+
<div class="leadership-photo-container">
48+
49+
<h3 id="ejecutor-jay-miller">Ejecutor: Jay Miller</h3>
50+
5051
<img class="leadership-photo" alt="photo of Jay" src="https://github.com/kjaymiller.png">
5152
<p> Jay es uno de los fundadores de Black Python Devs. Jay es un Defensor de Desarrolladores Estadounidenses con sede en el área de Atlanta, Georgia. </p>
5253
</div>
5354

54-
### Gerente Técnico: Oleksis Fraga
55+
<div class="leadership-photo-container">
56+
57+
<h3 id="gerente-tcnico-oleksis-fraga">Gerente Técnico: Oleksis Fraga</h3>
5558

56-
<div style="display:flex">
5759
<img class="leadership-photo" alt="photo of Oleksis" src="https://github.com/oleksis.png">
5860
<p> Oleksis es un ingeniero de software cubano y un desarrollador de código abierto con sede en el área de Toronto, Canadá.</p>
5961
</div>
6062

61-
### Coordinadora de Eventos: Velda Kiara
63+
<div class="leadership-photo-container">
64+
65+
<h3 id="coordinadora-de-eventos-velda-kiara">Coordinadora de Eventos: Velda Kiara</h3>
6266

63-
<div style="display:flex">
6467
<img class="leadership-photo" alt="photo of Velda" src="https://github.com/VeldaKiara.png">
6568

6669
<p> Velda es una ingeniera de software y escritora técnica Keniana que vive en Nairobi.</p>

about.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,28 @@ To do this we're hoping to gather folks from around the world and see where our
4444

4545
## Leadership Team
4646

47-
### Executor: Jay Miller
48-
4947
<div class="grid" style="display:flex; flex-wrap: wrap;" markdown="1">
5048

51-
<div style="display:flex">
49+
<div class="leadership-photo-container">
50+
51+
<h3 id="executor-jay-miller">Executor: Jay Miller</h3>
52+
5253
<img class="leadership-photo" alt="photo of Jay" src="https://github.com/kjaymiller.png">
5354
<p> Jay is a founder of Black Python Devs. Jay is an American Developer Advocate based in the Atlanta, Georgia area. </p>
5455
</div>
5556

56-
### Technical Manager: Oleksis Fraga
57+
<div class="leadership-photo-container">
58+
59+
<h3 id="technical-manager-oleksis-fraga">Technical Manager: Oleksis Fraga</h3>
5760

58-
<div style="display:flex">
5961
<img class="leadership-photo" alt="photo of Oleksis" src="https://github.com/oleksis.png">
6062
<p> Oleksis is a Cuban software engineer and open-source maintainer based in the Toronto Canada area.</p>
6163
</div>
6264

63-
### Events Coordinator: Velda Kiara
65+
<div class="leadership-photo-container">
66+
67+
<h3 id="events-coordinator-velda-kiara">Events Coordinator: Velda Kiara</h3>
6468

65-
<div style="display:flex">
6669
<img class="leadership-photo" alt="photo of Velda" src="https://github.com/VeldaKiara.png">
6770

6871
<p> Velda is a Kenyan software engineer and technical writer based in Nairobi.</p>

assets/css/bpd.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,12 @@ footer {
431431
color: #fff;
432432
font-style: italic;
433433
}
434+
435+
.leadership-photo-container {
436+
display: flex;
437+
flex-direction: column;
438+
}
439+
434440
img.leadership-photo {
435441
margin: 0 1rem;
436442
border-radius: 1em;

0 commit comments

Comments
 (0)