Skip to content

Commit

Permalink
updates footer with Innovate UK info
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed May 23, 2024
1 parent 8671739 commit b3af503
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Binary file not shown.
12 changes: 8 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,14 @@ import Layout from '../layouts/Layout.astro';
</div>
</div>
</div>
<div class="container mx-auto px-4 md:px-16 lg:px-[120px] py-6 md:py-10 border-t border-t-white/5">
<div class="flex gap-6">
<div class="bg-europe-flag min-w-[72px] h-12 bg-contain bg-no-repeat" />
<p class="font-serif text-xs leading-6">This project has received funding from the European Union’s Horizon Europe research and innovation programme under grant agreement No. 101133983. UK participants in Horizon Europe Project more4nature are supported by UKRI grant numbers: 10108638 UNEP-WCMC and 10110989 Earthwatch Europe.</p>
<div class="container mx-auto px-4 md:px-16 lg:px-[120px] py-6 md:py-10 border-t border-t-white/5 grid gap-6 grid-cols-12">
<div class="col-span-12 md:col-span-6 gap-4 space-y-2">
<div class="bg-europe-flag min-w-[72px] h-10 bg-contain bg-no-repeat" />
<p class="font-serif text-xs leading-6">This project has received funding from the European Union&apos;s Horizon Europe research and innovation programme under grant agreement No. 101133983.</p>
</div>
<div class="col-span-12 md:col-span-6 gap-4 space-y-2">
<div class="bg-innovate-uk min-w-[124px] h-10 bg-contain bg-no-repeat" />
<p class="font-serif text-xs leading-6">UK participants in Horizon Europe Project more4nature are supported by UKRI grant numbers: 10108638 UNEP-WCMC and 10110989 Earthwatch Europe.</p>
</div>
</div>
</footer>
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default {
'necu': "url('/images/partners/necu.png')",
'ecsa': "url('/images/partners/ECSA.png')",
'nordeco': "url('/images/partners/NORDECO.png')",
'innovate-uk': "url('/images/UKRI_Innovate-UK_Horizontal_white.webp')",
}
},
},
Expand Down

0 comments on commit b3af503

Please sign in to comment.