renaming is rebranding
This commit is contained in:
parent
4278b55e22
commit
6a94acd01e
@ -56,8 +56,8 @@ module ApplicationHelper
|
|||||||
end
|
end
|
||||||
|
|
||||||
def main_menu
|
def main_menu
|
||||||
[["/members" , "Volunteers"],["/stories" , "Stories"], ["/pictures" , "Gallery"],
|
[["/members" , "Resisent Artists"],["/stories" , "Stories"], ["/pictures" , "Gallery"],
|
||||||
["/volunteering" , "Volunteering"] ]
|
["/residency" , "Residency"] ]
|
||||||
end
|
end
|
||||||
def member_memu
|
def member_memu
|
||||||
items =[["/forum" ,"Forum"] , [main_app.member_path(current_member) , "Settings"]]
|
items =[["/forum" ,"Forum"] , [main_app.member_path(current_member) , "Settings"]]
|
||||||
|
@ -29,11 +29,11 @@
|
|||||||
In Winter
|
In Winter
|
||||||
|
|
||||||
.col-span-2.sm:col-span-1
|
.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"}
|
%nav.mt-6{"aria-label" => "Footer Navigation - Hub Feenix"}
|
||||||
%ul.space-y-4.text-sm
|
%ul.space-y-4.text-sm
|
||||||
%li
|
%li
|
||||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/volunteering"}
|
%a.text-gray-700.transition.hover:opacity-75{:href => "/residency"}
|
||||||
About Volunteeing
|
About Volunteeing
|
||||||
%li
|
%li
|
||||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/arriving"}
|
%a.text-gray-700.transition.hover:opacity-75{:href => "/arriving"}
|
||||||
@ -47,7 +47,7 @@
|
|||||||
%ul.space-y-4.text-sm
|
%ul.space-y-4.text-sm
|
||||||
%li
|
%li
|
||||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/members"}
|
%a.text-gray-700.transition.hover:opacity-75{:href => "/members"}
|
||||||
Volunteers
|
Resisent Artists
|
||||||
%li
|
%li
|
||||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/stories"}
|
%a.text-gray-700.transition.hover:opacity-75{:href => "/stories"}
|
||||||
Stories
|
Stories
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.relative.flex.items-center.justify-between
|
.relative.flex.items-center.justify-between
|
||||||
%a.inline-flex.items-center{"aria-label" => "Hub Feenix", :href => "/", :title => "Hub Feenix"}
|
%a.inline-flex.items-center{"aria-label" => "Hub Feenix", :href => "/", :title => "Hub Feenix"}
|
||||||
= image_tag("feenix_lintu.webp" , class: "h-20")
|
= 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
|
%ul.flex.items-center.hidden.space-x-8.lg:flex
|
||||||
- main_menu.each do |link , text|
|
- main_menu.each do |link , text|
|
||||||
%li
|
%li
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%html
|
%html
|
||||||
%head
|
%head
|
||||||
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
%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"}/
|
%meta{:content => "width=device-width,initial-scale=1", :name => "viewport"}/
|
||||||
// https://www.favicon-generator.org/
|
// https://www.favicon-generator.org/
|
||||||
%link{:href => "/apple-icon-57x57.png", :rel => "apple-touch-icon", :sizes => "57x57"}/
|
%link{:href => "/apple-icon-57x57.png", :rel => "apple-touch-icon", :sizes => "57x57"}/
|
||||||
|
@ -18,13 +18,13 @@ require "rails/test_unit/railtie"
|
|||||||
# you've limited to :test, :development, or :production.
|
# you've limited to :test, :development, or :production.
|
||||||
Bundler.require(*Rails.groups)
|
Bundler.require(*Rails.groups)
|
||||||
|
|
||||||
module Volunteers
|
module Resisent Artists
|
||||||
class Application < Rails::Application
|
class Application < Rails::Application
|
||||||
# Initialize configuration defaults for originally generated Rails version.
|
# Initialize configuration defaults for originally generated Rails version.
|
||||||
config.load_defaults 7.0
|
config.load_defaults 7.0
|
||||||
|
|
||||||
config.hosts << "green-machine.local" #our "staging"
|
config.hosts << "green-machine.local" #our "staging"
|
||||||
config.hosts << "volunteers.hubfeenix.fi" #production
|
config.hosts << "residency.hubfeenix.fi" #production
|
||||||
|
|
||||||
config.active_job.queue_adapter = :sucker_punch
|
config.active_job.queue_adapter = :sucker_punch
|
||||||
|
|
||||||
|
@ -5,16 +5,16 @@ default: &default
|
|||||||
|
|
||||||
development:
|
development:
|
||||||
<<: *default
|
<<: *default
|
||||||
database: volunteers_development
|
database: residency_development
|
||||||
|
|
||||||
# Warning: The database defined as "test" will be erased and
|
# Warning: The database defined as "test" will be erased and
|
||||||
# re-generated from your development database when you run "rake".
|
# re-generated from your development database when you run "rake".
|
||||||
# Do not set this db to the same as development or production.
|
# Do not set this db to the same as development or production.
|
||||||
test:
|
test:
|
||||||
<<: *default
|
<<: *default
|
||||||
database: volunteers_test
|
database: residency_test
|
||||||
|
|
||||||
#
|
#
|
||||||
production:
|
production:
|
||||||
<<: *default
|
<<: *default
|
||||||
database: volunteers_production
|
database: residency_production
|
||||||
|
@ -8,11 +8,11 @@ require 'mina/rbenv' # for rbenv support. (https://rbenv.org)
|
|||||||
# repository - Git repo to clone from. (needed by mina/git)
|
# repository - Git repo to clone from. (needed by mina/git)
|
||||||
# branch - Branch name to deploy. (needed by mina/git)
|
# branch - Branch name to deploy. (needed by mina/git)
|
||||||
|
|
||||||
set :application_name, 'volunteers'
|
set :application_name, 'residency'
|
||||||
#set :domain, 'www.rubydesign.fi'
|
#set :domain, 'www.rubydesign.fi'
|
||||||
set :domain, '192.168.129.10'
|
set :domain, '192.168.129.10'
|
||||||
set :deploy_to, '/home/feenix/volunteers'
|
set :deploy_to, '/home/feenix/residency'
|
||||||
set :repository, "https://github.com/HubFeenixMakers/volunteers.git"
|
set :repository, "https://github.com/HubFeenixMakers/residency.git"
|
||||||
set :branch, 'main'
|
set :branch, 'main'
|
||||||
|
|
||||||
# Optional settings:
|
# Optional settings:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
- :section_id: 52
|
- :section_id: 52
|
||||||
:index: 1
|
:index: 1
|
||||||
:header: Transportation
|
:header: Transportation
|
||||||
:text: "- **Car** - The Hub provides a volunteer car at cost price (0,20€/ km.)
|
:text: "- **Car** - The Hub provides a car at cost price (0,20€/ km.)
|
||||||
Little driving test required before borrowing it first time. \r\n- **Bus** -
|
Little driving test required before borrowing it first time. \r\n- **Bus** -
|
||||||
There’s a bus stop right in front of the house. On the weekdays, busses go to
|
There’s a bus stop right in front of the house. On the weekdays, busses go to
|
||||||
Karjaa (7 km -grocery stores, post office, train station etc.) and to Helsinki.
|
Karjaa (7 km -grocery stores, post office, train station etc.) and to Helsinki.
|
||||||
@ -350,7 +350,7 @@
|
|||||||
- :section_id: 53
|
- :section_id: 53
|
||||||
:index: 1
|
:index: 1
|
||||||
:header: Kitchen + living room
|
:header: Kitchen + living room
|
||||||
:text: "Volunteers have a dedicated corridor for themselves, where you share a kitchen
|
:text: "Resisent Artists have a dedicated corridor for themselves, where you share a kitchen
|
||||||
and living room space.\r\n\r\nMeals are often taken together, mostly depending
|
and living room space.\r\n\r\nMeals are often taken together, mostly depending
|
||||||
on how many cooks are available."
|
on how many cooks are available."
|
||||||
:options:
|
:options:
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
:id: 10
|
:id: 10
|
||||||
:options: {}
|
:options: {}
|
||||||
:redirects: local_area
|
:redirects: local_area
|
||||||
- :name: volunteering
|
- :name: residency
|
||||||
:updated_at: 2023-01-25 03:26:10.291551136 +02:00
|
:updated_at: 2023-01-25 03:26:10.291551136 +02:00
|
||||||
:type: page
|
:type: page
|
||||||
:updated_by: torsten@villataika.fi
|
:updated_by: torsten@villataika.fi
|
||||||
|
@ -160,7 +160,7 @@
|
|||||||
text_align: left
|
text_align: left
|
||||||
columns: '2'
|
columns: '2'
|
||||||
:header: Living
|
:header: Living
|
||||||
:text: "Volunteers live in their own shared community. There is usually between
|
:text: "Resisent Artists live in their own shared community. There is usually between
|
||||||
6-12, rarely less or more.\r\nWhile you get to know many people this way, communal
|
6-12, rarely less or more.\r\nWhile you get to know many people this way, communal
|
||||||
also requires everyone to participate (socially, cleaning etc)"
|
also requires everyone to participate (socially, cleaning etc)"
|
||||||
:image_id: 0
|
:image_id: 0
|
||||||
@ -194,7 +194,7 @@
|
|||||||
color: none
|
color: none
|
||||||
text_align: center
|
text_align: center
|
||||||
text_color: none
|
text_color: none
|
||||||
:header: Volunteering at Hub Feenix
|
:header: Residency at Hub Feenix
|
||||||
:text: "Hub Feenix is a non-profit organisation hoping to bring all kinds of people
|
:text: "Hub Feenix is a non-profit organisation hoping to bring all kinds of people
|
||||||
together.\r\nWe welcome also travellers on a budget that prefer to work rather
|
together.\r\nWe welcome also travellers on a budget that prefer to work rather
|
||||||
than pay money.\r\n\r\nMostly this happends through the [workaway site](https://www.workaway.info/en/host/735959816971),
|
than pay money.\r\n\r\nMostly this happends through the [workaway site](https://www.workaway.info/en/host/735959816971),
|
||||||
@ -326,7 +326,7 @@
|
|||||||
longer treks around the Hub.\r\n\r\n**Mushroom and berry picking** -popular Finnish
|
longer treks around the Hub.\r\n\r\n**Mushroom and berry picking** -popular Finnish
|
||||||
hobby in the late summer and autumn! Great way to spend time in the forrest and
|
hobby in the late summer and autumn! Great way to spend time in the forrest and
|
||||||
possibly find some healthy ingredients for cooking.\r\n\r\n**Sharing your skills
|
possibly find some healthy ingredients for cooking.\r\n\r\n**Sharing your skills
|
||||||
with others** - it's fun to have little workshops together with other volunteers,
|
with others** - it's fun to have little workshops together with other residency,
|
||||||
if you have any hobby or skill you would like to share with others. We've already
|
if you have any hobby or skill you would like to share with others. We've already
|
||||||
had for example Japanese tea seremony, photographing, French bread baking, Jiujitsu,
|
had for example Japanese tea seremony, photographing, French bread baking, Jiujitsu,
|
||||||
Yoga and so on..."
|
Yoga and so on..."
|
||||||
@ -454,7 +454,7 @@
|
|||||||
subheader: ''
|
subheader: ''
|
||||||
text_color: none
|
text_color: none
|
||||||
text_align: left
|
text_align: left
|
||||||
:header: Join the Hub as volunteer
|
:header: Join the Hub as resident artist
|
||||||
:text: "If you want to apply, the best way is through workway.\r\n\r\nIn any case,
|
:text: "If you want to apply, the best way is through workway.\r\n\r\nIn any case,
|
||||||
a successful application usually contains the following:\r\n- your reason to join
|
a successful application usually contains the following:\r\n- your reason to join
|
||||||
the Hub\r\n- details about you\r\n- the work you could contribute\r\n- your timing
|
the Hub\r\n- details about you\r\n- the work you could contribute\r\n- your timing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user