Skip to content

Commit b6d50d9

Browse files
authored
Merge pull request #297 from BlackPythonDevs/about-style-img
bpd.css about.md
2 parents b78723c + 0218ac4 commit b6d50d9

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

_articles/es/about.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,25 @@ Para hacer esto, esperamos reunir a personas de todo el mundo y ver dónde está
4444

4545
### Ejecutor: Jay Miller
4646

47-
<div style="display:flex; flex-wrap: wrap;" markdown="1">
47+
<div class="grid" style="display:flex; flex-wrap: wrap;" markdown="1">
4848

4949
<div style="display:flex">
50-
<img style="margin: 0 1rem; border-radius:1em" height="150px" alt="photo of Jay" src="https://github.com/kjaymiller.png">
50+
<img class="leadership-photo" alt="photo of Jay" src="https://github.com/kjaymiller.png">
5151
<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>
5252
</div>
5353

5454
### Gerente Técnico: Oleksis Fraga
5555

5656
<div style="display:flex">
57-
<img style="margin: 0 1rem; border-radius:1em" height="150px" alt="photo of Oleksis" src="https://github.com/oleksis.png">
57+
<img class="leadership-photo" alt="photo of Oleksis" src="https://github.com/oleksis.png">
5858
<p> Oleksis es un ingeniero de software cubano y un desarrollador de código abierto con sede en el área de Toronto, Canadá.</p>
5959
</div>
6060

6161
### Coordinadora de Eventos: Velda Kiara
6262

6363
<div style="display:flex">
64-
<img style="margin: 0 1rem; border-radius:1em" height="150px" alt="photo of Velda" src="https://github.com/VeldaKiara.png">
64+
<img class="leadership-photo" alt="photo of Velda" src="https://github.com/VeldaKiara.png">
65+
6566
<p> Velda es una ingeniera de software y escritora técnica Keniana que vive en Nairobi.</p>
6667
</div>
6768

about.md

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ To do this we're hoping to gather folks from around the world and see where our
6464

6565
<div style="display:flex">
6666
<img class="leadership-photo" alt="photo of Velda" src="https://github.com/VeldaKiara.png">
67+
6768
<p> Velda is a Kenyan software engineer and technical writer based in Nairobi.</p>
6869
</div>
6970

assets/css/bpd.css

+1
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ img.leadership-photo {
435435
margin: 0 1rem;
436436
border-radius: 1em;
437437
max-width: 10rem;
438+
height: 150px;
438439
}
439440

440441
.post-title > h3 {

0 commit comments

Comments
 (0)