Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: HMRC email updates, videos, webinars and community forums
menuText: "HMRC email updates, videos, webinars and community forums"
title: HMRC email updates, videos and webinars
menuText: "HMRC email updates, videos and webinars"
layout: twoColumnPage.njk
---
{% from "_example.njk" import example %}
{% from "_codeSnippet.njk" import codeSnippet %}

<h2 class="govuk-heading-l">When to use</h2>

<p class="govuk-body">Use this pattern to design new or existing content that includes email updates, videos, webinars and community forums. It may also sometimes include e-learning and guidance.</p>
<p class="govuk-body">Use this pattern to design new or existing content that includes email updates, videos and webinars. It may also sometimes include e-learning and guidance.</p>

<h2 class="govuk-heading-l">When not to use</h2>

Expand All @@ -33,7 +33,7 @@ layout: twoColumnPage.njk

{{
codeSnippet({
code: 'HMRC email updates, videos and webinars [about/for/for the/if] [topic or audience]',
code: 'HMRC email updates, videos and webinars [about/for] [topic or audience]',
canCopy: true
})
}}
Expand Down Expand Up @@ -89,7 +89,6 @@ You can register for webinars in advance but we recommend you join each webinar
<li>upcoming webinars</li>
<li>recorded webinars</li>
<li>e-learning or guidance</li>
<li>HMRC community forums</li>
</ol>

<p class="govuk-body">Use descriptive level 2 headings to tell the user what they will learn.</p>
Expand Down Expand Up @@ -257,7 +256,7 @@ If you're publishing a live webinar that supersedes an existing webinar that has
code:
'## [sub topic]

### Live webinar
### Recorded webinar

Watch a [recorded webinar about [sub topic]](link).

Expand Down Expand Up @@ -340,22 +339,9 @@ Watch more [videos and webinars about related topic](link).

<p class="govuk-body">Find out more about [Inheritance Tax](link).</p>

<h4 class="govuk-heading-s">Linking to the HMRC community forums</h4>

<p class="govuk-body">Always include this text at the bottom of the page:</p>

{{
codeSnippet({
code: '## HMRC community forums

You can use the [online HMRC community forums to ask questions](https://community.hmrc.gov.uk/), see what others are asking and get answers.',
canCopy: true
})
}}

<h3 class="govuk-heading-m">Collection page</h3>

<p class="govuk-body">Add the URL of any new page to the <a href="https://www.gov.uk/government/collections/hmrc-webinars-email-alerts-and-videos" class="govuk-link">HMRC email updates, videos, webinars and community forums collection</a>. Do not create a public change note.</p>
<p class="govuk-body">Add the URL of any new page to the <a href="https://www.gov.uk/government/collections/hmrc-webinars-email-alerts-and-videos" class="govuk-link">HMRC email updates, videos and webinars collection</a>. Do not create a public change note.</p>

<h4 class="govuk-heading-s">Associations and specialist sector tags</h4>

Expand Down