Skip to content

Commit

Permalink
Adjust title formatting on project page
Browse files Browse the repository at this point in the history
  • Loading branch information
Bergam0t committed Nov 12, 2024
1 parent 6203de8 commit a6620f8
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .quarto/xref/a290ceac
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"entries":[],"headings":["what-is-hsma","how-does-the-programme-work","our-materials","our-projects","support-and-accreditation"]}
{"headings":["what-is-hsma","how-does-the-programme-work","our-materials","our-projects","support-and-accreditation"],"entries":[]}
7 changes: 7 additions & 0 deletions docs/previous_projects/projects_by_service_area.html
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,13 @@ <h2 id="toc-title">Contents</h2>



<style>
h2 {
text-transform: uppercase;
font-weight: 400;
text-align: center;
}
</style>
<p>Here you can find details of a range of current and previously-completed HSMA projects, split by the key areas the project addresses.</p>
<p>Click on the preview for each project to read the full details. For many completed projects, you can watch a short talk from the HSMAs who undertook the project on their plans, successes and challenges.</p>
<section id="mental-health" class="level2">
Expand Down
2 changes: 1 addition & 1 deletion docs/site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions previous_projects/completed_projects.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ listing:
template: ../html/previous_projects/listing.ejs
---

```{=html}
<style>
h2 {
text-transform: uppercase;
font-weight: 400;
text-align: left;
}
</style>
```

Here you can find details of a range of previously-completed HSMA projects.

Click on the preview for each project to read the full details. For many completed projects, you can watch a short talk from the HSMAs who undertook the project on their plans, successes and challenges.
Expand Down
10 changes: 10 additions & 0 deletions previous_projects/projects_by_cohort.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ listing:
ncols: 2
---

```{=html}
<style>
h2 {
text-transform: uppercase;
font-weight: 400;
text-align: left;
}
</style>
```

Here you can find details of a range of current and previously-completed HSMA projects.

Use the categories on the right to filter projects by technique or service area.
Expand Down
10 changes: 10 additions & 0 deletions previous_projects/projects_by_methods.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,16 @@ listing:
template: ../html/previous_projects/listing.ejs
---

```{=html}
<style>
h2 {
text-transform: uppercase;
font-weight: 400;
text-align: left;
}
</style>
```

Here you can find details of a range of current and previously-completed HSMA projects, split by the key methods used in the project.

Click on the preview for each project to read the full details. For many completed projects, you can watch a short talk from the HSMAs who undertook the project on their plans, successes and challenges.
Expand Down
10 changes: 10 additions & 0 deletions previous_projects/projects_by_organisation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ listing:
template: ../html/previous_projects/listing.ejs
---

```{=html}
<style>
h2 {
text-transform: uppercase;
font-weight: 400;
text-align: left;
}
</style>
```

## NHS

:::{#nhs_projects}
Expand Down
10 changes: 10 additions & 0 deletions previous_projects/projects_by_service_area.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,16 @@ listing:
template: ../html/previous_projects/listing.ejs
---

```{=html}
<style>
h2 {
text-transform: uppercase;
font-weight: 400;
text-align: left;
}
</style>
```

Here you can find details of a range of current and previously-completed HSMA projects, split by the key areas the project addresses.

Click on the preview for each project to read the full details. For many completed projects, you can watch a short talk from the HSMAs who undertook the project on their plans, successes and challenges.
Expand Down
10 changes: 10 additions & 0 deletions previous_projects/projects_by_service_type_location.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,16 @@ listing:
template: ../html/previous_projects/listing.ejs
---

```{=html}
<style>
h2 {
text-transform: uppercase;
font-weight: 400;
text-align: left;
}
</style>
```

Here you can find details of a range of current and previously-completed HSMA projects, split by where care takes place.

Click on the preview for each project to read the full details. For many completed projects, you can watch a short talk from the HSMAs who undertook the project on their plans, successes and challenges.
Expand Down
10 changes: 10 additions & 0 deletions previous_projects/projects_in_progress.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ listing:
template: ../html/previous_projects/listing.ejs
---

```{=html}
<style>
h2 {
text-transform: uppercase;
font-weight: 400;
text-align: left;
}
</style>
```

Here you can find details of a range of HSMA projects that are currently being worked on.

Click on the preview for each project to read the full details. For many completed projects, you can watch a short talk from the HSMAs who undertook the project on their plans, successes and challenges.
Expand Down

0 comments on commit a6620f8

Please sign in to comment.