clean up and fix footer
This commit is contained in:
parent
b2dacbb36d
commit
da76abbc1f
@ -1,10 +1,7 @@
|
||||
%footer.bg-white{"aria-label" => "Site Footer"}
|
||||
.max-w-screen-xl.px-4.py-16.mx-auto.sm:px-6.lg:px-8
|
||||
.lg:flex.lg:items-start.lg:gap-8
|
||||
%a.inline-flex.items-center{"aria-label" => "Hub Feenix", :href => "/", :title => "Hub Feenix"}
|
||||
= image_tag("feenix_lintu.webp" , class: "h-20")
|
||||
.w-full.grid.grid-cols-2.gap-8.mt-8.lg:mt-0.lg:grid-cols-5.lg:gap-y-16
|
||||
.col-span-2.sm:col-span-1
|
||||
.col-span-1.md:col-span-2
|
||||
%p.font-medium.text-gray-900 Activities
|
||||
%nav.mt-6
|
||||
%ul.space-y-4.text-sm
|
||||
@ -12,15 +9,19 @@
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/local_activities"}
|
||||
Local Area
|
||||
%li
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/helsinki_turku"}
|
||||
Helsinki & Turkku
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/helsinki"}
|
||||
Helsinki
|
||||
%li
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/turku"}
|
||||
Turkku
|
||||
|
||||
%p.text-gray-900
|
||||
.col-span-1.md:col-span-2
|
||||
%p.font-medium.text-gray-900 Weather Info
|
||||
%nav.mt-6
|
||||
%ul.space-y-4.text-sm
|
||||
%li
|
||||
%a.text-md.transition.hover:opacity-75{:href => "/four_seasons"}
|
||||
Weather info
|
||||
Four Seasons
|
||||
%li
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/in_summer"}
|
||||
In Summer
|
||||
|
Loading…
Reference in New Issue
Block a user