Skip to content

Commit 5cfe131

Browse files
committed
free up h1 tag by reworking page header, then apply it througout page content.
this is semantically more correct.
1 parent bd0d835 commit 5cfe131

23 files changed

+35
-18
lines changed

src/components/Header.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
</style>
3838

3939
<header>
40-
<h1>
40+
<div>
4141
<a href="/" aria-label="Ilios Home">
4242
<img src="/media/ilios-logo.svg" alt="Ilios Logo" />
4343
<span class="visually-hidden">Ilios</span>
4444
</a>
45-
</h1>
45+
</div>
4646
<p>Curriculum Management for the Health Professions</p>
4747
</header>

src/pages/404.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Content from '../layouts/Content.astro';
1515

1616
<Content title="404 Not Found" description="404 Not Found">
1717
<div>
18-
<h2>404: Rats! I couldn't find that.</h2>
18+
<h1>404: Rats! I couldn't find that.</h1>
1919
<img src="/assets/lostcat.png" alt="funny lost cat" />
2020
</div>
2121
</Content>

src/pages/about.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: >
55
Ilios is a curriculum management platform for the Health Professions educational community. It is a user-friendly, flexible, and robust web application. Ilios collects, manages, analyzes, and delivers curricular information.
66
---
77

8+
# About
9+
810
- [Technology](/technology)
911
- [License](/license)
1012
- [Ilios Schools](/ilios-schools)

src/pages/acr.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: >
55
Ilios Accessibility Conformance Report for Ilios v3.x with testing for WCAG 2.2 AAA
66
---
77

8+
# Accessibility Conformance Report
9+
810
## Ilios Accessibility Conformance Report
911

1012
(Based on VPAT® Version 2.5)

src/pages/contact-us.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ description: >
1010
San Francisco, CA 94143
1111
---
1212

13+
# Contact Us
14+
1315
For more information on Ilios please contact:
1416

1517
**_The Ilios Project_**\

src/pages/demo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: >
55
This demo site serves multiple purposes. First, it provides a live location for potential users to explore and understand the Ilios application; second, it is our sample of just how Ilios can live as a secure, cloud hosted curriculum management tool; finally,since it is being fully populated with curricular data from the UCSF, it allows interested parties to review and analyze the current curriculum in place at UCSF and how that is being represented in Ilios, organized in the competency framework model, and presented to our learners.
66
---
77

8+
# Demo
9+
810
The Ilios Demo site is available at [https://demo.iliosproject.org](https://demo.iliosproject.org).
911

1012
This demo site serves multiple purposes. First, it provides a live location for potential users to explore and understand the Ilios application; second, it is our sample of just how Ilios can live as a secure, cloud hosted curriculum management tool; finally,since it is being fully populated with curricular data from the UCSF, it allows interested parties to review and analyze the current curriculum in place at UCSF and how that is being represented in Ilios, organized in the competency framework model, and presented to our learners.

src/pages/features.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: >
55
Ilios allows for the control and development of complex curricula organized by individual departments, programs schools or institutions. Courses may be shared across these organizations, while still maintaining data integrity, security and intellectual property controls.
66
---
77

8+
# Features
9+
810
Ilios allows for the control and development of complex curricula organized by individual departments, programs schools or institutions. Courses may be shared across these organizations, while still maintaining data integrity, security and intellectual property controls.
911

1012
## Program Management

src/pages/hosting-pricing.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const jan1OfThisYear = DateTime.fromObject({ month: 1, day: 1 });
2828
</style>
2929

3030
<Content title="Pricing" description="Information on Ilios Hosting Pricing">
31+
<h1>Pricing</h1>
3132
<p><a href="/hosting">&lt;-- Back</a></p>
3233
<h2>We Can Host You</h2>
3334

src/pages/hosting.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import Content from '../layouts/Content.astro';
1212
title="Hosting"
1313
description="If you are interested in having us host your Ilios instance for you in our secure production environment, let us know. We can help migrate your existing Ilios, or if you are new to Ilios we can spin you up an original setup."
1414
>
15+
<h1>Hosting</h1>
16+
1517
<h2>We Can Host You</h2>
1618

1719
<p>

src/pages/ilios-schools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >
55
List of Ilios Schools
66
---
77

8-
## Ilios Schools
8+
# Ilios Schools
99

1010
- UCSF School of Medicine (project partner)
1111
- UC Irvine School of Medicine (project partner)

0 commit comments

Comments
 (0)