diff --git a/.Jules/palette.md b/.Jules/palette.md index b758752..04c57aa 100644 --- a/.Jules/palette.md +++ b/.Jules/palette.md @@ -1,5 +1,3 @@ -## 2024-07-25 - Semantic Heading Structure in Markdown - -**Learning:** The accessibility of a document, especially for screen reader users, is significantly impacted by a logical and consistent heading structure. Skipping heading levels (e.g., using an `

` directly after an `

`) disrupts the document's outline and can make it difficult to navigate. - -**Action:** When editing Markdown or HTML, I will always review the heading hierarchy to ensure it is sequential and semantically correct. This small check can make a big difference for accessibility. +## 2024-07-25 - Semantic Heading Structure +**Learning:** A logical, sequential heading structure (e.g., h1 -> h2 -> h3) in Markdown and HTML is critical for screen reader accessibility. Starting a document with a single H1 heading provides a clear entry point and allows users of assistive technology to easily understand the document's structure and navigate it effectively. +**Action:** In future reviews of Markdown files or HTML content, I will always check that the document begins with a single H1 and that the heading hierarchy is followed correctly, without skipping levels. diff --git a/README.md b/README.md index 2dc2301..8bef865 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Hi there 👋 +# Hi there 👋 I'm James Hayes (née McMahon) (he/him), a Principal Information Analyst for [Public Health Scotland](https://www.publichealthscotland.scot/ "Visit the Public Health Scotland website") with a passion for data and its power to drive meaningful insights. My journey into the world of data started with a Maths BSc from the [University of St Andrews](https://www.st-andrews.ac.uk/ "Visit the University of St Andrews website"), and since then, I've been on an exciting ride through the ever-evolving landscape of data science.