File tree 4 files changed +39
-1
lines changed
4 files changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,14 @@ current_team:
107
107
description :
108
108
photo : assets/img/members/empty.png
109
109
42login :
110
+ alexandre :
111
+ name : ' Alexandre Suteau'
112
+ git :
113
+ linkedin :
114
+ twitter :
115
+ description :
116
+ photo : assets/img/members/empty.png
117
+ 42login :
110
118
# ********************************************
111
119
# 2022 ALUMNI
112
120
# ********************************************
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Nouvelle version des Bootcamps
3
+ date : 2025-02-27 13:37:00 +/-TTTT
4
+ categories : [Annonces,Bootcamps]
5
+ tags : [Bootcamps,42AI]
6
+ description : " Py-Boot 3.3 & ML-Boot 5.1"
7
+ image :
8
+ path : /assets/img/banners/banner_post_code.png
9
+ authors : [maperez42]
10
+ ---
11
+
12
+ Les bootcamps Python et Machine Learning ont été mis à jour ! (En attendant l'arrivée prochaine du Bootcamp Deep Learning 🔥🔥🔥)
13
+
14
+ Retrouvez les dernières versions sur notre Github :
15
+
16
+ - <a href =" https://github.com/42-AI/bootcamp_python/releases/tag/version%2F3.3.0 " >Python Bootcamp 3.3</a >
17
+ - <a href =" https://github.com/42-AI/bootcamp_machine-learning/releases/tag/version%2F5.1.1 " >Machine Learning Bootcamp 5.1</a >
18
+
19
+ L'équipe 42AI
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ description:
22
22
23
23
<h2 >{{current_team.mandate}}</h2 >
24
24
25
+ <!-- THIS HAS TO BE REFACTORED -->
25
26
<div class =" column " >
26
27
<div class="row" style="align-items: center; display:flex; margin-top: 15px">
27
28
<div class="col-1 col-xs-12"><img src="{{current_team.bureau.president.person.photo}}" width=48px/></div>
@@ -121,7 +122,11 @@ description:
121
122
<div class="col-5 col-xs-12">Maxence Bocquel</div>
122
123
<div class="col-5 col-xs-12"><span>Helper</span></div>
123
124
</div>
124
-
125
+ <div class="row" style="align-items: center; display:flex; margin-top: 15px">
126
+ <div class="col-1 col-xs-12"><img src="{{current_team.media.person.photo}}" width=48px/></div>
127
+ <div class="col-5 col-xs-12">Alexandre Suteau</div>
128
+ <div class="col-5 col-xs-12"><span>Helper</span></div>
129
+ </div>
125
130
<h2 >Alumni</h2 >
126
131
127
132
<p >Section under construction</p >
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ description:
21
21
22
22
<h2 >{{current_team.mandate}}</h2 >
23
23
24
+ <!-- THIS HAS TO BE REFACTORED -->
24
25
<div class =" column " >
25
26
<div class="row" style="align-items: center; display:flex; margin-top: 15px">
26
27
<div class="col-1 col-xs-12"><img src="{{current_team.bureau.president.person.photo}}" width=48px/></div>
@@ -134,6 +135,11 @@ description:
134
135
</span>
135
136
</div> -->
136
137
</div>
138
+ <div class="row" style="align-items: center; display:flex; margin-top: 15px">
139
+ <div class="col-1 col-xs-12"><img src="{{current_team.media.person.photo}}" width=48px/></div>
140
+ <div class="col-5 col-xs-12">Alexandre Suteau</div>
141
+ <div class="col-5 col-xs-12"><span>Helper</span></div>
142
+ </div>
137
143
<h2 >Alumni</h2 >
138
144
139
145
<p >Section en construction</p >
You can’t perform that action at this time.
0 commit comments