From 50b1e9f0f2ceb6973fa1c3e1813097735974c98d Mon Sep 17 00:00:00 2001 From: Laurent Carcone Date: Fri, 10 Jan 2025 19:33:55 +0100 Subject: [PATCH] reorganize --- README.md | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index a6f4890..454586e 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,7 @@ Prettify WBS UI The goal of this repository is to collaborate on modernizing the WBS UI. It contains the snapshots of some of the HTML pages of the application and its external resources (CSS, JS, icons). -## Samples - -* [WBS Home Page with current design](https://w3c.github.io/wbs-design/html/index.html) -* [WBS Home Page using W3C site template and jquery 'select2' plugin](https://w3c.github.io/wbs-design/html/index-site-select2.html) -* [All question types form with current design](https://w3c.github.io/wbs-design/html/qtypes.html) -* [All question types form with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site.html) -* [All question types form results with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site-results.html) -* [All question types form edit with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site-edit.html) -* [All question types form add-question with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site-add-question.html) -* [All question types form edit-question with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site-edit-question.html) -* [All question types form impersonate with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site-impersonate.html) -* [Form creation with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site-create.html) -* [Forms available with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site-current.html) -* [Test wysiwyg editor (using jquery plugin 'wysiwyg')](https://w3c.github.io/wbs-design/html/wbs-wysiwyg.html) -*** -* List of pages using the new Design System +## List of pages using the new Design System * [WBS Home Page using new Design System](https://w3c.github.io/wbs-design/html/s24-home.html) * [WBS All question types using new Design System](https://w3c.github.io/wbs-design/html/s24-qtypes.html) * [WBS Create a questionnaire using new Design System](https://w3c.github.io/wbs-design/html/s24-survey-creation.html) @@ -39,5 +24,16 @@ It contains the snapshots of some of the HTML pages of the application and its e * [WBS Template CfR for Proposed Recommendation using new Design System](https://w3c.github.io/wbs-design/html/s24-template-pr.html) * [WBS Template CfR Group Charter using new Design System](https://w3c.github.io/wbs-design/html/s24-template-charter.html) - - +## Examples related to the previous Redesign +* [WBS Home Page with current design](https://w3c.github.io/wbs-design/html/index.html) +* [WBS Home Page using W3C site template and jquery 'select2' plugin](https://w3c.github.io/wbs-design/html/index-site-select2.html) +* [All question types form with current design](https://w3c.github.io/wbs-design/html/qtypes.html) +* [All question types form with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site.html) +* [All question types form results with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site-results.html) +* [All question types form edit with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site-edit.html) +* [All question types form add-question with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site-add-question.html) +* [All question types form edit-question with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site-edit-question.html) +* [All question types form impersonate with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site-impersonate.html) +* [Form creation with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site-create.html) +* [Forms available with W3C site template](https://w3c.github.io/wbs-design/html/qtypes-site-current.html) +* [Test wysiwyg editor (using jquery plugin 'wysiwyg')](https://w3c.github.io/wbs-design/html/wbs-wysiwyg.html)