File tree 3 files changed +26
-14
lines changed
3 files changed +26
-14
lines changed Original file line number Diff line number Diff line change @@ -42,25 +42,28 @@ Para hacer esto, esperamos reunir a personas de todo el mundo y ver dónde está
42
42
43
43
## Equipo de Liderazgo
44
44
45
- ### Ejecutor: Jay Miller
46
-
47
45
<div class =" grid " style =" display :flex ; flex-wrap : wrap ;" markdown =" 1 " >
48
46
49
- <div style =" display :flex " >
47
+ <div class =" leadership-photo-container " >
48
+
49
+ <h3 id =" ejecutor-jay-miller " >Ejecutor: Jay Miller</h3 >
50
+
50
51
<img class =" leadership-photo " alt =" photo of Jay " src =" https://github.com/kjaymiller.png " >
51
52
<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 >
52
53
</div >
53
54
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 >
55
58
56
- <div style =" display :flex " >
57
59
<img class =" leadership-photo " alt =" photo of Oleksis " src =" https://github.com/oleksis.png " >
58
60
<p > Oleksis es un ingeniero de software cubano y un desarrollador de código abierto con sede en el área de Toronto, Canadá.</p >
59
61
</div >
60
62
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 >
62
66
63
- <div style =" display :flex " >
64
67
<img class =" leadership-photo " alt =" photo of Velda " src =" https://github.com/VeldaKiara.png " >
65
68
66
69
<p > Velda es una ingeniera de software y escritora técnica Keniana que vive en Nairobi.</p >
Original file line number Diff line number Diff line change @@ -44,25 +44,28 @@ To do this we're hoping to gather folks from around the world and see where our
44
44
45
45
## Leadership Team
46
46
47
- ### Executor: Jay Miller
48
-
49
47
<div class =" grid " style =" display :flex ; flex-wrap : wrap ;" markdown =" 1 " >
50
48
51
- <div style =" display :flex " >
49
+ <div class =" leadership-photo-container " >
50
+
51
+ <h3 id =" executor-jay-miller " >Executor: Jay Miller</h3 >
52
+
52
53
<img class =" leadership-photo " alt =" photo of Jay " src =" https://github.com/kjaymiller.png " >
53
54
<p > Jay is a founder of Black Python Devs. Jay is an American Developer Advocate based in the Atlanta, Georgia area. </p >
54
55
</div >
55
56
56
- ### Technical Manager: Oleksis Fraga
57
+ <div class =" leadership-photo-container " >
58
+
59
+ <h3 id =" technical-manager-oleksis-fraga " >Technical Manager: Oleksis Fraga</h3 >
57
60
58
- <div style =" display :flex " >
59
61
<img class =" leadership-photo " alt =" photo of Oleksis " src =" https://github.com/oleksis.png " >
60
62
<p > Oleksis is a Cuban software engineer and open-source maintainer based in the Toronto Canada area.</p >
61
63
</div >
62
64
63
- ### Events Coordinator: Velda Kiara
65
+ <div class =" leadership-photo-container " >
66
+
67
+ <h3 id =" events-coordinator-velda-kiara " >Events Coordinator: Velda Kiara</h3 >
64
68
65
- <div style =" display :flex " >
66
69
<img class =" leadership-photo " alt =" photo of Velda " src =" https://github.com/VeldaKiara.png " >
67
70
68
71
<p > Velda is a Kenyan software engineer and technical writer based in Nairobi.</p >
Original file line number Diff line number Diff line change @@ -431,6 +431,12 @@ footer {
431
431
color : # fff ;
432
432
font-style : italic;
433
433
}
434
+
435
+ .leadership-photo-container {
436
+ display : flex;
437
+ flex-direction : column;
438
+ }
439
+
434
440
img .leadership-photo {
435
441
margin : 0 1rem ;
436
442
border-radius : 1em ;
You can’t perform that action at this time.
0 commit comments