Add team coaching page

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent 3416887b4c
commit 2c5f07260d
3 changed files with 170 additions and 23 deletions

View file

@ -1,5 +1,5 @@
<div class="not-prose">
<div class="not-prose {{ position == 'centre' ? 'flex justify-center' }}">
<a class="inline-flex justify-center items-center py-3 px-6 w-full text-base font-medium text-white no-underline rounded-md duration-200 ease-in-out md:w-auto hover:bg-white focus:bg-white bg-blue-primary transition-color hover:text-blue-primary focus:text-blue-primary "href="{{ url }}">
{{ text }}
{{ text|raw }}
</a>
</div>