From a0278073b2b16bbf7b31ef0b67fb4b2fee8c53e9 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Fri, 10 Nov 2023 15:43:07 +0100 Subject: [PATCH 1/3] add(announcements): add Announcements section --- annoucements/index.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 annoucements/index.md diff --git a/annoucements/index.md b/annoucements/index.md new file mode 100644 index 00000000..a631f2a2 --- /dev/null +++ b/annoucements/index.md @@ -0,0 +1,28 @@ +--- +title: Annoucements +layout: default +nav_order: 7 +has_children: false +--- + +# Climate model and climate data workshop + +We are pleased to announce our first Climate model and climate data workshop, which will take place on **Wednesday December 6th from 9:30 am to 3:00 pm**. + +The workshop will give an introduction to what a climate model is, how it works and is tailored to the impacts community. + +The registration is now open (30 places available). Places will be confirmed on a first-come, first-served basis. + + +More information about the workshop content and the registration form can be found [there](https://c2sm.ethz.ch/education/technical-training/climate-model-and-climate-data-workshop-for-impact-research.html#) + +--- + +# Git for Advanced Workshop + +We are pleased to announce our next Git for Advanced workshop, which will take place on **Thursday, September 28th from 9:00 am to 12:30 pm**. + +The registration is now open (30 places available). Places will be confirmed on a first-come, first-served basis. + +More information about the workshop content and the registration form can be found at [Git for Advanced Workshop 2023](https://c2sm.ethz.ch/education/technical-training/c2sm-git-advanced-workshop-2023.html). + From 4c46d661aa14343eed20166f02b234efaddb33a5 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Fri, 10 Nov 2023 15:51:32 +0100 Subject: [PATCH 2/3] fix(english): minor correction --- tasks/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/index.md b/tasks/index.md index 1caf593b..224d7bba 100644 --- a/tasks/index.md +++ b/tasks/index.md @@ -7,5 +7,4 @@ has_children: true # Tasks -C2SM is organized around different working groups. Below you find an overview about each working group -and the C2SM task assignment procedure. +C2SM is organized around different working groups. Below you find an overview of each working group and the C2SM task assignment procedure. From 559e45f0fdbc8ddc9c6745a4ed6c5a905b8020ba Mon Sep 17 00:00:00 2001 From: Matthieu Date: Mon, 13 Nov 2023 23:30:21 +0100 Subject: [PATCH 3/3] add(announcements): labels with publication date --- _sass/custom/custom.scss | 7 +++++++ annoucements/index.md | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 _sass/custom/custom.scss diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss new file mode 100644 index 00000000..96b30637 --- /dev/null +++ b/_sass/custom/custom.scss @@ -0,0 +1,7 @@ + +$light-grey: #f7f7f7; + +.label-grey:not(g) { + color: $grey-dk-200; + background-color: $light-grey; +} diff --git a/annoucements/index.md b/annoucements/index.md index a631f2a2..91aea8ba 100644 --- a/annoucements/index.md +++ b/annoucements/index.md @@ -16,6 +16,9 @@ The registration is now open (30 places available). Places will be confirmed on More information about the workshop content and the registration form can be found [there](https://c2sm.ethz.ch/education/technical-training/climate-model-and-climate-data-workshop-for-impact-research.html#) +published 09/11/2023 +{: .label .label-grey} + --- # Git for Advanced Workshop @@ -26,3 +29,6 @@ The registration is now open (30 places available). Places will be confirmed on More information about the workshop content and the registration form can be found at [Git for Advanced Workshop 2023](https://c2sm.ethz.ch/education/technical-training/c2sm-git-advanced-workshop-2023.html). + +published 22/08/2023 +{: .label .label-grey}