-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reduce width of ONS logo * Add min-height back to top logo * Added census logo * Updated census branding logo size and added documentation
- Loading branch information
Showing
13 changed files
with
135 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
fullWidth: true | ||
layout: none | ||
--- | ||
{% extends "styles/page-template/_template.njk" %} | ||
|
||
{% set page = { | ||
"theme": "census", | ||
"header": { | ||
"logoHref": "#", | ||
"titleLogo": "/img/census-logo-cy.svg", | ||
"titleLogoAlt": "Cyfrifiad 2021" | ||
}, | ||
"language": { | ||
"allLanguagesUrl": "#", | ||
"languages": [ | ||
{ | ||
"url": "#", | ||
"ISOCode": "en", | ||
"text": "English", | ||
"buttonAriaLabel": "Language selector. Current language: English", | ||
"chooseLanguage": "Choose language", | ||
"allLanguages": "All languages", | ||
"current": false | ||
}, | ||
{ | ||
"url": "#", | ||
"ISOCode": "cy", | ||
"text": "Cymraeg", | ||
"buttonAriaLabel": "Dewisydd iaith. Iaith gyfredol: Cymraeg", | ||
"chooseLanguage": "Dewiswch iaith", | ||
"allLanguages": "Pob iaith", | ||
"current": true | ||
} | ||
] | ||
} | ||
} %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
fullWidth: true | ||
layout: none | ||
--- | ||
{% extends "styles/page-template/_template.njk" %} | ||
|
||
{% set page = { | ||
"theme": "census", | ||
"header": { | ||
"logoHref": "#", | ||
"titleLogo": "/img/census-logo-en.svg", | ||
"titleLogoAlt": "Census 2021" | ||
}, | ||
"language": { | ||
"allLanguagesUrl": "#", | ||
"languages": [ | ||
{ | ||
"url": "#", | ||
"ISOCode": "en", | ||
"text": "English", | ||
"buttonAriaLabel": "Language selector. Current language: English", | ||
"chooseLanguage": "Choose language", | ||
"allLanguages": "All languages", | ||
"current": true | ||
}, | ||
{ | ||
"url": "#", | ||
"ISOCode": "cy", | ||
"text": "Cymraeg", | ||
"buttonAriaLabel": "Dewisydd iaith. Iaith gyfredol: Cymraeg", | ||
"chooseLanguage": "Dewiswch iaith", | ||
"allLanguages": "Pob iaith", | ||
"current": false | ||
} | ||
] | ||
} | ||
} %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
// Census brand | ||
$color-header: #93328e; | ||
$font-sans: 'arial'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.