From 564f974b26bf2704b864af6346ffd70b78a2be88 Mon Sep 17 00:00:00 2001 From: DKL Date: Wed, 18 Sep 2024 10:52:08 +0200 Subject: [PATCH 1/2] Update team members and students. Signed-off-by: DKL --- src/_data/past_members.json | 26 ++++++++++++++++++++++++++ src/_data/past_students.json | 34 ++++++++++++++++++++++++++++++++++ src/_data/team.json | 12 ------------ src/index.njk | 20 +++++++++++++++++++- src/styles/main.css | 11 ++++++++++- 5 files changed, 89 insertions(+), 14 deletions(-) create mode 100644 src/_data/past_members.json create mode 100644 src/_data/past_students.json diff --git a/src/_data/past_members.json b/src/_data/past_members.json new file mode 100644 index 0000000..6a138e4 --- /dev/null +++ b/src/_data/past_members.json @@ -0,0 +1,26 @@ +[ + { + "firstName": "Lokesh", + "lastName": "Mishra" + }, + { + "firstName": "Luca", + "lastName": "Buratti" + }, + { + "firstName": "Francesco", + "lastName": "Fusco" + }, + { + "firstName": "Diego", + "lastName": "Antognini" + }, + { + "firstName": "Birgit", + "lastName": "Pfitzmann" + }, + { + "firstName": "Rita", + "lastName": "Kuznetsova" + } +] diff --git a/src/_data/past_students.json b/src/_data/past_students.json new file mode 100644 index 0000000..ad753a5 --- /dev/null +++ b/src/_data/past_students.json @@ -0,0 +1,34 @@ +[ + { + "firstName": "Fabian", + "lastName": "Lindlbauer" + }, + { + "firstName": "Matteo", + "lastName": "Omenetti" + }, + { + "firstName": "Emma", + "lastName": "Sizer" + }, + { + "firstName": "Tien", + "lastName": "Dee Lin" + }, + { + "firstName": "Sohayl", + "lastName": "Dhibi" + }, + { + "firstName": "Christian", + "lastName": "Cadisch" + }, + { + "firstName": "Teodora", + "lastName": "Nedic" + }, + { + "firstName": "Isabelle", + "lastName": "Franzen" + } +] diff --git a/src/_data/team.json b/src/_data/team.json index 9a015c3..f9a84e0 100644 --- a/src/_data/team.json +++ b/src/_data/team.json @@ -17,12 +17,6 @@ "code": "cesar-berrospi-ramis", "imageCode": "992" }, - { - "firstName": "Luca", - "lastName": "Buratti", - "code": "luca-buratti--1", - "imageCode": "15089" - }, { "firstName": "Michele", "lastName": "Dolfi", @@ -71,12 +65,6 @@ "code": "ingmar-meijer", "imageCode": "1200" }, - { - "firstName": "Lokesh", - "lastName": "Mishra", - "code": "lokesh-mishra", - "imageCode": "924" - }, { "firstName": "Lucas", "lastName": "Morin", diff --git a/src/index.njk b/src/index.njk index 3c4e3a4..c147707 100644 --- a/src/index.njk +++ b/src/index.njk @@ -277,7 +277,7 @@ title: IBM Deep Search Contact us with your résumé and interests.

-

Team

+

Team members

{% for person in team %} @@ -294,6 +294,24 @@ title: IBM Deep Search {% endfor %}
+

Past members

+
+ {% for person in past_members %} +
+
{{ person.firstName }}
+ {{ person.lastName }} +
+ {% endfor %} +
+

Past students

+
+ {% for person in past_students %} +
+
{{ person.firstName }}
+ {{ person.lastName }} +
+ {% endfor %} +

Locations

diff --git a/src/styles/main.css b/src/styles/main.css index ab17268..3cc111c 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -404,7 +404,8 @@ table td { position: relative; } -.team { +.team, +.past { --card-size: 7rem; margin-top: 1rem; @@ -446,6 +447,14 @@ table td { flex-direction: column; } +.past > div { + width: var(--card-size); + height: var(--card-size); + padding: 1rem; + + background-color: var(--cds-background); +} + /* Locations. */ .locations { margin-top: 1rem; From cf0271c216259da5b9252ef203a6acf19a883238 Mon Sep 17 00:00:00 2001 From: DKL Date: Wed, 18 Sep 2024 11:09:05 +0200 Subject: [PATCH 2/2] Update students. Signed-off-by: DKL --- src/_data/past_students.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/_data/past_students.json b/src/_data/past_students.json index ad753a5..0aa72cf 100644 --- a/src/_data/past_students.json +++ b/src/_data/past_students.json @@ -8,7 +8,11 @@ "lastName": "Omenetti" }, { - "firstName": "Emma", + "firstName": "Eric", + "lastName": "Sease" + }, + { + "firstName": "Alice", "lastName": "Sizer" }, {