Skip to content

Commit

Permalink
Header restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Nov 8, 2024
1 parent 425edd6 commit 0aed1dc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
28 changes: 14 additions & 14 deletions website/components/IWCHeader.vue
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<template>
<header class="shadow-md">
<UContainer class="py-4">
<div class="flex">
<div class="flex flex-grow space-x-2">
<NuxtLink to="/" class="flex items-center space-x-2">
<img src="/iwc_logo.png" alt="IWC Logo" width="64" height="64" />
<span class="text-xl font-semibold">Galaxy IWC - Workflow Library</span>
</NuxtLink>
</div>
<div class="flex items-center space-x-2">
<NuxtLink to="https://github.com/galaxyproject/iwc/blob/main/workflows/README.md#adding-workflows">Contribute</NuxtLink>
<NuxtLink to="https://github.com/galaxyproject/iwc/">GitHub</NuxtLink>
</div>
<header class="p-16">
<div class="flex">
<div class="flex flex-grow space-x-2">
<NuxtLink to="/" class="flex items-center space-x-2">
<img src="/iwc_logo.png" alt="IWC Logo" width="64" height="64" />
<span class="text-xl font-semibold">Galaxy IWC - Workflow Library</span>
</NuxtLink>
</div>
</UContainer>
<div class="flex items-center space-x-8 px-12">
<NuxtLink to="https://github.com/galaxyproject/iwc/blob/main/workflows/README.md#adding-workflows">
Contribute
</NuxtLink>
<NuxtLink to="https://github.com/galaxyproject/iwc/">GitHub</NuxtLink>
</div>
</div>
</header>
</template>
2 changes: 0 additions & 2 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0aed1dc

Please sign in to comment.