Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #135 from carbon-budget-explorer/move-logos
Browse files Browse the repository at this point in the history
move logos back to sidebar instead of footer
  • Loading branch information
lvreedenburgh authored Nov 30, 2023
2 parents 7ae8995 + ec3e169 commit 13f1bee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
9 changes: 0 additions & 9 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,4 @@
<div class={clsx($page.url.pathname === '/', 'flex-1 bg-base-100 p-4')}>
<slot />
</div>
{#if $page.url.pathname === '/about'}
<footer class="flex h-16 justify-around gap-10 bg-primary text-center">
<p class="self-center">© 2023 Planbureau voor de Leefomgeving.</p>
<img src="/logo_pbl.png" alt="logo_pbl" />
<img src="/logo_ecemf.png" alt="logo_ecemf" />
<img src="/logo_elevate.png" alt="logo_elevate" />
<img src="/logo_escience.png" alt="logo_escience" />
</footer>
{/if}
</div>
12 changes: 8 additions & 4 deletions src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,14 @@
<a
href="https://www.pbl.nl/about-pbl/employees/mark-dekker"
target="_blank"
rel="noopener noreferrer"
class="text-white"
>Mark Dekker</a
>.
class="text-white"
rel="noopener noreferrer">Mark Dekker.</a
>
<br><br>© 2023 Planbureau voor de Leefomgeving.
<img src="/logo_pbl.png" alt="logo_pbl" width=200/>
<img src="/logo_ecemf.png" alt="logo_ecemf" width=200/>
<img src="/logo_elevate.png" alt="logo_elevate" width=200/>

</p>
</div>
</div>
Expand Down

0 comments on commit 13f1bee

Please sign in to comment.