Skip to content

Commit

Permalink
Add emojis to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
cdccollins committed Oct 14, 2024
1 parent f3783f3 commit fc5981e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/views/pages/resources.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-5">
<div class="bg-pink-100 p-8 col-span-1">
<h2>Mental Health Support for Parents and Children</h2>
<h2>🧠 Mental Health Support for Parents and Children</h2>
<ul>
<li class="mb-4">
<span class="font-bold">NHS Mental Health Support:</span>
Expand All @@ -26,7 +26,7 @@
</li>
</div>
<div class="bg-yellow-100 p-8 col-span-1">
<h2>Speech, Language and Communication Difficulties</h2>
<h2>🗣️ Speech, Language and Communication Difficulties</h2>
<ul>
<li class="mb-4">
<span class="font-bold">Local Speech and Language Therapy:</span>
Expand All @@ -39,7 +39,7 @@
</ul>
</div>
<div class="bg-purple-100 p-8 col-span-1">
<h2>Financial Support</h2>
<h2>💰 Financial Support</h2>
<ul>
<li class="mb-4">
<span class="font-bold">Benefit Checker:</span>
Expand All @@ -52,12 +52,12 @@
</ul>
</div>
<div class="bg-orange-100 p-8 col-span-1">
<h2>Child Development</h2>
<h2>📈 Child Development</h2>
<ul>
<li class="mb-4">
<span class="font-bold">Developmental milestones by age:</span>
Check out the <a href="https://cambspborochildrenshealth.nhs.uk/child-development-and-growing-up/milestones/" target="_blank" class="underline hover:no-underline">NHS Cambridgeshire and Community's Milestones page</a> for a rough guide on children’s different developmental milestones and when to contact your health visitor.<br><br>
If you don’t live in Cambridgeshire or Peterborough but would like to know where to get local support for your child’s speech, language and communication, <a href="https://www.gov.uk/find-local-council" target="_blank" class="underline hover:no-underline">find your local council’s website</a>.
If you don’t live in Cambridgeshire but would like to know where to get local support related to your child’s development, <a href="https://www.gov.uk/find-local-council" target="_blank" class="underline hover:no-underline">find your local council’s website</a>.
</li>
<li class="mb-4">
<span class="font-bold">Activities to promote children’s development:</span>
Expand All @@ -66,7 +66,7 @@
</ul>
</div>
<div class="bg-red-100 p-8 col-span-1">
<h2>Emergency Support</h2>
<h2>🚨 Emergency Support</h2>
<ul>
<li class="mb-4">
<span class="font-bold">Childline (UK):</span>
Expand Down

0 comments on commit fc5981e

Please sign in to comment.