diff --git a/app/assets/sass/docs.scss b/app/assets/sass/docs.scss index cf5e3aa..bc887f4 100755 --- a/app/assets/sass/docs.scss +++ b/app/assets/sass/docs.scss @@ -52,3 +52,10 @@ p .app-code { .nhsuk-table__cell { padding: 16px 16px 16px 0; } + + +// fix with bug for buttons when inverted - should be removed when source code is fixed + +.nhsuk-button--reverse, .nhsuk-button--reverse:link .nhsuk-button--reverse:visited, .nhsuk-button--reverse:active, .nhsuk-button--reverse:hover { + color: $color_nhsuk-blue !important; +} diff --git a/app/views/index.html b/app/views/index.html index 399ad25..0d27122 100755 --- a/app/views/index.html +++ b/app/views/index.html @@ -7,13 +7,21 @@
-
+

Rapidly create HTML prototypes of NHS services

-

+

Use prototypes to get valuable feedback and insights from user research or the people you work with. -

+ +

+{{ button({ + text: "Get started", + href: "/install", + classes: "nhsuk-button--reverse" +}) }} +

+
@@ -29,7 +37,10 @@

    -
  • + + + + +
  • + +
    +
    + + + What's new + + +

    Version 5.1.0 released 12 November 2024

    + +
    +
    + +
  • +
  • {{ card({ "href": "/how-tos", "clickable": "true", @@ -47,22 +75,29 @@

    "description": "Learn to create pages, use components, add data and more" }) }}

  • -
  • + + +
  • + {{ card({ + "href": "about", + "clickable": "true", + "heading": "Support", + "headingClasses": "nhsuk-heading-m", + "description": "Contact the team to get help and support" }) }}
-
- -
-

Visit the NHS digital service manual for guidance and examples.

-

diff --git a/app/views/layout.html b/app/views/layout.html index d772975..33b2a06 100755 --- a/app/views/layout.html +++ b/app/views/layout.html @@ -32,6 +32,7 @@ }) }} {% endblock %} + {% block footer %} {{ footer({ links: [