diff --git a/src/nationalarchives/components/global-header/global-header.stories.js b/src/nationalarchives/components/global-header/global-header.stories.js index 7b09787b..2cce2f7a 100644 --- a/src/nationalarchives/components/global-header/global-header.stories.js +++ b/src/nationalarchives/components/global-header/global-header.stories.js @@ -59,7 +59,7 @@ Standard.args = { }, { text: "Shop", - href: "#/shop", + href: "https://shop.nationalarchives.gov.uk/", icon: "shop", }, { @@ -69,29 +69,23 @@ Standard.args = { }, ], navigation: [ - { - text: "Visit", - href: "#/visit", - }, + { text: "Visit", href: "www.nationalarchives.gov.uk/about/visit-us/" }, { text: "What's on", - href: "#/whats-on", + href: "www.nationalarchives.gov.uk/about/visit-us/whats-on/", }, { text: "Explore the collection", - href: "#/explore-the-collection", - }, - { - text: "Using the archives", - href: "#/using-the-archives", + href: "https://beta.nationalarchives.gov.uk/explore-the-collection/", }, { - text: "Learn", - href: "#/learn", + text: "Using the archive", + href: "www.nationalarchives.gov.uk/help-with-your-research/", }, + { text: "Learn", href: "www.nationalarchives.gov.uk/education/" }, { - text: "Professional guidance & services", - href: "#/professional-guidance-and-services", + text: "Professional guidance and services", + href: "www.nationalarchives.gov.uk/professional-guidance-and-services/", }, ], classes: "tna-global-header--demo", @@ -132,7 +126,7 @@ Medium.args = { }, { text: "Shop", - href: "#/shop", + href: "https://shop.nationalarchives.gov.uk/", icon: "shop", }, { @@ -142,29 +136,23 @@ Medium.args = { }, ], navigation: [ - { - text: "Visit", - href: "#/visit", - }, + { text: "Visit", href: "www.nationalarchives.gov.uk/about/visit-us/" }, { text: "What's on", - href: "#/whats-on", + href: "www.nationalarchives.gov.uk/about/visit-us/whats-on/", }, { text: "Explore the collection", - href: "#/explore-the-collection", - }, - { - text: "Using the archives", - href: "#/using-the-archives", + href: "https://beta.nationalarchives.gov.uk/explore-the-collection/", }, { - text: "Learn", - href: "#/learn", + text: "Using the archive", + href: "www.nationalarchives.gov.uk/help-with-your-research/", }, + { text: "Learn", href: "www.nationalarchives.gov.uk/education/" }, { - text: "Professional guidance & services", - href: "#/professional-guidance-and-services", + text: "Professional guidance and services", + href: "www.nationalarchives.gov.uk/professional-guidance-and-services/", }, ], classes: "tna-global-header--demo", @@ -205,7 +193,7 @@ MediumCollapsed.args = { }, { text: "Shop", - href: "#/shop", + href: "https://shop.nationalarchives.gov.uk/", icon: "shop", }, { @@ -215,29 +203,23 @@ MediumCollapsed.args = { }, ], navigation: [ - { - text: "Visit", - href: "#/visit", - }, + { text: "Visit", href: "www.nationalarchives.gov.uk/about/visit-us/" }, { text: "What's on", - href: "#/whats-on", + href: "www.nationalarchives.gov.uk/about/visit-us/whats-on/", }, { text: "Explore the collection", - href: "#/explore-the-collection", - }, - { - text: "Using the archives", - href: "#/using-the-archives", + href: "https://beta.nationalarchives.gov.uk/explore-the-collection/", }, { - text: "Learn", - href: "#/learn", + text: "Using the archive", + href: "www.nationalarchives.gov.uk/help-with-your-research/", }, + { text: "Learn", href: "www.nationalarchives.gov.uk/education/" }, { - text: "Professional guidance & services", - href: "#/professional-guidance-and-services", + text: "Professional guidance and services", + href: "www.nationalarchives.gov.uk/professional-guidance-and-services/", }, ], collapseOnMedium: true, @@ -266,7 +248,7 @@ Mobile.args = { }, { text: "Shop", - href: "#/shop", + href: "https://shop.nationalarchives.gov.uk/", icon: "shop", }, { @@ -276,29 +258,23 @@ Mobile.args = { }, ], navigation: [ - { - text: "Visit", - href: "#/visit", - }, + { text: "Visit", href: "www.nationalarchives.gov.uk/about/visit-us/" }, { text: "What's on", - href: "#/whats-on", + href: "www.nationalarchives.gov.uk/about/visit-us/whats-on/", }, { text: "Explore the collection", - href: "#/explore-the-collection", - }, - { - text: "Using the archives", - href: "#/using-the-archives", + href: "https://beta.nationalarchives.gov.uk/explore-the-collection/", }, { - text: "Learn", - href: "#/learn", + text: "Using the archive", + href: "www.nationalarchives.gov.uk/help-with-your-research/", }, + { text: "Learn", href: "www.nationalarchives.gov.uk/education/" }, { - text: "Professional guidance & services", - href: "#/professional-guidance-and-services", + text: "Professional guidance and services", + href: "www.nationalarchives.gov.uk/professional-guidance-and-services/", }, ], classes: "tna-global-header--demo", diff --git a/src/nationalarchives/stories/utilities/colour-schemes/colour-themes.stories.js b/src/nationalarchives/stories/utilities/colour-schemes/colour-themes.stories.js index 517b35d8..92382a3f 100644 --- a/src/nationalarchives/stories/utilities/colour-schemes/colour-themes.stories.js +++ b/src/nationalarchives/stories/utilities/colour-schemes/colour-themes.stories.js @@ -155,7 +155,7 @@ const Template = ({ theme, accent }) => { href: "#/learn", }, { - text: "Professional guidance & services", + text: "Professional guidance and services", href: "#/professional-guidance-and-services", }, ], @@ -1194,120 +1194,108 @@ const Template = ({ theme, accent }) => { ${Footer({ params: { - meta: "

Open today
09:00—19:00

", + meta: "

Open today
09:00—19:00

", social: [ { - href: "#/twitter", + href: "https://twitter.com/UKNatArchives", icon: "twitter", title: "Visit us on Twitter", }, { - href: "#/youtube", + href: "https://www.youtube.com/c/TheNationalArchivesUK", icon: "youtube", title: "Watch us on YouTube", }, { - href: "#/facebook", + href: "https://www.facebook.com/TheNationalArchives", icon: "facebook", title: "See us on Facebook", }, { - href: "#/flickr", + href: "https://www.flickr.com/photos/nationalarchives", icon: "flickr", title: "See our Flickr feed", }, { - href: "#/instagram", + href: "https://www.instagram.com/nationalarchivesuk/", icon: "instagram", title: "See us on Instagram", }, { - href: "#/rss", + href: "https://www.nationalarchives.gov.uk/rss/", icon: "rss", title: "Read our RSS feed", }, ], navigation: [ { - title: "About us", + title: "Quick links", items: [ { - text: "Our role", - href: "#", + text: "About us", + href: "https://www.nationalarchives.gov.uk/about/)", }, { - text: "Our history", - href: "#", + text: "Contact us", + href: "https://www.nationalarchives.gov.uk/contact-us/)", }, { - text: "Our collection", - href: "#", + text: "News", + href: "https://www.nationalarchives.gov.uk/about/news/)", }, { - text: "Our people", - href: "#", + text: "Blog", + href: "https://blog.nationalarchives.gov.uk/)", }, { - text: "How we are run", - href: "#", + text: "Podcasts and videos", + href: "https://media.nationalarchives.gov.uk/)", }, { - text: "Our research amd academic collaboration", - href: "#", + text: "Image library", + href: "https://images.nationalarchives.gov.uk/)", }, { - text: "News", - href: "#", + text: "Press room", + href: "https://www.nationalarchives.gov.uk/about/press-room/)", }, { - text: "Contact us", - href: "#", + text: "Jobs and careers", + href: "https://www.nationalarchives.gov.uk/about/jobs/)", }, { - text: "Jobs & careers", - href: "#", + text: "British citizenship services", + href: "https://www.nationalarchives.gov.uk/contact-us/british-citizenship-services/)", }, { - text: "Get involved", - href: "#", + text: "Historical Manuscripts Commission", + href: "https://www.nationalarchives.gov.uk/archives-sector/our-archives-sector-role/historical-manuscripts-commission/)", }, ], }, { - title: "Our websites", + title: "Our other websites", items: [ { text: "UK Government Web Archive", - href: "#", - newTab: true, + href: "https://www.nationalarchives.gov.uk/webarchive/", }, { text: "Legislation.gov.uk", - href: "#", - newTab: true, + href: "https://www.legislation.gov.uk/", }, { text: "Find case law", - href: "#", - newTab: true, + href: "https://caselaw.nationalarchives.gov.uk/", }, { text: "The Gazette", - href: "#", + href: "https://www.thegazette.co.uk/", newTab: true, }, - ], - }, - { - title: "Quick links", - items: [ - { - text: "Press room", - href: "#", - }, { - text: "Venue hire", - href: "#", + text: "The National Archives Trust", + href: "https://www.nationalarchives.gov.uk/about/the-national-archives-trust/", }, ], }, @@ -1316,23 +1304,23 @@ const Template = ({ theme, accent }) => { legal: [ { text: "Accessibility statement", - href: "#", + href: "#/accessibility", }, { text: "Freedom of information", - href: "#", + href: "#/freedom-of-information", }, { text: "Terms and conditions", - href: "#", + href: "#/terms-and-conditions", }, { text: "Privacy policy", - href: "#", + href: "#/privacy", }, { text: "Cookies", - href: "#", + href: "#/cookies", }, ], }, diff --git a/tasks/global-header/generate-global-header-assets.js b/tasks/global-header/generate-global-header-assets.js index 9ea146d6..db0b8e5b 100644 --- a/tasks/global-header/generate-global-header-assets.js +++ b/tasks/global-header/generate-global-header-assets.js @@ -33,29 +33,23 @@ const globalHeaderHTML = nunjucks // }, ], navigation: [ - { - text: "Visit", - href: "https://www.nationalarchives.gov.uk/about/visit-us/", - }, + { text: "Visit", href: "www.nationalarchives.gov.uk/about/visit-us/" }, { text: "What's on", - href: "https://www.nationalarchives.gov.uk/about/visit-us/whats-on/", + href: "www.nationalarchives.gov.uk/about/visit-us/whats-on/", }, { text: "Explore the collection", href: "https://beta.nationalarchives.gov.uk/explore-the-collection/", }, { - text: "Using the archives", - href: "https://www.nationalarchives.gov.uk/help-with-your-research/", - }, - { - text: "Learn", - href: "https://www.nationalarchives.gov.uk/education/", + text: "Using the archive", + href: "www.nationalarchives.gov.uk/help-with-your-research/", }, + { text: "Learn", href: "www.nationalarchives.gov.uk/education/" }, { - text: "Professional guidance & services", - href: "https://www.nationalarchives.gov.uk/information-management/", + text: "Professional guidance and services", + href: "www.nationalarchives.gov.uk/professional-guidance-and-services/", }, ], },