Initial commit

This commit is contained in:
Oliver Davies 2022-03-15 18:22:18 +00:00
commit 904a0b0bbf
26 changed files with 4847 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<div class="bg-[#8CC4DF] pt-5 pb-[10px]">
<div class="max-w-[1040px] px-[10px] mx-auto flex items-end justify-between">
<img src="https://talkingdrupal.com/sites/default/files/talking_drupal_logo.png"/>
{% include "search-form" %}
{% include "main-menu" with { links } only %}
</div>
</div>