-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.