renaming is rebranding

This commit is contained in:
2023-01-28 22:53:17 +02:00
parent 4278b55e22
commit 6a94acd01e
10 changed files with 22 additions and 22 deletions

View File

@ -56,8 +56,8 @@ module ApplicationHelper
end
def main_menu
[["/members" , "Volunteers"],["/stories" , "Stories"], ["/pictures" , "Gallery"],
["/volunteering" , "Volunteering"] ]
[["/members" , "Resisent Artists"],["/stories" , "Stories"], ["/pictures" , "Gallery"],
["/residency" , "Residency"] ]
end
def member_memu
items =[["/forum" ,"Forum"] , [main_app.member_path(current_member) , "Settings"]]

View File

@ -29,11 +29,11 @@
In Winter
.col-span-2.sm:col-span-1
%p.font-medium.text-gray-900 Volunteering
%p.font-medium.text-gray-900 Residency
%nav.mt-6{"aria-label" => "Footer Navigation - Hub Feenix"}
%ul.space-y-4.text-sm
%li
%a.text-gray-700.transition.hover:opacity-75{:href => "/volunteering"}
%a.text-gray-700.transition.hover:opacity-75{:href => "/residency"}
About Volunteeing
%li
%a.text-gray-700.transition.hover:opacity-75{:href => "/arriving"}
@ -47,7 +47,7 @@
%ul.space-y-4.text-sm
%li
%a.text-gray-700.transition.hover:opacity-75{:href => "/members"}
Volunteers
Resisent Artists
%li
%a.text-gray-700.transition.hover:opacity-75{:href => "/stories"}
Stories

View File

@ -2,7 +2,7 @@
.relative.flex.items-center.justify-between
%a.inline-flex.items-center{"aria-label" => "Hub Feenix", :href => "/", :title => "Hub Feenix"}
= image_tag("feenix_lintu.webp" , class: "h-20")
%span.ml-2.text-xl.font-bold.text-gray-800 Volunteers @ Hub Feenix
%span.ml-2.text-xl.font-bold.text-gray-800 Resisent Artists @ Hub Feenix
%ul.flex.items-center.hidden.space-x-8.lg:flex
- main_menu.each do |link , text|
%li

View File

@ -2,7 +2,7 @@
%html
%head
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
%title Hubfeenix Volunteers
%title Hubfeenix Resisent Artists
%meta{:content => "width=device-width,initial-scale=1", :name => "viewport"}/
// https://www.favicon-generator.org/
%link{:href => "/apple-icon-57x57.png", :rel => "apple-touch-icon", :sizes => "57x57"}/