Skip to content

Commit

Permalink
Footer update (#162)
Browse files Browse the repository at this point in the history
* Added another column in the footer and added a link to the Canny comparison page

* Assets recompiled for production
  • Loading branch information
l-alexandrov committed Apr 18, 2024
1 parent e5fb4ab commit bd82436
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/themes/bimbala/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=cdc47ef45ac39b055a6448dce1be561a",
"/css/app.css": "/css/app.css?id=f5d465a15b66bdfcf55776d790826dad"
"/css/app.css": "/css/app.css?id=ef9413ad947ce1f564d4b5bb948820ef"
}
20 changes: 16 additions & 4 deletions resources/views/themes/bimbala/partials/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="w-full bg-gray-900 text-base text-white no-underline">
<div class="px-6 mx-auto max-w-7xl xl:px-12">
<div class="box-border flex flex-wrap pt-20 pb-0 leading-tight md:pb-12">
<div class="flex-initial w-1/2 px-2 pb-12 leading-tight md:w-1/4">
<div class="flex-initial w-1/2 px-2 pb-12 leading-tight md:w-1/5">
<div class="box-border">
<a href="{{ route('wave.home') }}" class="relative flex items-center">
<img class="h-8 w-8"
Expand All @@ -24,7 +24,7 @@
</a>
</div>
</div>
<div width="6,3" class="flex-initial w-1/2 px-2 pb-12 leading-tight md:w-1/4">
<div class="flex-initial w-1/2 px-2 pb-12 leading-tight md:w-1/5">
<div class="box-border ">
<h2 class="mb-8 text-xl font-bold tracking-wide text-gray-100 md:text-2xl">
Product
Expand Down Expand Up @@ -54,7 +54,7 @@
</ul>
</div>
</div>
<div width="6,3" class="flex-initial w-1/2 px-2 pb-12 leading-tight md:w-1/4">
<div class="flex-initial w-1/2 px-2 pb-12 leading-tight md:w-1/5">
<div class="box-border ">
<h2 class="mb-8 text-xl font-bold tracking-wide text-gray-100 md:text-2xl">
Company
Expand All @@ -78,7 +78,7 @@
</ul>
</div>
</div>
<div class="flex-initial w-1/2 px-2 pb-12 leading-tight md:w-1/4">
<div class="flex-initial w-1/2 px-2 pb-12 leading-tight md:w-1/5">
<div class="box-border ">
<h2 class="mb-8 text-xl font-bold tracking-wide text-gray-100 md:text-2xl">
Resources
Expand All @@ -99,6 +99,18 @@
</ul>
</div>
</div>
<div class="flex-initial w-1/2 px-2 pb-12 leading-tight md:w-1/5">
<div class="box-border ">
<h2 class="mb-8 text-xl font-bold tracking-wide text-gray-100 md:text-2xl">
Compare
</h2>
<ul class="p-0 m-0 leading-tight list-none">
<li class="box-border py-2 md:mb-1">
<a href="{{ route('comparison.canny') }}" class="leading-tight hover:text-gray-400">Canny</a>
</li>
</ul>
</div>
</div>
</div>

<div class="flex flex-col items-center justify-between w-full py-12 text-xs leading-none border-t border-gray-800 lg:flex-row">
Expand Down

0 comments on commit bd82436

Please sign in to comment.