Skip to content

Commit

Permalink
feat: ✨ Add 88x31 icon on the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Nov 27, 2024
1 parent 7983ce9 commit 5525edc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions components/footers/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ const footerNavigation = {
</a>
</div>
</div>
<div class="mt-16 grid grid-cols-2 gap-8 xl:col-span-2 xl:mt-0">
<div class="md:grid md:grid-cols-1 md:gap-8">
<div class="mt-16 grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-8 xl:col-span-2 xl:mt-0">
<div>
<h3 class="text-sm font-semibold leading-6 text-white">
Projects
Expand All @@ -49,20 +48,32 @@ const footerNavigation = {
</li>
</ul>
</div>
</div>
<div class="md:grid md:grid-cols-2 md:gap-8">
<div class="mt-10 md:mt-0">
<h3 class="text-sm font-semibold leading-6 text-white">
Legal
</h3>
<ul role="list" class="mt-6 space-y-4">
<li v-for="item in footerNavigation.legal" :key="item.name">
<a target="_blank" :href="item.href"
class="text-sm leading-6 text-gray-300 hover:text-white">{{ item.name }}</a>
class="text-sm leading-6 text-gray-300 hover:text-white">{{ item.name }}</a>
</li>
</ul>
</div>
<div class="mt-10 md:mt-0">
<h3 class="text-sm font-semibold leading-6 text-white">
Assets
</h3>
<ul role="list" class="mt-6 space-y-4">
<li>
<img src="/images/icons/88x31.png" alt="The text 'Jesse' overlaid on a dark rectangle with rainbow stripes on the top left. A small drawn character is present on the left." title="My 88x31 icon" class="[image-rendering:pixelated]" />
<p class="text-xs leading-6 mt-2 text-gray-400 max-w-48">
Please hotlink this image instead of reuploading it.<br/>
<br/>
Alt text included.
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="mt-16 border-t border-white/10 pt-8 sm:mt-20 lg:mt-24">
Expand Down
Binary file added public/images/icons/88x31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/icons/88x31.webp
Binary file not shown.

0 comments on commit 5525edc

Please sign in to comment.