Skip to content

Commit

Permalink
Added mitre and saf lockup logo to header
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Andrew Hinchey <[email protected]>
  • Loading branch information
ChrisHinchey committed Sep 8, 2023
1 parent 1566435 commit 79d2ed1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
29 changes: 29 additions & 0 deletions assets/logos/MITRE-SAF-lockup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 2 additions & 9 deletions components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,11 @@
<div class="justify-left flex min-w-max md:flex-1 lg:w-0 lg:flex-1">
<NuxtLink to="/" class="flex">
<img
src="@/assets/logos/safLogo.svg"
class="w-12 md:w-14"
src="@/assets/logos/MITRE-SAF-lockup.svg"
class="w-36 md:w-40"
aria-hidden="true"
alt="MITRE SAF© Logo"
/>
<h1
class="whitespace-nowrap p-2 text-2xl font-extrabold tracking-tighter text-header md:text-3xl xl:text-4xl"
>
<span class="block font-extrabold xl:inline"
>MITRE SAF <sup>©</sup></span
>
</h1>
</NuxtLink>
</div>

Expand Down

0 comments on commit 79d2ed1

Please sign in to comment.