diff --git a/resources/07 Continuous Improvement/ci.md b/resources/07 Continuous Improvement/ci.md
index 9934fa79..d96ee849 100644
--- a/resources/07 Continuous Improvement/ci.md
+++ b/resources/07 Continuous Improvement/ci.md
@@ -15,282 +15,61 @@ hide:
To improve is to change; to be perfect is to change often. - *Winston Churchill*
-## Gather
-Internal + external feedback
-feedback form
-
-QA recommendations
-
-self-reflection after training
-
-GitHub issues
-
-Fork and pull requests
-
-Direct mail contact
-
-Other means of communication
-
-## Analyse
-
-Create a list of potential improvements with impact level (high, moderate, low)
-
-## Improve
-
-Select items from the list that will be part of a new version
-
-## Repeat
-
-Start a new cycle of the FAIR-by-Design methodology
-
-
-
-Start an in-depth training on the Continuous Improvement stage....
-FAIR-by-Design Methodology: Continuous Improvement stage....
-
-
-## Small cards example
-- :fontawesome-brands-html5: __HTML__ for content and structure
-- :fontawesome-brands-js: __JavaScript__ for interactivity
-- :fontawesome-brands-css3: __CSS__ for text running out of boxes
-- :fontawesome-brands-internet-explorer: __Internet Explorer__ ... huh?
-- :fontawesome-solid-building-columns: **hello**
-
-
+- :material-download:{ .lg .middle } __Gather__
-### Links example (small cards)
-
-
-
-## Large cards example
-
-### Large cards example, custom
-
-
-
-
-
-
-
Card title
-
Some quick example text to build on the card title and make up the bulk of the card's content.
-
Go somewhere
-
-
-
-
-
-
-
-
-
Card title
-
Some quick example text to build on the card title and make up the bulk of the card's content.
-
Go somewhere
-
-
-
-
-
-
-
-
-
Card title
-
Some quick example text to build on the card title and make up the bulk of the card's content.
-
Go somewhere
-
-
-
-
+ ---
-### Colored cards, custom
-
-
-
-
-
-
-
Primary card title
-
Some quick example text to build on the card title and make up the bulk of the card's
- content.
-
-
-
-
-
-
-
-
-
Secondary card title
-
Some quick example text to build on the card title and make up the bulk of the card's
- content.
-
-
-
-
-
-
-
-
-
Success card title
-
Some quick example text to build on the card title and make up the bulk of the card's
- content.
-
-
-
-
-
-
-
-
-
Danger card title
-
Some quick example text to build on the card title and make up the bulk of the card's
- content.
-
-
-
-
-
-
-
-
-
Warning card title
-
Some quick example text to build on the card title and make up the bulk of the card's
- content.
-
-
-
-
-
-
-
-
-
Info card title
-
Some quick example text to build on the card title and make up the bulk of the card's
- content.
-
-
-
-
-
-
-
-
-
Light card title
-
Some quick example text to build on the card title and make up the bulk of the card's
- content.
-
-
-
-
-
-
-
-
-
Dark card title
-
Some quick example text to build on the card title and make up the bulk of the card's
- content.
-
-
-
-
+ Gather feedback from all available internal & external sources:
+ - Feedback form
+ - QA recommendations
+ - self-reflection after training
+ - GitHub issues or Fork and pull requests
+ - Survey
+ - Direct mail contact
+ - Other means of communication
+- :fontawesome-google-analytics:{ .lg .middle } __Analyse__
-### Large cards example, same height, custom
-
-
-
-
-
-
Card title
-
This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-
Last updated 3 mins ago
-
-
-
-
-
-
Card title
-
This card has supporting text below as a natural lead-in to additional content.
-
Last updated 3 mins ago
-
-
-
-
-
-
Card title
-
This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.
-
Last updated 3 mins ago
-
-
-
+ ---
+ Analyse the gathered information in a structured way.
-### Large cards example, native
+ Create a list of potential improvements with impact level (high, moderate, low)
-
-- :material-clock-fast:{ .lg .middle } __Set up in 5 minutes__
+- :material-arrow-up-bold-circle-outline:{ .lg .middle } __Improve__
---
- Install [`mkdocs-material`](#) with [`pip`](#) and get up
- and running in minutes
+ Select items from the list that will be part of a new version.
- [:octicons-arrow-right-24: Getting started](https://google.com)
+ Choose items that make sense to be in the same new release.
-- :fontawesome-brands-markdown:{ .lg .middle } __It's just Markdown__
- ---
- Focus on your content and generate a responsive and searchable static site
-
- [:octicons-arrow-right-24: Reference](https://google.com)
-
-- :material-format-font:{ .lg .middle } __Made to measure__
+- :material-repeat:{ .lg .middle } __Repeat__
---
- Change the colors, fonts, language, icons, logo and more with a few lines
-
- [:octicons-arrow-right-24: Customization](https://google.com)
+ Start a new cycle of the FAIR-by-Design methodology that will implement the selected items.
-- :material-scale-balance:{ .lg .middle } __Open Source, MIT__
+ After the Verify stage, you will reenter continuous improvement with newly gathered information....
- ---
-
- Material for MkDocs is licensed under MIT and available on [GitHub](https://github.com)
+
- !!! info "Lorem ipsum"
+Start an in-depth training on the Continuous Improvement stage....
+FAIR-by-Design Methodology: Continuous Improvement stage....
- Lorem ipsum dolor sit amet, consectetur
- dipiscing elit. Nulla et euismod nulla.
- Curabitur feugiat, tortor non consequat
- finibus, justo purus auctor massa, nec
- semper lorem quam in massa.
- [:octicons-arrow-right-24: License](https://google.com)
-
-## Diagrams Example
-``` mermaid
-graph LR
- A[Start] --> B{Error?};
- B[example link] -->|Yes| C[Hmm...];
- C[just a link] --> D[Debug];
- D --> B;
- B ---->|No| E[Yay!];
-```
## Admonitions Example
@@ -396,134 +175,3 @@ graph LR
Syntax: `???+`
-## Content Tabs
-
-### Text example
-
-=== "Tab 1"
-
- Lorem ipsum dolor est... Content of tab 1
-
-=== "Tab 2"
-
- Lorem ipsum dolor est... Content of tab 2
-
-### Nested cards within tabs
-
-=== "Tab 1"
-
-
-
- - :material-clock-fast:{ .lg .middle } __Set up in 5 minutes__
-
- ---
-
- Install [`mkdocs-material`](#) with [`pip`](#) and get up
- and running in minutes
-
- [:octicons-arrow-right-24: Getting started](https://google.com)
-
- - :fontawesome-brands-markdown:{ .lg .middle } __It's just Markdown__
-
- ---
-
- Focus on your content and generate a responsive and searchable static site
-
- [:octicons-arrow-right-24: Reference](https://google.com)
-
- - :material-format-font:{ .lg .middle } __Made to measure__
-
- ---
-
- Change the colors, fonts, language, icons, logo and more with a few lines
-
- [:octicons-arrow-right-24: Customization](https://google.com)
-
-
-
-=== "Tab 2"
-
-
-
- - :material-clock-fast:{ .lg .middle } __Install__
-
- ---
-
- Install [`mkdocs-material`](#) with [`pip`](#) and get up
- and running in minutes
-
- [:octicons-arrow-right-24: Getting started](https://google.com)
-
- - :fontawesome-brands-markdown:{ .lg .middle } __Markdown__
-
- ---
-
- Focus on your content and generate a responsive and searchable static site
-
- [:octicons-arrow-right-24: Reference](https://google.com)
-
- - :material-format-font:{ .lg .middle } __Measure__
-
- ---
-
- Change the colors, fonts, language, icons, logo and more with a few lines
-
- [:octicons-arrow-right-24: Customization](https://google.com)
-
-
-
-### Nested tabs within cards
-
-
-
-- :material-clock-fast:{ .lg .middle } __Install__
-
- ---
-
- Install [`mkdocs-material`](#) with [`pip`](#) and get up
- and running in minutes
-
- === "Tab 1"
-
- Lorem
-
- === "Tab 2"
-
- Ipsum
-
- [:octicons-arrow-right-24: Getting started](https://google.com)
-
-- :fontawesome-brands-markdown:{ .lg .middle } __Markdown__
-
- ---
-
- Focus on your content and generate a responsive and searchable static site
-
- === "Tab 1"
-
- Lorem
-
- === "Tab 2"
-
- Ipsum
-
- [:octicons-arrow-right-24: Reference](https://google.com)
-
-- :material-format-font:{ .lg .middle } __Measure__
-
- ---
-
- Change the colors, fonts, language, icons, logo and more with a few lines
-
- === "Tab 1"
-
- Lorem
-
- === "Tab 2"
-
- Ipsum
-
-
- [:octicons-arrow-right-24: Customization](https://google.com)
-
-
\ No newline at end of file