link finnish page
This commit is contained in:
BIN
app/assets/images/fb.png
Normal file
BIN
app/assets/images/fb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 476 B |
Binary file not shown.
Before Width: | Height: | Size: 1014 B |
BIN
app/assets/images/finland.png
Normal file
BIN
app/assets/images/finland.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
@ -38,6 +38,9 @@
|
||||
%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 => "/code_of_conduct"}
|
||||
Code of Conduct
|
||||
%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 => "/suomeksi"}
|
||||
Lyhyesti suomeksi
|
||||
.col-span-2.sm:col-span-1
|
||||
%p.font-medium.text-gray-900 Event Spaces
|
||||
%nav.mt-6{"aria-label" => "Footer Navigation - Hub Feenix"}
|
||||
|
@ -10,7 +10,10 @@
|
||||
%a.font-medium.tracking-wide.text-gray-700.hover:text-black{"aria-label" => "Our product", :href => link, :title => text}= text
|
||||
%li
|
||||
= link_to "https://www.facebook.com/hubfeenix" , :target => "_blank" do
|
||||
= image_tag("fb.webp" , class: "h-10 rounded-md")
|
||||
= image_tag("fb.png" , class: "h-8")
|
||||
%li
|
||||
= link_to "/suomeksi" do
|
||||
= image_tag("finland.png" , alt: "lyhyesti suomeksi" ,class: "h-12 rounded-md")
|
||||
%li
|
||||
- unless member_signed_in?
|
||||
%a.inline-flex.items-center.justify-center.h-12.px-6.font-medium.tracking-wide.text-white.transition.duration-200.rounded-lg.shadow-md.bg-cyan-700.hover:bg-cyan-500.focus:shadow-outline.focus:outline-none{"aria-label" => "Sign up", :href => main_app.member_session_path, :title => "Log in or Sign up"}
|
||||
@ -27,9 +30,13 @@
|
||||
=render "layouts/member_menu"
|
||||
|
||||
.lg:hidden.flex.items-center.justify-between
|
||||
.mr-20
|
||||
= link_to "https://www.facebook.com/hubfeenix" , :target => "_blank" do
|
||||
= image_tag("fb.webp" , class: "h-10 rounded-md")
|
||||
%ul.flex.items-center.justify-between.mr-20
|
||||
%li
|
||||
= link_to "https://www.facebook.com/hubfeenix" , :target => "_blank" do
|
||||
= image_tag("fb.png" , class: "h-8")
|
||||
%li.ml-4
|
||||
= link_to "/suomeksi" do
|
||||
= image_tag("finland.png" , alt: "lyhyesti suomeksi" ,class: "h-12 rounded-md")
|
||||
%button.p-2.-mr-1.transition.duration-200.rounded.focus:outline-none.focus:shadow-outline.hover:bg-deep-purple-50.focus:bg-deep-purple-50{"aria-label" => "Open Menu", :title => "Open Menu" , onclick: "menu_on();"}
|
||||
%svg.w-5.text-gray-600{:viewbox => "0 0 24 24"}
|
||||
%path{:d => "M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z", :fill => "currentColor"}
|
||||
|
Reference in New Issue
Block a user