remove the hub
This commit is contained in:
parent
df8013bd7d
commit
9de8bddcf5
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "merged"]
|
||||
path = merged
|
||||
url = git@github.com:HubFeenixMakers/merged.git
|
4
Gemfile
4
Gemfile
@ -22,8 +22,8 @@ gem 'thredded', '~> 1.0'
|
||||
gem "simple_form" , "5.1.0"
|
||||
gem "simple_form_tailwind_css"
|
||||
|
||||
#gem "merged" , git: "https://github.com/HubFeenixMakers/merged"
|
||||
gem "merged" , path: "../merged"
|
||||
gem "merged" , git: "https://github.com/HubFeenixMakers/merged"
|
||||
#gem "merged" , path: "../merged"
|
||||
|
||||
gem "passenger" , require: "phusion_passenger/rack_handler"
|
||||
|
||||
|
21
Gemfile.lock
21
Gemfile.lock
@ -1,14 +1,6 @@
|
||||
GIT
|
||||
remote: https://github.com/ruby2js/ruby2js/
|
||||
revision: f204f4e8f14cde6e4d4c6aafc55251a8d488a78d
|
||||
branch: haml_fix
|
||||
specs:
|
||||
ruby2js (5.0.1)
|
||||
parser
|
||||
regexp_parser (~> 2.1.1)
|
||||
|
||||
PATH
|
||||
remote: ../merged
|
||||
remote: https://github.com/HubFeenixMakers/merged
|
||||
revision: a8f5229935e22f5aa8092647ec8c610477bdaa98
|
||||
specs:
|
||||
merged (0.1.0)
|
||||
active_hash
|
||||
@ -19,6 +11,15 @@ PATH
|
||||
redcarpet
|
||||
ruby2js (~> 5.0, >= 5.0.1)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/ruby2js/ruby2js/
|
||||
revision: f204f4e8f14cde6e4d4c6aafc55251a8d488a78d
|
||||
branch: haml_fix
|
||||
specs:
|
||||
ruby2js (5.0.1)
|
||||
parser
|
||||
regexp_parser (~> 2.1.1)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
@ -3,45 +3,29 @@
|
||||
.lg:flex.lg:items-start.lg:gap-8
|
||||
%a.inline-flex.items-center{"aria-label" => "Hub Feenix", :href => "/", :title => "Hub Feenix"}
|
||||
= image_tag("feenix_lintu" , class: "h-20")
|
||||
.grid.grid-cols-2.gap-8.mt-8.lg:mt-0.lg:grid-cols-5.lg:gap-y-16
|
||||
.col-span-2
|
||||
%div
|
||||
%h2.text-2xl.font-bold.text-gray-900
|
||||
Get the latest news!
|
||||
%p.mt-4.text-gray-500
|
||||
Stay up to date without being spammed. Just big events and major news
|
||||
.col-span-2.lg:col-span-3.lg:flex.lg:items-end
|
||||
%form.w-full
|
||||
%label.sr-only{:for => "UserEmail"} Email
|
||||
.p-2.border.border-gray-100.focus-within:ring.sm:flex.sm:items-center.sm:gap-4
|
||||
%input#UserEmail.w-full.border-none.focus:border-transparent.focus:ring-transparent.sm:text-sm{:placeholder => "jaakko@iki.fi", :type => "email"}/
|
||||
%button.w-full.px-6.py-3.mt-1.text-sm.font-bold.tracking-wide.text-white.uppercase.transition-none.bg-teal-500.hover:bg-teal-600.sm:mt-0.sm:w-auto.sm:flex-shrink-0
|
||||
Sign Up
|
||||
.w-full.grid.grid-cols-2.gap-8.mt-8.lg:mt-0.lg:grid-cols-5.lg:gap-y-16
|
||||
.col-span-2.sm:col-span-1
|
||||
%p.font-medium.text-gray-900 Main
|
||||
%p.font-medium.text-gray-900 Stories
|
||||
%nav.mt-6{"aria-label" => "Footer Navigation - Services"}
|
||||
%ul.space-y-4.text-sm
|
||||
-[:restreats , :studios , :makerspace , :coworking].each do |main|
|
||||
-[:stories].each do |main|
|
||||
%li
|
||||
%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
|
||||
%p.font-medium.text-gray-900 Info
|
||||
%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 => "/about"}
|
||||
About
|
||||
.col-span-2.sm:col-span-1
|
||||
%p.font-medium.text-gray-900 Event Spaces
|
||||
%p.font-medium.text-gray-900 People
|
||||
%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 => "/retreats"}
|
||||
Retreats
|
||||
%li
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/coworking"}
|
||||
Coworking
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/members"}
|
||||
People
|
||||
.col-span-2.sm:col-span-1
|
||||
%p.font-medium.text-gray-900 News
|
||||
%nav.mt-6{"aria-label" => "Footer Navigation - Downloads"}
|
||||
|
@ -4,7 +4,7 @@
|
||||
= image_tag("feenix_lintu" , class: "h-20")
|
||||
%span.ml-2.text-xl.font-bold.tracking-wide.text-gray-800.uppercase Hub Feenix
|
||||
%ul.flex.items-center.hidden.space-x-8.lg:flex
|
||||
- [:retreats , :studios , :makerspace , :coworking, :about].each do |link|
|
||||
- [:volunteers , :stories , :info , :arriving, :about].each do |link|
|
||||
%li
|
||||
%a.font-medium.tracking-wide.text-gray-700.transition-colors.duration-400.hover:text-cyan-800{"aria-label" => "Our product", :href => "/#{link}", :title => link.capitalize}= link.capitalize
|
||||
%li
|
||||
|
@ -11,7 +11,7 @@
|
||||
%path{:d => "M19.7,4.3c-0.4-0.4-1-0.4-1.4,0L12,10.6L5.7,4.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l6.3,6.3l-6.3,6.3 c-0.4,0.4-0.4,1,0,1.4C4.5,19.9,4.7,20,5,20s0.5-0.1,0.7-0.3l6.3-6.3l6.3,6.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L13.4,12l6.3-6.3C20.1,5.3,20.1,4.7,19.7,4.3z", :fill => "currentColor"}
|
||||
%nav
|
||||
%ul.space-y-6.px-20
|
||||
- [:retreats , :studios , :makerspace , :coworking, :about].each do |link|
|
||||
- [:volunteers , :stories , :info , :arriving, :about].each do |link|
|
||||
%li
|
||||
%a.font-medium.tracking-wide.text-xl{ :href => "/#{link}" , :title => link.capitalize}= link.capitalize
|
||||
:javascript
|
||||
|
@ -2,7 +2,7 @@
|
||||
%html
|
||||
%head
|
||||
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
||||
%title Hubfeenix
|
||||
%title Hubfeenix Volunteers
|
||||
%meta{:content => "width=device-width,initial-scale=1", :name => "viewport"}/
|
||||
= csrf_meta_tags
|
||||
= csp_meta_tag
|
||||
|
@ -5,16 +5,16 @@ default: &default
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
database: hubfeenix_development
|
||||
database: volunteers_development
|
||||
|
||||
# Warning: The database defined as "test" will be erased and
|
||||
# re-generated from your development database when you run "rake".
|
||||
# Do not set this db to the same as development or production.
|
||||
test:
|
||||
<<: *default
|
||||
database: hubfeenix_test
|
||||
database: volunteers_test
|
||||
|
||||
#
|
||||
production:
|
||||
<<: *default
|
||||
database: hubfeenix_production
|
||||
database: volunteers_production
|
||||
|
558
merged/cards.yml
558
merged/cards.yml
@ -1,557 +1 @@
|
||||
---
|
||||
- :id: 1
|
||||
:header: Name
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'yes'
|
||||
form_type: text
|
||||
:updated_at: &1 2022-12-09 17:56:51.141334688 +02:00
|
||||
:section_id: 9
|
||||
:index: 1
|
||||
:image_id:
|
||||
- :id: 2
|
||||
:header: Email
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'yes'
|
||||
form_type: email
|
||||
:updated_at: *1
|
||||
:section_id: 9
|
||||
:index: 2
|
||||
:image_id:
|
||||
- :id: 3
|
||||
:header: Phone
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'yes'
|
||||
form_type: phone
|
||||
:updated_at: *1
|
||||
:section_id: 9
|
||||
:index: 3
|
||||
:image_id:
|
||||
- :id: 4
|
||||
:header: Interest
|
||||
:text: ''
|
||||
:updated_at: *1
|
||||
:section_id: 9
|
||||
:index: 4
|
||||
:image_id:
|
||||
:options: {}
|
||||
- :id: 5
|
||||
:header: Message
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'no'
|
||||
form_type: message
|
||||
:updated_at: *1
|
||||
:section_id: 9
|
||||
:index: 5
|
||||
:image_id:
|
||||
- :header: Standard
|
||||
:text: This is the standard two patient room. They are mostly towards the south,
|
||||
so may have great, or too much light, depending on how you see it. The size is
|
||||
about 3x5, cost 120e.
|
||||
:image_name: standard
|
||||
:id: 6
|
||||
:options:
|
||||
background: solid_blue
|
||||
color: white
|
||||
text_align: center
|
||||
:updated_at: &2 2022-12-09 17:50:02.733622073 +02:00
|
||||
:section_id: 11
|
||||
:index: 1
|
||||
:image_id: 36
|
||||
- :header: Large
|
||||
:text: The old four patient rooms are basically twice the size as the small. They
|
||||
are large enough to be shared. The size is about 30m2 and the cost 240e. Like
|
||||
the small rooms these are south facing, very light.
|
||||
:image_name: large
|
||||
:id: 7
|
||||
:options:
|
||||
background: solid_blue
|
||||
color: white
|
||||
text_align: right
|
||||
:updated_at: *2
|
||||
:section_id: 11
|
||||
:index: 2
|
||||
:image_id: 18
|
||||
- :id: 8
|
||||
:header: Non standard
|
||||
:text: There are smaller, rooms, and some connected rooms. If your needs are small,
|
||||
of you rather have 2 small rooms than one, talk to us. These are mostly old admin
|
||||
rooms facing north, starting at 100e.
|
||||
:image_name: non_standard_room
|
||||
:options:
|
||||
background: solid_blue
|
||||
color: white
|
||||
text_align: left
|
||||
:updated_at: *2
|
||||
:section_id: 11
|
||||
:index: 3
|
||||
:image_id: 26
|
||||
- :id: 9
|
||||
:header: Wet spaces
|
||||
:text: If your work requires you to get dirty, we have different size wet rooms.
|
||||
Here we are talking about spaces with floor drains that are tiled all around.
|
||||
There are about 2-3 per floor, in different sizes, from 12 to 25m2.
|
||||
:options:
|
||||
background: solid_blue
|
||||
color: white
|
||||
text_align: left
|
||||
:image_name: wet_space_room
|
||||
:updated_at: *2
|
||||
:section_id: 11
|
||||
:index: 4
|
||||
:image_id: 41
|
||||
- :id: 10
|
||||
:header: Common spaces
|
||||
:text: Each floor has it's own large common space. Also, Hub Feenix offers great
|
||||
public spaces, terraces, a cafe, co-working and maker spaces.
|
||||
:image_name: common_spaces
|
||||
:options:
|
||||
background: solid_red
|
||||
text_align: center
|
||||
:updated_at: *2
|
||||
:section_id: 12
|
||||
:index: 1
|
||||
:image_id: 5
|
||||
- :id: 11
|
||||
:header: En suite and fold out
|
||||
:text: "Some rooms have attached (or shared) bathrooms. Also, you have the option
|
||||
of a fold-out bed to stay overnight.\r\nIt's like a home away from home."
|
||||
:image_name: en_suite_studio
|
||||
:options:
|
||||
background: solid_blue
|
||||
text_align: center
|
||||
:updated_at: *2
|
||||
:section_id: 12
|
||||
:index: 2
|
||||
:image_id: 13
|
||||
- :id: 12
|
||||
:header: Shared kitchen, own sink
|
||||
:text: Each floor has it's own common kitchen. This is especially useful if you
|
||||
take the option of a fold out bed to stay overnight. And almost all spaces have
|
||||
a sink in the room, so you can clean things or make a tea in peace.
|
||||
:options:
|
||||
background: solid_indigo
|
||||
text_align: center
|
||||
:image_name: studio_kitchen
|
||||
:updated_at: *2
|
||||
:section_id: 12
|
||||
:index: 3
|
||||
:image_id: 37
|
||||
- :id: 13
|
||||
:header: Name
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'yes'
|
||||
form_type: text
|
||||
:updated_at: *2
|
||||
:section_id: 13
|
||||
:index: 1
|
||||
:image_id:
|
||||
- :id: 14
|
||||
:header: Email
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'yes'
|
||||
form_type: email
|
||||
:updated_at: *2
|
||||
:section_id: 13
|
||||
:index: 2
|
||||
:image_id:
|
||||
- :id: 15
|
||||
:header: Phone
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'no'
|
||||
form_type: phone
|
||||
:updated_at: *2
|
||||
:section_id: 13
|
||||
:index: 3
|
||||
:image_id:
|
||||
- :id: 16
|
||||
:header: Space requirements
|
||||
:text: ''
|
||||
:updated_at: *2
|
||||
:section_id: 13
|
||||
:index: 4
|
||||
:image_id:
|
||||
:options: {}
|
||||
- :id: 17
|
||||
:header: Message
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'no'
|
||||
form_type: message
|
||||
:updated_at: *2
|
||||
:section_id: 13
|
||||
:index: 5
|
||||
:image_id:
|
||||
- :id: 18
|
||||
:header: The Hall
|
||||
:text: Our beautiful hall, one of the largest in the area, is 8 x 20m and can accommodate
|
||||
50 yogi, 80 dancers, or 120 listeners. We have a professional audio system for
|
||||
dancing and of course chairs for meetings.
|
||||
:options:
|
||||
background: none
|
||||
text_align: center
|
||||
subheader: 40 - 120
|
||||
color: none
|
||||
:image_name: the_hall
|
||||
:updated_at: &3 2022-12-09 17:32:41.538163009 +02:00
|
||||
:section_id: 15
|
||||
:index: 1
|
||||
:image_id: 40
|
||||
- :id: 19
|
||||
:header: Mandala room
|
||||
:text: The Mandala room, in the fifth floor, is a slightly asymmetrical 100m2. With
|
||||
it's great views and light atmosphere it is especially suited for yoga (30) and
|
||||
mediation (60). It also has a private eating area and staircase.
|
||||
:options:
|
||||
background: none
|
||||
text_align: center
|
||||
subheader: 30 - 60
|
||||
color: none
|
||||
:image_name: mandala_room
|
||||
:updated_at: *3
|
||||
:section_id: 15
|
||||
:index: 2
|
||||
:image_id: 22
|
||||
- :id: 20
|
||||
:header: Sky Conference
|
||||
:text: "Also in the fifth floor with great views is the sky conference room. It
|
||||
sits 35 people as shown and up to 80 in a theatre arrangement.\r\n\r\nThere is
|
||||
a smaller semi attached break room and two more break-out rooms next to it.\r\n\r\nGreat
|
||||
for meetings of any sort."
|
||||
:image_name: sky_conference
|
||||
:options:
|
||||
background: light_orange
|
||||
text_align: center
|
||||
color: none
|
||||
subheader: 35 - 80
|
||||
:updated_at: *3
|
||||
:section_id: 15
|
||||
:index: 3
|
||||
:image_id: 34
|
||||
- :id: 21
|
||||
:header: Lootus room
|
||||
:text: "Downstairs, next to the café, the spacious lotus room is especially good
|
||||
for day events. 20 Yogi or dancers fit easily into the 70m2 and for group work
|
||||
30 is still good.\r\n\r\nCan be rented on hourly basis."
|
||||
:image_name: lotus_room
|
||||
:options:
|
||||
background: light_orange
|
||||
text_align: center
|
||||
color: none
|
||||
subheader: 15 - 30
|
||||
:updated_at: *3
|
||||
:section_id: 15
|
||||
:index: 4
|
||||
:image_id: 20
|
||||
- :id: 22
|
||||
:header: Earth room
|
||||
:text: "On the ground floor (with a clay plastered wall)\r\n\r\nthe earth room is
|
||||
great for groups wanting privacy. It's 50m2, with accommodation on the same floor,
|
||||
sits up to 25 people either with or without tables."
|
||||
:image_name: earth_room
|
||||
:options:
|
||||
background: none
|
||||
text_align: center
|
||||
color: none
|
||||
subheader: 10 - 25
|
||||
:updated_at: *3
|
||||
:section_id: 15
|
||||
:index: 5
|
||||
:image_id: 11
|
||||
- :id: 23
|
||||
:header: The Loft
|
||||
:text: "For smaller groups, we have many 40 m2 rooms, depending on the needs. Dancing,
|
||||
yoga, theatre practise, group work.\r\nThe room shown is especially cosy (a roof
|
||||
extension), and accommodates about 12 yogi or 15 sitting. Also available per hour."
|
||||
:image_name: loft_room
|
||||
:options:
|
||||
background: light_grey
|
||||
text_align: center
|
||||
color: none
|
||||
subheader: 8-15
|
||||
:updated_at: *3
|
||||
:section_id: 15
|
||||
:index: 6
|
||||
:image_id: 19
|
||||
- :id: 24
|
||||
:header: Name
|
||||
:text: ''
|
||||
:updated_at: *3
|
||||
:section_id: 24
|
||||
:index: 1
|
||||
:image_id:
|
||||
:options: {}
|
||||
- :id: 25
|
||||
:header: Email
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'yes'
|
||||
form_type: email
|
||||
:updated_at: *3
|
||||
:section_id: 24
|
||||
:index: 2
|
||||
:image_id:
|
||||
- :id: 26
|
||||
:header: Phone
|
||||
:text: ''
|
||||
:updated_at: *3
|
||||
:section_id: 24
|
||||
:index: 3
|
||||
:image_id:
|
||||
:options: {}
|
||||
- :id: 27
|
||||
:header: Event Type
|
||||
:text: ''
|
||||
:updated_at: *3
|
||||
:section_id: 24
|
||||
:index: 4
|
||||
:image_id:
|
||||
:options: {}
|
||||
- :id: 28
|
||||
:header: Number of participants
|
||||
:text: ''
|
||||
:updated_at: *3
|
||||
:section_id: 24
|
||||
:index: 5
|
||||
:image_id:
|
||||
:options: {}
|
||||
- :id: 29
|
||||
:header: Date
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'yes'
|
||||
form_type: date
|
||||
:updated_at: *3
|
||||
:section_id: 24
|
||||
:index: 6
|
||||
:image_id:
|
||||
- :id: 30
|
||||
:header: Message
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'no'
|
||||
form_type: message
|
||||
:updated_at: *3
|
||||
:section_id: 24
|
||||
:index: 7
|
||||
:image_id:
|
||||
- :id: 31
|
||||
:header: Floating desk
|
||||
:text: "Come anytime and work on any of the available desk. We have 30 places in
|
||||
two rooms, with mixed normal desks, high desks, standing places and bean bags.\r\nAlso
|
||||
possible per day, 10e."
|
||||
:options:
|
||||
background: solid_blue
|
||||
color: white
|
||||
order: left
|
||||
text_align: center
|
||||
subheader: 120 / month
|
||||
:image_name: floating_office_small
|
||||
:updated_at: &4 2022-12-09 18:00:01.444815664 +02:00
|
||||
:section_id: 26
|
||||
:index: 1
|
||||
:image_id: 15
|
||||
- :id: 32
|
||||
:header: Single office
|
||||
:text: If you need the quiet, or require safe shelf space, rent your own private
|
||||
office. We provide desk, chair, shelves and wifi
|
||||
:options:
|
||||
background: solid_blue
|
||||
color: white
|
||||
order: right
|
||||
text_align: center
|
||||
subheader: 200 / month
|
||||
:image_name: single_office_small
|
||||
:updated_at: *4
|
||||
:section_id: 26
|
||||
:index: 2
|
||||
:image_id: 33
|
||||
- :id: 33
|
||||
:header: Double office
|
||||
:text: "Double offices are slightly larger than the singles, but also come furnished
|
||||
to your needs.\r\n"
|
||||
:options:
|
||||
background: solid_blue
|
||||
color: white
|
||||
order: left
|
||||
text_align: center
|
||||
subheader: 350 / month
|
||||
:image_name: double_office_small
|
||||
:updated_at: *4
|
||||
:section_id: 26
|
||||
:index: 3
|
||||
:image_id: 10
|
||||
- :id: 34
|
||||
:header: Name
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'yes'
|
||||
form_type: text
|
||||
:updated_at: *4
|
||||
:section_id: 27
|
||||
:index: 1
|
||||
:image_id:
|
||||
- :id: 35
|
||||
:header: Email
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'yes'
|
||||
form_type: email
|
||||
:updated_at: *4
|
||||
:section_id: 27
|
||||
:index: 2
|
||||
:image_id:
|
||||
- :id: 36
|
||||
:header: Phone
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'no'
|
||||
form_type: phone
|
||||
:updated_at: *4
|
||||
:section_id: 27
|
||||
:index: 3
|
||||
:image_id:
|
||||
- :id: 37
|
||||
:header: Space
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'yes'
|
||||
form_type: text
|
||||
:updated_at: *4
|
||||
:section_id: 27
|
||||
:index: 4
|
||||
:image_id:
|
||||
- :id: 38
|
||||
:header: Message
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'no'
|
||||
form_type: message
|
||||
:updated_at: *4
|
||||
:section_id: 27
|
||||
:index: 5
|
||||
:image_id:
|
||||
- :id: 39
|
||||
:header: Cafe
|
||||
:text: Our cafe serves vegan and vegetarian light food and great tea and coffee.
|
||||
:image_name: service_cafe
|
||||
:options:
|
||||
background: light_gray
|
||||
color: solid_blue
|
||||
text_align: center
|
||||
subheader: ''
|
||||
:updated_at: &5 2022-12-10 20:28:17.967357225 +02:00
|
||||
:section_id: 39
|
||||
:index: 1
|
||||
:image_id: 30
|
||||
- :id: 40
|
||||
:header: Treatments
|
||||
:text: In our healery you can get professional help from osteopathy, shiatsu, acupuncture
|
||||
and more.
|
||||
:image_name: service_treatments
|
||||
:options:
|
||||
background: light_gray
|
||||
color: solid_blue
|
||||
text_align: center
|
||||
subheader: ''
|
||||
:updated_at: *5
|
||||
:section_id: 39
|
||||
:index: 2
|
||||
:image_id: 31
|
||||
- :id: 41
|
||||
:header: Boutique and Gallery
|
||||
:text: In our Boutique, you can find organic cosmetics, buy our great hub feenix
|
||||
teas to take home and find inspirational art from our artists.
|
||||
:image_name: service_boutique
|
||||
:options:
|
||||
background: light_gray
|
||||
color: solid_blue
|
||||
text_align: center
|
||||
subheader: ''
|
||||
:updated_at: *5
|
||||
:section_id: 39
|
||||
:index: 3
|
||||
:image_id: 29
|
||||
- :id: 42
|
||||
:header: Name
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'yes'
|
||||
form_type: text
|
||||
:updated_at: *5
|
||||
:section_id: 40
|
||||
:index: 1
|
||||
:image_id:
|
||||
- :id: 43
|
||||
:header: Email
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'yes'
|
||||
form_type: text
|
||||
:updated_at: *5
|
||||
:section_id: 40
|
||||
:index: 2
|
||||
:image_id:
|
||||
- :id: 44
|
||||
:header: Phone
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'no'
|
||||
form_type: text
|
||||
:updated_at: *5
|
||||
:section_id: 40
|
||||
:index: 3
|
||||
:image_id:
|
||||
- :id: 45
|
||||
:header: Subject
|
||||
:text: TEXT
|
||||
:options:
|
||||
compulsory: 'yes'
|
||||
form_type: text
|
||||
:updated_at: *5
|
||||
:section_id: 40
|
||||
:index: 4
|
||||
:image_id:
|
||||
- :id: 46
|
||||
:header: Message
|
||||
:text: ''
|
||||
:options:
|
||||
compulsory: 'yes'
|
||||
form_type: message
|
||||
:updated_at: *5
|
||||
:section_id: 40
|
||||
:index: 5
|
||||
:image_id:
|
||||
- :section_id: 46
|
||||
:index: 1
|
||||
:header: Cozy coffee area
|
||||
:text: We can serve you snacks with coffee right there. For food we also have a
|
||||
dining area.
|
||||
:options:
|
||||
background: none
|
||||
color: none
|
||||
text_align: center
|
||||
:updated_at: 2023-01-04 20:04:12.550687408 +02:00
|
||||
:updated_by: maijanposteja@gmail.com
|
||||
:id: 47
|
||||
:image_id: 44
|
||||
- :section_id: 46
|
||||
:index: 2
|
||||
:header: Breakout rooms
|
||||
:text: Two smaller breakout rooms make group work easy. We also have more rooms
|
||||
available.
|
||||
:options:
|
||||
background: none
|
||||
color: none
|
||||
text_align: center
|
||||
order: left
|
||||
:updated_at: 2023-01-04 20:03:12.804727029 +02:00
|
||||
:updated_by: maijanposteja@gmail.com
|
||||
:id: 48
|
||||
:image_id: 45
|
||||
--- []
|
||||
|
@ -1,21 +1,4 @@
|
||||
---
|
||||
- :name: makerspace
|
||||
:updated_at: 2022-12-09 17:56:51.141334688 +02:00
|
||||
:id: 1
|
||||
:type: page
|
||||
:options: {}
|
||||
- :name: studios
|
||||
:updated_at: 2022-12-09 17:50:02.733622073 +02:00
|
||||
:id: 2
|
||||
:type: page
|
||||
- :name: retreats
|
||||
:updated_at: 2022-12-09 17:32:41.538163009 +02:00
|
||||
:id: 3
|
||||
:type: page
|
||||
- :name: coworking
|
||||
:updated_at: 2022-12-09 18:00:01.444815664 +02:00
|
||||
:id: 4
|
||||
:type: page
|
||||
- :name: about
|
||||
:updated_at: 2022-12-08 19:11:48.243621696 +02:00
|
||||
:id: 5
|
||||
@ -26,8 +9,3 @@
|
||||
:updated_at: 2022-12-10 20:28:17.967357225 +02:00
|
||||
:id: 6
|
||||
:type: page
|
||||
- :name: skyconference
|
||||
:updated_at: 2023-01-04 18:20:47.734214099 +02:00
|
||||
:type: page
|
||||
:updated_by: maijanposteja@gmail.com
|
||||
:id: 7
|
||||
|
@ -1,501 +1,4 @@
|
||||
---
|
||||
- :template: section_half_image
|
||||
:header: Makerspace
|
||||
:text: "Makerspace\r\n\r\nThe makers movement is transforming consumers into creaters.
|
||||
By sharing otherwise expensive tools, it allows everyone to start exploring and
|
||||
producing through otherwise inaccessible means.\r\nIn Finland this builds on the
|
||||
traditional adult education and expands it into new technologies like electronics
|
||||
and 3d printing.\r\nWe start with traditional tools that we know and have, like
|
||||
woodworking, sowing, and metalworking. And we will expand into electronics and
|
||||
3d technologies as funding starts coming. (See wish-list below if you want to
|
||||
help)"
|
||||
:image_name: makerspace
|
||||
:id: 1
|
||||
:updated_at: 2022-12-23 21:41:12.945710728 +02:00
|
||||
:page_id: 1
|
||||
:index: 1
|
||||
:options:
|
||||
order: left
|
||||
background: white
|
||||
color: none
|
||||
subheader: ''
|
||||
text: ''
|
||||
text_align: center
|
||||
button_link: ''
|
||||
button_text: ''
|
||||
:image_id: 21
|
||||
:updated_by: torsten@villataika.fi
|
||||
- :template: section_full_up
|
||||
:id: 2
|
||||
:header: Different workshops
|
||||
:text: "Some of the machines, but all of the spaces described here exists. Also
|
||||
courses for all the activities will be part of a shared future, and if you have
|
||||
something to contribute (or teach) contact us.\r\nIf you want to use any of the
|
||||
facilities, see below."
|
||||
:options:
|
||||
background: light_gray
|
||||
color: black
|
||||
margin: '0'
|
||||
subheader: Sharing machines and experiences
|
||||
button_link: ''
|
||||
button_text: ''
|
||||
text_align: center
|
||||
item_align: center
|
||||
:updated_at: 2022-12-23 21:41:38.729342222 +02:00
|
||||
:page_id: 1
|
||||
:index: 2
|
||||
:image_id:
|
||||
:updated_by: torsten@villataika.fi
|
||||
- :template: section_large_image
|
||||
:id: 3
|
||||
:header: 3D
|
||||
:text: "We have 2 3d printers, one small, on large, to allow everyone to try to
|
||||
bring their imagination to the physical world.\r\nAdditionally to hard and soft
|
||||
plastics, 3d printers can be used to print aluminium and carbon fibre to produce
|
||||
usable machine parts.\r\nComputers and software for designing are available."
|
||||
:options:
|
||||
subheader: Printing, scanning and planning
|
||||
order: left
|
||||
color: black
|
||||
background: light_gray
|
||||
margin: '0'
|
||||
:image_name: 3dprinter_wide
|
||||
:updated_at: &1 2022-12-09 17:56:51.141334688 +02:00
|
||||
:page_id: 1
|
||||
:index: 3
|
||||
:image_id: 2
|
||||
- :template: section_large_image
|
||||
:id: 4
|
||||
:header: Clothes
|
||||
:text: "The thrid floor makerspace already has some sowing machines and will get
|
||||
more. We are sourcing industrial sawing and embroidering machines so no project
|
||||
is too big (or small). The large rooms is set up for a shared working environment,
|
||||
enabling knowledge to be shared easily.\r\nPrivate lockers make it easy to interrupt
|
||||
and return to your project in your own time."
|
||||
:image_name: sowing_wide
|
||||
:options:
|
||||
subheader: Express your style
|
||||
order: right
|
||||
color: none
|
||||
background: light_gray
|
||||
margin: '0'
|
||||
:updated_at: *1
|
||||
:page_id: 1
|
||||
:index: 4
|
||||
:image_id: 35
|
||||
- :template: section_large_image
|
||||
:id: 5
|
||||
:header: Metal workshop and garage
|
||||
:text: "The building has a garage workshop and we will move our metal workshop there.
|
||||
There is a saw, drills, different welders (gas, stick, mig) and wrenches to allow
|
||||
members to build the robot of their dreams, or fix their car.\r\nSmaller side
|
||||
rooms allow for private and more detailed work, and we are looking to get a lathe,
|
||||
possibly also a cnc machine."
|
||||
:image_name: metal_wide
|
||||
:options:
|
||||
subheader: Useful and practical
|
||||
margin: '0'
|
||||
order: left
|
||||
color: none
|
||||
background: light_gray
|
||||
:updated_at: *1
|
||||
:page_id: 1
|
||||
:index: 5
|
||||
:image_id: 24
|
||||
- :template: section_large_image
|
||||
:id: 6
|
||||
:header: Electronics
|
||||
:text: "This is in the third floor, set up as a basic electronics workshop.\r\nCurrently
|
||||
we only have a soldering iron and a lab power source, but we are hoping to buy
|
||||
oscilloscopes and other measuring equipment that will allow members to do everything
|
||||
from a small LED project to arduino or raspberry pi based robots."
|
||||
:image_name: electronics_wide
|
||||
:options:
|
||||
subheader: Wizz wizz wizz
|
||||
margin: '0'
|
||||
order: right
|
||||
color: none
|
||||
background: light_gray
|
||||
:updated_at: *1
|
||||
:page_id: 1
|
||||
:index: 6
|
||||
:image_id: 12
|
||||
- :template: section_large_image
|
||||
:id: 7
|
||||
:header: Clay
|
||||
:text: Hub Feenix is looking to buy a clay oven, and set aside one or two wet spaces
|
||||
for clay work. Both free form sculpturing and table turning facilities will be
|
||||
available for hobbyists to try their hand at clay.
|
||||
:image_name: clay_wide
|
||||
:options:
|
||||
subheader: Sculptured or turned
|
||||
margin: '0'
|
||||
order: left
|
||||
color: none
|
||||
background: light_gray
|
||||
:updated_at: *1
|
||||
:page_id: 1
|
||||
:index: 7
|
||||
:image_id: 4
|
||||
- :template: section_large_image
|
||||
:id: 8
|
||||
:header: Woodworking
|
||||
:text: "We have a full woodworking workshop, we just need to move the machines to
|
||||
Hub Feenix.\r\n\r\nWe will make this available to trained members on an hourly
|
||||
basis much like nikkariverstas in Espoo.\r\n\r\nThe workshop will have all large
|
||||
machines (as in the picture) and a separate hand tool for smaller projects."
|
||||
:image_name: woodworking_wide
|
||||
:options:
|
||||
subheader: ''
|
||||
margin: '0'
|
||||
order: right
|
||||
color: none
|
||||
background: light_gray
|
||||
:updated_at: *1
|
||||
:page_id: 1
|
||||
:index: 8
|
||||
:image_id: 42
|
||||
- :template: form_section
|
||||
:id: 9
|
||||
:card_template: form_field
|
||||
:header: Participate
|
||||
:text: "If you want to use any of the facilities or machines listed above, you need
|
||||
to be a member of the coop. This requires a small fee and a certain amount of
|
||||
participation in general tasks.\r\n\r\nAdditionally some machines will require
|
||||
skill to operate, and you need to prove that you are able, possibly participate
|
||||
in training.\r\n\r\nConsumables, like wood, thread, clay, electronic parts, cost
|
||||
but many basic ones are made available at cost price by the coop.\r\n\r\nCurrently
|
||||
many of the facilities are still being built up, but if you want to participate
|
||||
already, or be notified when a certain facility is ready, fill the form below.\r\n\r\nIf
|
||||
you want to stay informed about planned meetings, courses and happening, join
|
||||
the Makers forum here.\r\n"
|
||||
:options:
|
||||
ok_message: ''
|
||||
handler: FormHandler
|
||||
background: light_orange
|
||||
color: solid_black
|
||||
:updated_at: *1
|
||||
:page_id: 1
|
||||
:index: 9
|
||||
:image_id:
|
||||
- :template: section_half_image
|
||||
:id: 10
|
||||
:header: Studios
|
||||
:text: Hub Feenix is a place to create together. A community of artists and makers.
|
||||
Several floors of the building are reserved for artist studios. Some creative
|
||||
activities that require large equipment (presses, ovens) overlap strongly with
|
||||
the Makers idea. Have a look at the rooms available and tell us what you need.
|
||||
:image_name: studios
|
||||
:options:
|
||||
button_link: ''
|
||||
button_text: ''
|
||||
order: left
|
||||
background: white
|
||||
:updated_at: 2022-12-09 17:50:02.733622073 +02:00
|
||||
:page_id: 2
|
||||
:index: 1
|
||||
:image_id: 38
|
||||
- :template: section_cards
|
||||
:header: Sizes and kinds
|
||||
:text: We offer different sizes and different types of studios for artists. There
|
||||
large and small rooms, with more or less light, also rooms with tiles for wet-work.
|
||||
The rooms are in the old hospital wings, so most are old patient rooms, but there
|
||||
are plenty of others too. Prices do not include electricity or vat, but do include
|
||||
the use of common spaces, see below.
|
||||
:image_name:
|
||||
:id: 11
|
||||
:card_template: card_normal_square
|
||||
:options:
|
||||
button_link: ''
|
||||
button_text: ''
|
||||
background: light_blue
|
||||
columns: '2'
|
||||
color: none
|
||||
text_align: center
|
||||
item_align: center
|
||||
:updated_at: 2023-01-01 11:56:46.422704011 +02:00
|
||||
:page_id: 2
|
||||
:index: 2
|
||||
:image_id:
|
||||
:updated_by: torsten@villataika.fi
|
||||
- :template: section_cards
|
||||
:id: 12
|
||||
:card_template: card_normal_square
|
||||
:header: Included
|
||||
:text: The studios offer a unique environment both in terms of fellow beings, and
|
||||
the spaces around.
|
||||
:options:
|
||||
background: white
|
||||
columns: '3'
|
||||
button_link: ''
|
||||
button_text: ''
|
||||
color: none
|
||||
text_align: center
|
||||
item_align: center
|
||||
:updated_at: 2022-12-23 21:31:07.736507521 +02:00
|
||||
:page_id: 2
|
||||
:index: 3
|
||||
:image_id:
|
||||
:updated_by: torsten@villataika.fi
|
||||
- :template: form_section
|
||||
:id: 13
|
||||
:card_template: form_field
|
||||
:options:
|
||||
ok_message: Ok
|
||||
handler: FormHandler
|
||||
background: light_orange
|
||||
color: none
|
||||
:header: The deal
|
||||
:text: "Hub Feenix is not just renting space, we are looking to build a community
|
||||
of active, participating creatives.\r\n\r\nCheck out the MakerSpace facilities
|
||||
as well"
|
||||
:updated_at: 2022-12-23 21:32:02.689315627 +02:00
|
||||
:page_id: 2
|
||||
:index: 4
|
||||
:image_id:
|
||||
:updated_by: torsten@villataika.fi
|
||||
- :template: section_half_image
|
||||
:id: 14
|
||||
:header: Retreats
|
||||
:text: "Hub Feenix is a beautiful place, ideally situated in the country, but close
|
||||
to Helsinki. We have different sized studios and spaces, to organise retreats
|
||||
for groups from 10, up to 100 people.\r\n"
|
||||
:options:
|
||||
button_link: ''
|
||||
button_text: ''
|
||||
order: left
|
||||
background: white
|
||||
subheader: Come to learn, enjoy your stay
|
||||
text: " Different levels of accommodation and our cafe and great vegan food make
|
||||
your stay enjoyable also outside the course program."
|
||||
text_align: center
|
||||
color: solid_blue
|
||||
:image_name: retreats
|
||||
:updated_at: &2 2022-12-09 17:32:41.538163009 +02:00
|
||||
:page_id: 3
|
||||
:index: 1
|
||||
:image_id: 28
|
||||
- :template: section_cards
|
||||
:id: 15
|
||||
:card_template: card_normal_square
|
||||
:header: Spaces
|
||||
:text: For different size groups and needs
|
||||
:options:
|
||||
background: light_orange
|
||||
columns: '3'
|
||||
button_link: ''
|
||||
button_text: ''
|
||||
color: solid_blue
|
||||
text_align: center
|
||||
item_align: center
|
||||
:updated_at: 2022-12-23 21:27:03.197415146 +02:00
|
||||
:page_id: 3
|
||||
:index: 2
|
||||
:image_id:
|
||||
:updated_by: torsten@villataika.fi
|
||||
- :template: section_full_up
|
||||
:id: 16
|
||||
:header: Accommodation
|
||||
:text: We have three wings set aside to accommodate retreat participants. Each wing
|
||||
can accommodate up to 32 people, and spare beds (and rooms) are available.
|
||||
:updated_at: 2023-01-04 19:43:54.302020159 +02:00
|
||||
:page_id: 3
|
||||
:index: 3
|
||||
:image_id:
|
||||
:options:
|
||||
background: white
|
||||
color: solid_blue
|
||||
margin: '0'
|
||||
subheader: ''
|
||||
text_align: center
|
||||
item_align: center
|
||||
button_link: ''
|
||||
button_text: ''
|
||||
:updated_by: maijanposteja@gmail.com
|
||||
- :template: section_full_image
|
||||
:id: 17
|
||||
:image_name: suites_wide
|
||||
:header: Suites
|
||||
:text: Suites are single occupancy and have en-suite toilet and shower.
|
||||
:options:
|
||||
fixed: 'off'
|
||||
shade_color: solid_blue_25
|
||||
color: white
|
||||
text_align: left
|
||||
item_align: left
|
||||
image_align: center
|
||||
:updated_at: 2023-01-04 19:52:33.506057908 +02:00
|
||||
:page_id: 3
|
||||
:index: 4
|
||||
:image_id: 39
|
||||
:updated_by: maijanposteja@gmail.com
|
||||
- :template: section_full_image
|
||||
:id: 18
|
||||
:header: Shared room
|
||||
:text: "Shared rooms have double occupancy but their own bathroom with toilet and
|
||||
shower.\r\n"
|
||||
:image_name: shared_wide
|
||||
:options:
|
||||
fixed: 'off'
|
||||
color: white
|
||||
text_align: right
|
||||
shade_color: solid_red_25
|
||||
item_align: right
|
||||
image_align: center
|
||||
:updated_at: 2023-01-01 15:14:50.259757003 +02:00
|
||||
:page_id: 3
|
||||
:index: 5
|
||||
:image_id: 32
|
||||
:updated_by: torsten@villataika.fi
|
||||
- :template: section_full_image
|
||||
:id: 19
|
||||
:header: Common room
|
||||
:text: Common rooms have either two or four beds and shared facilities. Rooms with
|
||||
two beds will often share the bathroom with another room. Some rooms have shared
|
||||
facilities on the corridor.
|
||||
:image_name: common_wide
|
||||
:options:
|
||||
fixed: 'off'
|
||||
color: white
|
||||
text_align: center
|
||||
shade_color: black_25
|
||||
item_align: center
|
||||
image_align: center
|
||||
:updated_at: 2023-01-01 15:15:03.353671959 +02:00
|
||||
:page_id: 3
|
||||
:index: 6
|
||||
:image_id: 7
|
||||
:updated_by: torsten@villataika.fi
|
||||
- :template: section_full_up
|
||||
:id: 20
|
||||
:header: Common services for retreats
|
||||
:text: Relax outside the course program
|
||||
:options:
|
||||
background: light_orange
|
||||
color: solid_blue
|
||||
button_link: ''
|
||||
button_text: ''
|
||||
margin: '0'
|
||||
subheader: ''
|
||||
text_align: center
|
||||
item_align: center
|
||||
:updated_at: 2023-01-04 19:47:16.145420982 +02:00
|
||||
:page_id: 3
|
||||
:index: 7
|
||||
:image_id:
|
||||
:updated_by: maijanposteja@gmail.com
|
||||
- :template: section_large_image
|
||||
:id: 21
|
||||
:image_name: common_spaces_wide
|
||||
:options:
|
||||
fixed: 'on'
|
||||
color: solid_blue
|
||||
text_align: left
|
||||
background: light_orange
|
||||
:header: Common spaces
|
||||
:text: Enjoy the free time in between learning. Several common spaces, like in the
|
||||
picture, terraces and the cafe make a relaxed atmosphere.
|
||||
:updated_at: *2
|
||||
:page_id: 3
|
||||
:index: 8
|
||||
:image_id: 6
|
||||
- :template: section_large_image
|
||||
:id: 22
|
||||
:image_name: food_area
|
||||
:header: Great Food
|
||||
:text: Healthy plant-based food keeps you going between session. The dining hall
|
||||
is conveniently situated next to the hall, so smaller breaks don't stop your flow.
|
||||
:options:
|
||||
fixed: 'on'
|
||||
color: solid_blue
|
||||
text_align: left
|
||||
background: light_orange
|
||||
order: right
|
||||
:updated_at: *2
|
||||
:page_id: 3
|
||||
:index: 9
|
||||
:image_id: 16
|
||||
- :template: section_large_image
|
||||
:id: 23
|
||||
:image_name: nature_around
|
||||
:header: Nature around
|
||||
:text: Enjoy your spare time by walking around in the surrounding forest. Or (in
|
||||
the summer) go swimming in the nearby lake.
|
||||
:options:
|
||||
order: left
|
||||
color: solid_blue
|
||||
background: light_orange
|
||||
:updated_at: *2
|
||||
:page_id: 3
|
||||
:index: 10
|
||||
:image_id: 25
|
||||
- :template: form_section
|
||||
:id: 24
|
||||
:card_template: form_field
|
||||
:header: Start planning now
|
||||
:text: We create custom packages for your specific needs. Just tell us what you
|
||||
are planning, for how many people and we will create a solution for you.
|
||||
:options:
|
||||
ok_message: ''
|
||||
handler: FormHandler
|
||||
background: light_gray
|
||||
color: solid_blue
|
||||
:updated_at: *2
|
||||
:page_id: 3
|
||||
:index: 11
|
||||
:image_id:
|
||||
- :template: section_half_image
|
||||
:id: 25
|
||||
:header: Coworking and offices
|
||||
:text: "We have various spaces for co-working and offices. You can just come for
|
||||
the odd afternoon and work in a shared environment. Or rent your own office, single
|
||||
or double.\r\n"
|
||||
:image_name: coworking_office
|
||||
:options:
|
||||
order: left
|
||||
background: white
|
||||
color: solid_blue
|
||||
subheader: ''
|
||||
text: ''
|
||||
text_align: center
|
||||
button_link: ''
|
||||
button_text: ''
|
||||
:updated_at: &3 2022-12-09 18:00:01.444815664 +02:00
|
||||
:page_id: 4
|
||||
:index: 1
|
||||
:image_id: 9
|
||||
- :template: section_cards
|
||||
:id: 26
|
||||
:card_template: card_gap_square
|
||||
:header: Relax, connect and work
|
||||
:text: "Relaxed work environments have been shown to be more productive. Working
|
||||
in different places and positions, even a bit of background noise, helps creativity
|
||||
and thus work.\r\nAnd then enjoy a good coffee in our nice cafe."
|
||||
:options:
|
||||
background: light_orange
|
||||
columns: '3'
|
||||
color: solid_blue
|
||||
text_align: center
|
||||
item_align: center
|
||||
:updated_at: 2022-12-23 21:42:47.526207356 +02:00
|
||||
:page_id: 4
|
||||
:index: 2
|
||||
:image_id:
|
||||
:updated_by: torsten@villataika.fi
|
||||
- :template: form_section
|
||||
:id: 27
|
||||
:card_template: form_field
|
||||
:header: Join the working tribe
|
||||
:text: ''
|
||||
:options:
|
||||
ok_message: ''
|
||||
handler: FormHandler
|
||||
background: light_orange
|
||||
color: solid_blue
|
||||
:updated_at: *3
|
||||
:page_id: 4
|
||||
:index: 3
|
||||
:image_id:
|
||||
- :template: section_full_image
|
||||
:id: 28
|
||||
:header: Hub Feenix
|
||||
@ -575,152 +78,6 @@
|
||||
:index: 1
|
||||
:image_id: 17
|
||||
:updated_by: torsten@villataika.fi
|
||||
- :template: section_spacer
|
||||
:id: 32
|
||||
:updated_at: &4 2022-12-10 20:28:17.967357225 +02:00
|
||||
:page_id: 6
|
||||
:index: 2
|
||||
:options: {}
|
||||
:image_id:
|
||||
- :template: section_half_image
|
||||
:header: Retreats
|
||||
:text: Hub Feenix is a beautiful place, ideally situated in the country, but close
|
||||
to Helsinki. We have different sized studios and spaces, to organise retreats
|
||||
for up to 100 people.
|
||||
:options:
|
||||
button_text: Retreats
|
||||
button_link: retreats
|
||||
order: left
|
||||
background: solid_blue
|
||||
:image_name: retreats
|
||||
:id: 33
|
||||
:updated_at: *4
|
||||
:page_id: 6
|
||||
:index: 3
|
||||
:image_id: 28
|
||||
- :template: section_half_image
|
||||
:header: Studios
|
||||
:text: We offer different size and different type of studios for artists. There
|
||||
are large and small rooms, with more or less light, also rooms with tiles for
|
||||
wetwork, small dance studios etc.
|
||||
:options:
|
||||
order: right
|
||||
button_link: ''
|
||||
button_text: ''
|
||||
background: solid_blue
|
||||
:image_name: studios
|
||||
:id: 34
|
||||
:updated_at: 2023-01-04 18:50:12.038157205 +02:00
|
||||
:page_id: 6
|
||||
:index: 4
|
||||
:image_id: 38
|
||||
:updated_by: markus.janhunen@iki.fi
|
||||
- :template: section_half_image
|
||||
:header: Makerspace
|
||||
:text: The hub encourages all people to be creative in any way they choose. We provide
|
||||
facilities from more traditional sowing and woodworking, to modern 3d printers
|
||||
and electronics lab.
|
||||
:options:
|
||||
button_text: Makerspace
|
||||
button_link: makerspace
|
||||
order: left
|
||||
background: solid_blue
|
||||
:image_name: makerspace
|
||||
:id: 35
|
||||
:updated_at: *4
|
||||
:page_id: 6
|
||||
:index: 5
|
||||
:image_id: 21
|
||||
- :template: section_half_image
|
||||
:id: 36
|
||||
:header: Coworking and offices
|
||||
:text: We have various spaces for co-working and office rent. You can just come
|
||||
for the odd afternoon and work in a shared environment. Or rent your own office
|
||||
or even wing, from 15 to 500 m2.
|
||||
:image_name: coworking_office
|
||||
:options:
|
||||
order: right
|
||||
background: solid_blue
|
||||
color: none
|
||||
subheader: ''
|
||||
text: ''
|
||||
text_align: left
|
||||
button_link: coworking
|
||||
button_text: Coworking
|
||||
:updated_at: *4
|
||||
:page_id: 6
|
||||
:index: 6
|
||||
:image_id: 9
|
||||
- :template: section_half_image
|
||||
:id: 37
|
||||
:header: Conferences and buisness events
|
||||
:text: We offer meeting rooms from 20-80 people, with breakout rooms for work-group
|
||||
discussions. High-speed internet, video projectors, break-out rooms, all you need
|
||||
to organise your event. The cafe and surrounding nature make for ideal breaks.
|
||||
:image_name: conferences
|
||||
:options:
|
||||
order: left
|
||||
background: solid_blue
|
||||
color: none
|
||||
subheader: ''
|
||||
text: ''
|
||||
text_align: left
|
||||
button_link: ''
|
||||
button_text: ''
|
||||
:updated_at: *4
|
||||
:page_id: 6
|
||||
:index: 7
|
||||
:image_id: 8
|
||||
- :template: section_half_image
|
||||
:id: 38
|
||||
:header: Residency and Accommodation
|
||||
:text: We offer short to medium term accommodation for several target groups. The
|
||||
rooms are generally of a corridor, either with or without own toilet and shower.
|
||||
This can suit artists who either rent a studio or use co-working facilities. But
|
||||
we also accept applications from people who are just between things.
|
||||
:image_name: residency_accomodation
|
||||
:options:
|
||||
order: right
|
||||
background: solid_blue
|
||||
color: none
|
||||
subheader: ''
|
||||
text: ''
|
||||
text_align: left
|
||||
button_link: ''
|
||||
button_text: ''
|
||||
:updated_at: *4
|
||||
:page_id: 6
|
||||
:index: 8
|
||||
:image_id: 27
|
||||
- :template: section_cards
|
||||
:id: 39
|
||||
:card_template: card_normal_square
|
||||
:header: Services
|
||||
:text: ''
|
||||
:options:
|
||||
background: solid_blue
|
||||
columns: '3'
|
||||
color: none
|
||||
text_align: center
|
||||
item_align: center
|
||||
:updated_at: 2022-12-23 21:47:55.654872333 +02:00
|
||||
:page_id: 6
|
||||
:index: 9
|
||||
:image_id:
|
||||
:updated_by: torsten@villataika.fi
|
||||
- :template: form_section
|
||||
:id: 40
|
||||
:card_template: form_field
|
||||
:header: Contact
|
||||
:text: "Högbenintie 30, 10350 Meltola, Raasepori\r\n\r\ninfo@hubfeenix.fi\r\n\r\n0505337881\r\n"
|
||||
:options:
|
||||
background: white
|
||||
color: solid_blue
|
||||
ok_message: We'll get back to you
|
||||
:updated_at: *4
|
||||
:page_id: 6
|
||||
:index: 10
|
||||
:image_id:
|
||||
- :template: section_large_image
|
||||
:index: 4
|
||||
:page_id: 5
|
||||
@ -728,55 +85,3 @@
|
||||
:updated_by: maijanposteja@gmail.com
|
||||
:id: 41
|
||||
:options: {}
|
||||
- :template: section_text
|
||||
:index: 6
|
||||
:page_id: 5
|
||||
:updated_at: 2023-01-04 19:15:51.615405226 +02:00
|
||||
:updated_by: maijanposteja@gmail.com
|
||||
:id: 43
|
||||
:options:
|
||||
columns: '2'
|
||||
background: white
|
||||
color: none
|
||||
margin: '0'
|
||||
subheader: ''
|
||||
:header: ''
|
||||
:text: "## Our Story\r\n\r\n#### The birth of a community center \r\n\r\nRaisa Kaipainen
|
||||
and Torsten Ruger bought the old Meltola hospital on the 27.4.2020 with the intent
|
||||
to make it into a community centre. \r\n\r\nCurrently, the organisation is being
|
||||
created to run the facility and plans are being actively developed. A great time
|
||||
to join :-)"
|
||||
- :template: section_full_image
|
||||
:index: 1
|
||||
:page_id: 7
|
||||
:updated_at: 2023-01-04 18:36:36.420348213 +02:00
|
||||
:updated_by: maijanposteja@gmail.com
|
||||
:id: 44
|
||||
:options:
|
||||
fixed: 'off'
|
||||
color: white
|
||||
text_align: center
|
||||
item_align: center
|
||||
image_align: center
|
||||
shade_color: none
|
||||
:image_id: 43
|
||||
:header: Sky Conference
|
||||
:text: "# Subheader\r\n\r\nHalf or full day, with or \r\nwithout food, see packages
|
||||
below\r\n\r\n"
|
||||
- :template: section_cards
|
||||
:index: 3
|
||||
:page_id: 7
|
||||
:header: ''
|
||||
:text: ''
|
||||
:options:
|
||||
color: black
|
||||
text_align: center
|
||||
item_align: center
|
||||
image_align: center
|
||||
shade_color: none
|
||||
background: light_blue
|
||||
columns: '2'
|
||||
:updated_at: 2023-01-04 20:08:40.028774121 +02:00
|
||||
:updated_by: maijanposteja@gmail.com
|
||||
:id: 46
|
||||
:card_template: card_wide_square
|
||||
|
Loading…
Reference in New Issue
Block a user