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"}
|
%footer.bg-white{"aria-label" => "Site Footer"}
|
||||||
.max-w-screen-xl.px-4.py-16.mx-auto.sm:px-6.lg:px-8
|
.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
|
.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
|
%p.font-medium.text-gray-900 Activities
|
||||||
%nav.mt-6
|
%nav.mt-6
|
||||||
%ul.space-y-4.text-sm
|
%ul.space-y-4.text-sm
|
||||||
@ -12,15 +9,19 @@
|
|||||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/local_activities"}
|
%a.text-gray-700.transition.hover:opacity-75{:href => "/local_activities"}
|
||||||
Local Area
|
Local Area
|
||||||
%li
|
%li
|
||||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/helsinki_turku"}
|
%a.text-gray-700.transition.hover:opacity-75{:href => "/helsinki"}
|
||||||
Helsinki & Turkku
|
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
|
%nav.mt-6
|
||||||
%ul.space-y-4.text-sm
|
%ul.space-y-4.text-sm
|
||||||
%li
|
%li
|
||||||
%a.text-md.transition.hover:opacity-75{:href => "/four_seasons"}
|
%a.text-md.transition.hover:opacity-75{:href => "/four_seasons"}
|
||||||
Weather info
|
Four Seasons
|
||||||
%li
|
%li
|
||||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/in_summer"}
|
%a.text-gray-700.transition.hover:opacity-75{:href => "/in_summer"}
|
||||||
In Summer
|
In Summer
|
||||||
|
Loading…
Reference in New Issue
Block a user