From 88ea8b72b4d2042a3c6519f349cc597314da9128 Mon Sep 17 00:00:00 2001 From: "Ash Anil [SSW]" <100336252+AshAnil@users.noreply.github.com> Date: Wed, 26 Jul 2023 09:04:53 -0700 Subject: [PATCH] =?UTF-8?q?Update=20Rule=20=E2=80=9Chave-a-strong-header-a?= =?UTF-8?q?nd-footer/rule=E2=80=9D=20(#6170)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update Rule “have-a-strong-header-and-footer/rule” * Update rule.md --------- Co-authored-by: Tiago Araújo [SSW] --- rules/have-a-strong-header-and-footer/rule.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/rules/have-a-strong-header-and-footer/rule.md b/rules/have-a-strong-header-and-footer/rule.md index 128b419a46b..e2ac66d0f1e 100644 --- a/rules/have-a-strong-header-and-footer/rule.md +++ b/rules/have-a-strong-header-and-footer/rule.md @@ -18,10 +18,15 @@ A strong header and footer will make the client sure that document is from your -::: good -![Good Example - The header and footer are consistent, using the company colours and all the necessary information](proposal-header-and-footer.jpg) -::: +Make sure your document contains: + +* **Header** - The company logo and contact information +* **Footer** - The filename (hyperlinked with the URL) and the [version number](/show-version-numbers) ::: bad -![Bad Example - The link is too long and messy](bad-footer.jpg) -::: \ No newline at end of file +![Bad example - The link is too long and messy](bad-footer.jpg) +::: + +::: good +![Good example - The header and footer are consistent, using the company colours and all the necessary information](proposal-header-and-footer.jpg) +:::