Merge pull request #326 from GSA/tdlowden-guidance

Changes to guidance pages
This commit is contained in:
Ryan Ahearn
2023-02-21 11:15:54 -05:00
committed by GitHub
3 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
<h1 class="heading-large">Branding and customization</h1>
<p class="govuk-body">This page explains how to:</p>
<!-- <p class="govuk-body">This page explains how to:</p>
<ul class="list list-bullet">
<li><a class="govuk-link govuk-link--no-visited-state" href="#email-branding">change your email branding</a></li>
@@ -38,7 +38,7 @@
<li>Go to the <b class="govuk-!-font-weight-bold">Email settings</b> section of the {{ service_link(current_service, 'main.service_settings', 'settings') }} page.</li>
<li>Select <b class="govuk-!-font-weight-bold">Manage</b> on the <b class="govuk-!-font-weight-bold">Reply-to email addresses</b> row.</li>
<li>Select <b class="govuk-!-font-weight-bold">Add reply-to address</b>.</li>
</ol>
</ol> -->
<h2 class="heading-medium" id="text-message-sender">Change the text message sender</h2>

View File

@@ -13,7 +13,7 @@
<ul class="list list-bullet">
<li><a class="govuk-link govuk-link--no-visited-state" href="#formatting">format your content</a></li>
<li><a class="govuk-link govuk-link--no-visited-state" href="#links">add links</a></li>
<li><a class="govuk-link govuk-link--no-visited-state" href="#personalised-content">personalise your content</a></li>
<li><a class="govuk-link govuk-link--no-visited-state" href="#personalised-content">personalize your content</a></li>
<li><a class="govuk-link govuk-link--no-visited-state" href="#optional-content">add optional content</a></li>
</ul>
@@ -26,7 +26,7 @@
<li>Add a new template or choose an existing template and select <b class="govuk-!-font-weight-bold">Edit</b>.</li>
</ol>
<p class="govuk-body">Email templates can include:</p>
<!-- <p class="govuk-body">Email templates can include:</p>
<ul class="list list-bullet">
<li>headings</li>
<li>bullets</li>
@@ -34,13 +34,13 @@
<li>horizontal rules</li>
</ul>
<p class="govuk-body">Notify does not allow bold, italics, subheadings, underlined text or different fonts. This is because they can make it harder for users to read what youve written.</p>
<p class="govuk-body">Notify does not allow bold, italics, subheadings, underlined text or different fonts. This is because they can make it harder for users to read what youve written.</p> -->
<h2 class="heading-medium" id="links">Add links</h2>
<p class="govuk-body">When composing an email or text message, write URLs in full and Notify will convert them into links for you.</p>
<p class="govuk-body">When composing a text message, write URLs in full and Notify will convert them into links for you.</p>
<p class="govuk-body">You cannot convert text into a link. Research shows that people like to check a URL looks genuine before clicking the link in an email. This is hard to do if the URL is hidden behind clickable link text.</p>
<p class="govuk-body">You cannot convert text into a link. <!-- Research shows that people like to check a URL looks genuine before clicking the link in an email. This is hard to do if the URL is hidden behind clickable link text.--></p>
<p class="govuk-body">We do not recommend using a third-party link shortening service because:</p>

View File

@@ -10,17 +10,17 @@
<h1 class="heading-large">Guidance</h1>
<p class="govuk-body">This guidance is for teams using U.S. Notify to send emails and text messages.</p>
<p class="govuk-body">This guidance is for teams using U.S. Notify to send text messages.</p>
<p class="govuk-body">It explains how to:</p>
<ul class="list list-bullet">
<li><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.edit_and_format_messages') }}">edit and format messages</a></li>
<li><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.branding_and_customisation') }}">add branding and customization</a></li>
<li><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.send_files_by_email') }}">send files by email</a></li>
<!-- <li><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.send_files_by_email') }}">send files by email</a></li> -->
</ul>
<h2 class="heading-medium">More information</h2>
<!-- <h2 class="heading-medium">More information</h2>
<p class="govuk-body">The UK Notify Service Manual has additional advice on:</p>
@@ -28,6 +28,6 @@
<li><a class="govuk-link govuk-link--no-visited-state" href="https://www.gov.uk/service-manual/design/sending-emails-and-text-messages">planning and writing text messages and emails</a></li>
<li><a class="govuk-link govuk-link--no-visited-state" href="https://www.gov.uk/service-manual/technology/how-to-email-your-users">sending emails from your service domain</a></li>
<li><a class="govuk-link govuk-link--no-visited-state" href="https://www.gov.uk/service-manual/technology/sending-text-messages-securely">sending text messages securely</a></li>
</ul>
</ul> -->
{% endblock %}