Description
Because of the current COVID-19 pandemic some apprenticeships are on hold. This card is to add a notice to each affected apprenticeship with the following code. Each notice should include the name of the company that links to the company homepage.
Design

padding: 10px 20px;
background-color: $c--iceberg;
Out of Scope
We will not be updating any listings within this card so there should be no visible changes to the site once the work is merged. This card should only give us the ability to include a notice.
Acceptance Criteria
- Notices can be turned on in the
source/data/data.yml file by including covid_notice: true. Listings without this flag will not show a notice.
- Notices will dynamically include a company name that is linked to the company home page.
- Links within the notice are styled with an underline to meet accessibility standards.
Description
Because of the current COVID-19 pandemic some apprenticeships are on hold. This card is to add a notice to each affected apprenticeship with the following code. Each notice should include the name of the company that links to the company homepage.
Design

padding: 10px 20px;background-color: $c--iceberg;Out of Scope
We will not be updating any listings within this card so there should be no visible changes to the site once the work is merged. This card should only give us the ability to include a notice.
Acceptance Criteria
source/data/data.ymlfile by includingcovid_notice: true. Listings without this flag will not show a notice.