Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2 id="footer-heading" class="sr-only">Footer</h2>

<div class="grid grid-cols-2 gap-8 xl:col-span-2">
<div class="md:grid md:grid-cols-2 md:gap-8">
<a href="/"><img class="h-32 hidden xl:block" src="/assets/img/logo-icon-white.svg" /></a>
<a href="/"><img class="h-32 hidden xl:block" src="/assets/img/logo.svg" /></a>
</div>

<div class="mt-12 md:mt-0 -ml-40 hidden xl:block">
Expand Down
18 changes: 11 additions & 7 deletions _includes/hero-nonav.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@
>
<div class="w-full mx-auto px-4 max-w-7xl animate-fadeIn">
<div class="relative flex items-center justify-between">
<div class="w-96 max-w-full px-4">
<a href="/" class="block w-full py-5">
<img
src="/assets/img/logo-wordmark-white.svg"
alt="logo"
class="w-full"
/>
<div class="w-96 max-w-full px-4 text-1xl md:text-3xl whitespace-nowrap">
<a
href="/"
class="block w-full py-5 text-white flex items-center"
>
<img
src="/assets/img/logo.svg"
alt="logo"
class="w-6 md:w-8 inline mr-1.5"
/>
<span class="font-semibold">GLITCH</span>SECURE
</a>
</div>
<div class="flex w-full items-center justify-between px-4">
Expand Down
18 changes: 11 additions & 7 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@
>
<div class="w-full mx-auto px-4 max-w-7xl animate-fadeIn">
<div class="relative flex items-center justify-between">
<div class="w-96 max-w-full px-4">
<a href="/" class="block w-full py-5">
<img
src="/assets/img/logo-wordmark-white.svg"
alt="logo"
class="w-full"
/>
<div class="w-96 max-w-full px-4 text-1xl md:text-3xl whitespace-nowrap">
<a
href="/"
class="block w-full py-5 text-white flex items-center"
>
<img
src="/assets/img/logo.svg"
alt="logo"
class="w-6 md:w-8 inline mr-1.5"
/>
<span class="font-semibold">GLITCH</span>SECURE
</a>
</div>
<div class="flex w-full items-center justify-between px-4">
Expand Down
Binary file removed assets/img/logo-icon.png
Binary file not shown.
223 changes: 0 additions & 223 deletions assets/img/logo-icon.svg

This file was deleted.

Loading