Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kmongird committed Dec 17, 2024
1 parent 493a4a9 commit 70fa016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sankey_dashboard/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,21 @@
import Icon from "@iconify/svelte";
</script>

<div class="flex flex-row w-screen font-sans h-[120px] pl-8 bg-gradient-to-r from-[#2B7F9E] to-[#5e1f04] items-center gap-8 text-white text-3xl background-image url('/banner.png')">
<div class="flex flex-row w-screen font-sans h-[120px] pl-8 bg-gradient-to-r from-[#2B7F9E] to-[#5e1f04] items-center gap-8 text-white text-3xl">

<a href="{base}/">Water-Energy Sankey Diagrams for the United States</a>
<img src="PNNLVerticalLogo.png" alt="card-image" class='h-[100px] ml-auto pr-7'/>

</div>

<div class="flex flex-row w-screen font-sans h-[60px] pl-8 bg-none items-center gap-8 text-gray-800 rounded-s text-gray-700 border-2">
<div class="flex flex-row w-screen font-sans h-auto pl-8 bg-none items-center gap-8 text-gray-800 rounded-s text-gray-700 border-2">

{#each page_items as item}
<a href="{base}/{item === "diagrams" ? '' : item}" class="hover:text-gray-500">{item.toUpperCase()}</a>
{/each}
</div>


<div class="flex flex-row w-screen h-[20px] pl-8 bg-white gap-8">


Expand Down
Binary file added sankey_dashboard/static/PNNLVerticalLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70fa016

Please sign in to comment.