Skip to content

Commit 91d06a4

Browse files
authored
ADD - ML and PY bootcamp releases post
ADD - releases
2 parents 74e169b + 0873d43 commit 91d06a4

File tree

4 files changed

+39
-1
lines changed

4 files changed

+39
-1
lines changed

_data/locales/tabs/team.yml

+8
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ current_team:
107107
description:
108108
photo: assets/img/members/empty.png
109109
42login:
110+
alexandre:
111+
name: 'Alexandre Suteau'
112+
git:
113+
linkedin:
114+
twitter:
115+
description:
116+
photo: assets/img/members/empty.png
117+
42login:
110118
# ********************************************
111119
# 2022 ALUMNI
112120
# ********************************************
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

_tabs/team-en.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description:
2222

2323
<h2>{{current_team.mandate}}</h2>
2424

25+
<!-- THIS HAS TO BE REFACTORED -->
2526
<div class="column" >
2627
<div class="row" style="align-items: center; display:flex; margin-top: 15px">
2728
<div class="col-1 col-xs-12"><img src="{{current_team.bureau.president.person.photo}}" width=48px/></div>
@@ -121,7 +122,11 @@ description:
121122
<div class="col-5 col-xs-12">Maxence Bocquel</div>
122123
<div class="col-5 col-xs-12"><span>Helper</span></div>
123124
</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>
125130
<h2>Alumni</h2>
126131

127132
<p>Section under construction</p>

_tabs/team.md

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ description:
2121

2222
<h2>{{current_team.mandate}}</h2>
2323

24+
<!-- THIS HAS TO BE REFACTORED -->
2425
<div class="column" >
2526
<div class="row" style="align-items: center; display:flex; margin-top: 15px">
2627
<div class="col-1 col-xs-12"><img src="{{current_team.bureau.president.person.photo}}" width=48px/></div>
@@ -134,6 +135,11 @@ description:
134135
</span>
135136
</div> -->
136137
</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>
137143
<h2>Alumni</h2>
138144

139145
<p>Section en construction</p>

0 commit comments

Comments
 (0)