-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update contact us page * update and extend test * force build * setup github actions for feature branch * updated for comments * update heading sizes * update heading heirarchy
- Loading branch information
1 parent
53ce41d
commit 421f0c6
Showing
4 changed files
with
32 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,42 @@ | ||
|
||
{% extends "layouts/_block_content.html" %} | ||
{% from "components/address-output/_macro.njk" import onsAddressOutput %} | ||
{% from "components/breadcrumbs/_macro.njk" import onsBreadcrumbs %} | ||
|
||
{% set page_title = "Contact us" %} | ||
|
||
{% set breadcrumbsData = [ | ||
{ | ||
"text": "Back", | ||
"url": "/sign-in/", | ||
"id": "b-item" | ||
} | ||
] %} | ||
{% block breadcrumbs %} | ||
{{ | ||
onsBreadcrumbs({ | ||
"ariaLabel": "Breadcrumbs", | ||
"id": "breadcrumbs", | ||
"itemsList": breadcrumbsData | ||
}) | ||
}} | ||
{% endblock breadcrumbs %} | ||
|
||
{% block main %} | ||
<h1 class="ons-u-fs-xxl">Contact us</h1> | ||
|
||
<h1 class="ons-u-fs-xl">Contact us</h1> | ||
<h2> | ||
</h2> | ||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
|
||
<h2> | ||
Telephone | ||
Phone | ||
</h2> | ||
<div class="ons-u-fs-r"> | ||
<p><a href="tel:+44-300-1234-931">0300 1234 931</a></p> | ||
</div> | ||
<div class="ons-u-fs-r"> | ||
<p class="ons-u-mb-l">Opening hours:<br /> | ||
Monday to Thursday 8:30am – 5pm<br/> | ||
Friday 8:30am - 4:30pm</p> | ||
<div class="ons-u-mb-xs"> | ||
<p> +44 300 1234 931<br/> | ||
Monday to Thursday 8:30am to 5:00pm<br/> | ||
Friday 8:30am to 4:00pm</p> | ||
</div> | ||
<h2> | ||
Post | ||
|
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