menu feedback

This commit is contained in:
Torsten
2023-02-15 23:59:03 +02:00
parent 2cbc652ea6
commit ac0436b765
2 changed files with 15 additions and 14 deletions

View File

@ -20,40 +20,40 @@
.col-span-2.sm:col-span-1
%p.font-medium.text-gray-900 Main
%nav.mt-6{"aria-label" => "Footer Navigation - Services"}
%ul.space-y-4.text-sm
%ul.space-y-2.text-sm
-[:retreats , :studios , :makerspace , :coworking].each do |main|
%li
%li.border-white.border-x.py-2.px-4.hover:bg-gray-50.hover:border-gray-700
%a.text-gray-700.transition.hover:opacity-75{:href => "/#{main}"}
=main.capitalize
.col-span-2.sm:col-span-1
%p.font-medium.text-gray-900 Hub Feenix
%nav.mt-6{"aria-label" => "Footer Navigation - Hub Feenix"}
%ul.space-y-4.text-sm
%li
%ul.space-y-2.text-sm
%li.border-white.border-x.py-2.px-4.hover:bg-gray-50.hover:border-gray-700
%a.text-gray-700.transition.hover:opacity-75{:href => "/about"}
About
.col-span-2.sm:col-span-1
%p.font-medium.text-gray-900 Event Spaces
%nav.mt-6{"aria-label" => "Footer Navigation - Hub Feenix"}
%ul.space-y-4.text-sm
%li
%ul.space-y-2.text-sm
%li.border-white.border-x.py-2.px-4.hover:bg-gray-50.hover:border-gray-700
%a.text-gray-700.transition.hover:opacity-75{:href => "/retreats"}
Retreats
%li
%li.border-white.border-x.py-2.px-4.hover:bg-gray-50.hover:border-gray-700
%a.text-gray-700.transition.hover:opacity-75{:href => "/coworking"}
Coworking
.col-span-2.sm:col-span-1
%p.font-medium.text-gray-900 News
%nav.mt-6{"aria-label" => "Footer Navigation - Downloads"}
%ul.space-y-4.text-sm
%ul.space-y-2.text-sm
- if blog = Merged::PagesHelper.last_blog
%li
%li.border-white.border-x.py-2.px-4.hover:bg-gray-50.hover:border-gray-700
%a.text-gray-700.transition.hover:opacity-75{:href => main_app.view_blog_path(blog.page.name) }
Latest News
%li
%li.border-white.border-x.py-2.px-4.hover:bg-gray-50.hover:border-gray-700
%a.text-gray-700.transition.hover:opacity-75{:href => "https://www.facebook.com/hubfeenix" , :target => "_blank"}
Facebook
%li
%li.border-white.border-x.py-2.px-4.hover:bg-gray-50.hover:border-gray-700
%a.text-gray-700.transition.hover:opacity-75{:href => "https://www.instagram.com/hub_feenix/" , :target => "_blank"}
Instagram
%ul.flex.justify-start.col-span-2.gap-6.lg:col-span-5.lg:justify-end