From e72c77504802934ed6e3e0d19aaf76c71271166f Mon Sep 17 00:00:00 2001 From: Thibaud Dauce Date: Mon, 16 Dec 2024 16:16:55 +0100 Subject: [PATCH] Bigger illustrations on create screens (#210) Fix https://github.com/datagouv/front-end/issues/201 --- .../Dataservices/DescribeDataservice.vue | 38 ++++++++---------- components/Datasets/DescribeDataset.vue | 39 +++++++++---------- components/Datasets/New/Step3AddFiles.vue | 39 +++++++++---------- .../New/Step2DescribeOrganization.vue | 39 +++++++++---------- components/Reuses/DescribeReuse.vue | 38 ++++++++---------- components/SimpleBanner.vue | 20 ++++++++++ 6 files changed, 108 insertions(+), 105 deletions(-) create mode 100644 components/SimpleBanner.vue diff --git a/components/Dataservices/DescribeDataservice.vue b/components/Dataservices/DescribeDataservice.vue index cb789ac3..0a57fcca 100644 --- a/components/Dataservices/DescribeDataservice.vue +++ b/components/Dataservices/DescribeDataservice.vue @@ -151,30 +151,26 @@ @submit.prevent="submit" >
- -
-
- -
-
-

- {{ t('What is a dataservice?') }} -

-

- {{ t('A dataservice is a computer tool that allows a website or software to communicate with another computer and exchange data.') }} -

-
+ +
+

+ {{ t('What is a dataservice?') }} +

+

+ {{ t('A dataservice is a computer tool that allows a website or software to communicate with another computer and exchange data.') }} +

- +
- -
-
- -
-
-

- {{ $t('What is a dataset?') }} -

-

- {{ $t('On {site}, a dataset is a set of files.', { site: config.public.title }) }} -

-
+ +
+

+ {{ $t('What is a dataset?') }} +

+

+ {{ $t('On {site}, a dataset is a set of files.', { site: config.public.title }) }} +

- + +
- -
-
- -
-
-

- {{ $t('What is a file?') }} -

-

- {{ $t('A dataset can contain multiple types of files (updates, history, documentation, source code, API, link, etc.)') }} -

-
+ +
+

+ {{ $t('What is a file?') }} +

+

+ {{ $t('A dataset can contain multiple types of files (updates, history, documentation, source code, API, link, etc.)') }} +

- + +
- -
-
- -
-
-

- {{ t('What is an organization?') }} -

-

- {{ t('An organization is an entity in which many users can collaborate. The datasets published under the organization can be edited by its members.') }} -

-
+ +
+

+ {{ t('What is an organization?') }} +

+

+ {{ t('An organization is an entity in which many users can collaborate. The datasets published under the organization can be edited by its members.') }} +

- + +
- -
-
- -
-
-

- {{ t('What is a reuse?') }} -

-

- {{ t("A reuse is an exemple of public data's usage.") }} {{ t('Publishing a reuse can allow you to gain visibility and start start a dialogue with the dataset producer.') }} -

-
+ +
+

+ {{ t('What is a reuse?') }} +

+

+ {{ t("A reuse is an exemple of public data's usage.") }} {{ t('Publishing a reuse can allow you to gain visibility and start start a dialogue with the dataset producer.') }} +

- +
+
+ +
+ + +