maj de tout

This commit is contained in:
2019-11-14 00:51:19 +01:00
parent d0abec89e6
commit cb1835c362
421 changed files with 8123 additions and 2087 deletions
@@ -0,0 +1,82 @@
---
title: Apply
visible: false
aura:
pagetype: website
form:
name: custom_form
fields:
first_name:
type: text
placeholder: 'First name'
last_name:
placeholder: 'Last name'
type: text
date_of_birth:
type: text
placeholder: 'Date of birth'
phone_number:
placeholder: 'Phone Number'
type: text
email:
placeholder: 'E-mail adress'
type: email
size: large
move_in_date:
placeholder: 'proposed move-in date'
type: text
website:
placeholder: 'Website / instagram'
type: text
portfolio:
label: 'or upload portfolio'
placeholder: 'or upload portfolio'
type: file
multiple: false
destination: user/data/files
accept:
- application/pdf
- application/x-pdf
- image/png
- text/plain
studio:
type: radio
placeholder: Studio
default:
option1: true
option2: true
option3: true
options:
option1: individual
option2: share
option3: eithe
notes:
type: textarea
placeholder: notes...
buttons:
-
type: submit
value: Submit
process:
-
email:
from: '{{ config.plugins.email.from }}'
to: '{{ config.plugins.email.to }}'
subject: '[inscriptions-] {{ form.value.name|e }}'
body: '{% include "forms/data.html.twig" %}'
attachments:
- my-file
-
save:
fileprefix: inscriptions-
dateformat: Y-H-u
extension: txt
body: '{% include "forms/data.txt.twig" %}'
-
message: Sent
reset: true
---
We accept applications of artists from all practices. Our studios can be used individually or shared with others. Applications are for one person at a time, so even if you are applying as a group, please fill out individual applications and specify in *notes* who you wish to share a studio with. Our studio prices are offered inline with the _Greater London authorities affordability guide* (2014, 2019)_ and are inclusive of all utilities (inc. wifi). They are accessible 24/7, with communal areas and shared kitchens available. Please allow us a week to get back to you, you will receive a response over email.
Email us at [studio@vocurations.com](mailto:studio@vocurations.com) for any further questions, or if you would like to visit our facilities.
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

@@ -0,0 +1,15 @@
---
title: About
media_order: 'Sonya Derviz, Dancers I, 2018.jpg'
visible: false
aura:
pagetype: website
---
V.O Studios offers affordable workspaces to artists based in London. The group reflects the diversity of artists and practices in the city, and form an integral part of V.O’s community-at-large. All studios are located in Zone 1 Central London, with the view to ease access and visibility for each artist. ~~Various~~ ‘Open Days’ are scheduled throughout the year to offer artists ongoing opportunities to create new dialogues with interested members of the local community, as well as the wider public. V.O ensures their artist community their ongoing support through advising on professional development, mentoring, presentation, and access to workshop and exhibition opportunities.
V.O Studios are currently located in Waterloo, SE1 and 242 Marylebone Road, NW1 with more upcoming spaces from spring 2020!
_V.O Studios is a not-for-profit initiative launched October 2019._
### [PUBLIC DAYS: 20.04.2020](/whats-on/events/current-upcoming/public-days)
@@ -0,0 +1,17 @@
---
title: 'Studio Programme'
redirect: /studio-programme/about
show_sidebar: false
content:
items:
- '@self.children'
limit: 0
order:
by: title
dir: desc
pagination: true
url_taxonomy_filters: true
aura:
pagetype: website
---