Skip to content

Commit

Permalink
Added styling for English language page and updating guidance for Ale…
Browse files Browse the repository at this point in the history
…rt comp
  • Loading branch information
benjest85 committed Jun 12, 2024
1 parent c139417 commit 30196c0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ const Page: FC<PageProps> = ({ location }) => (
<h2 id="avoid-phrasal-verbs">Avoid phrasal verbs</h2>
<p>A phrasal verb is where you combine a verb with other words to make it mean something different, such as ‘carry out’, ‘get over’ or ‘look after’. English is full of them. But their meaning is not always clear until you have learned them. </p>
<p>There is nearly always a one-word alternative to a phrasal verb that is easier to translate. </p>

<div class="govuk-grid-row">
<div class="govuk-grid-column-one-half">

<table className="govuk-table">
<thead className="govuk-table__head">
<tr className="govuk-table__row">
Expand Down Expand Up @@ -165,6 +169,9 @@ const Page: FC<PageProps> = ({ location }) => (
</tr>
</tbody>
</table>

</div>
</div>
<p>Use clear language whenever possible but if the alternative word translates better, consider using that instead. </p>

<h2 id="use-simple-tenses">Use simple tenses</h2>
Expand Down

0 comments on commit 30196c0

Please sign in to comment.