diff --git a/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/jira_roadmap.scss b/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/jira_roadmap.scss new file mode 100644 index 000000000..1ab563711 --- /dev/null +++ b/LearningHub.Nhs.WebUI/Styles/nhsuk/pages/jira_roadmap.scss @@ -0,0 +1,35 @@ +@use "../../abstracts/all" as *; + +.jira-roadmap-intro { + padding-left: 170px; +} + +.jira-roadmap-banner { + width: 100%; + padding-bottom: 20px; + background-color: $nhsuk-grey; +} + + +.jira-roadmap-state { + box-shadow: 0 0 0 1px $nhsuk-border-colour; + border-radius: 8px; + overflow: hidden; + margin-bottom: 16px; +} + +.jira-roadmap-state-heading { + display: inline-block; + background-color: $nhsuk-blue; + color: $nhsuk-white; + padding: 9px 20px 13px; + line-height: 1; + border-radius: 8px 0px 8px 0px; +} + +.jira-roadmap-card-body { + display: inline-block; + border-radius: 4px 0 4px 0; + padding: 4px 16px; +} + diff --git a/LearningHub.Nhs.WebUI/Views/JiraRoadmap/Index.cshtml b/LearningHub.Nhs.WebUI/Views/JiraRoadmap/Index.cshtml new file mode 100644 index 000000000..23a18a1f7 --- /dev/null +++ b/LearningHub.Nhs.WebUI/Views/JiraRoadmap/Index.cshtml @@ -0,0 +1,138 @@ +@using LearningHub.Nhs.Models.JiraRoadmap + +@model LearningHub.Nhs.Models.JiraRoadmap.RoadmapResponseDto + + + + +@{ + ViewData["Title"] = "Learning Hub Roadmap"; +} + +@section styles { + + +} + +@* *@ + + +@* @section NavBreadcrumbs { + + +} *@ + + +
+ + + +@component.ComponentDescription
+ + @foreach (var state in component.States) + { +