-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75ace96
commit 92cc4f9
Showing
1 changed file
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<div class="govuk-o-width-container app-c-site-width-container"> | ||
<div class="govuk-o-grid govuk-o-main-wrapper"> | ||
<div class="govuk-o-grid__item govuk-o-grid__item--two-thirds"> | ||
<h1 class="govuk-heading-xl">Get in touch</h1> | ||
|
||
<p class="govuk-body-l">If you’ve got a question, idea or suggestion get in touch with the Design System team.</p> | ||
|
||
<h2 class="govuk-heading-l">Private beta Slack channel</h2> | ||
|
||
<p class="govuk-body">Use <a href="https://ukgovernmentdigital.slack.com/messages/govuk-design-system">#govuk-design-system</a>, on cross-government Slack (<a href="slack://channel?team=T04V6EBTR&id=C6DMEH5R6">open in app</a>)</a></p> | ||
|
||
<h2 class="govuk-heading-l">Email</h2> | ||
<p class="govuk-body">Email the Design System team on <a href="mailto:[email protected]">[email protected]</a></p> | ||
</div> | ||
</div> | ||
</div> |