fix spelling

This commit is contained in:
2023-01-28 23:01:06 +02:00
parent 6a94acd01e
commit bbd5cbea01
7 changed files with 8 additions and 8 deletions

View File

@ -56,7 +56,7 @@ module ApplicationHelper
end
def main_menu
[["/members" , "Resisent Artists"],["/stories" , "Stories"], ["/pictures" , "Gallery"],
[["/members" , "Resident Artists"],["/stories" , "Stories"], ["/pictures" , "Gallery"],
["/residency" , "Residency"] ]
end
def member_memu

View File

@ -34,7 +34,7 @@
%ul.space-y-4.text-sm
%li
%a.text-gray-700.transition.hover:opacity-75{:href => "/residency"}
About Volunteeing
Residency @ Hub Feenix
%li
%a.text-gray-700.transition.hover:opacity-75{:href => "/arriving"}
Getting here
@ -47,7 +47,7 @@
%ul.space-y-4.text-sm
%li
%a.text-gray-700.transition.hover:opacity-75{:href => "/members"}
Resisent Artists
Resident 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 Resisent Artists @ Hub Feenix
%span.ml-2.text-xl.font-bold.text-gray-800 Residentcy @ 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 Resisent Artists
%title Hubfeenix Resident 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"}/