Skip to content

Commit

Permalink
Add new curators
Browse files Browse the repository at this point in the history
  • Loading branch information
agajdosi committed Nov 25, 2021
1 parent d4fd381 commit f919c0a
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions resources/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,32 +27,40 @@ <h1>Select sender and recipient</h1>

<div>Choose a sender from list of extra cool curators:</div>
<select onchange="index.setMailSenderField()" id="mailSenderList">
<option value="Nadim Samman &lt;[email protected]&gt;">Nadim Samman (Berlin)</option>
<option value="Naomi Beckwith &lt;[email protected]&gt;">Naomi Beckwith (NYC)</option>
<option value="Nicolas Bourriaud &lt;[email protected]&gt;">Nicolas Bourriaud (Montpellier)</option>
<option value="Cornelia Butler &lt;[email protected]&gt;"> (Los Angeles)</option>
<option value="RoseLee Goldberg &lt;[email protected]&gt;"> (NYC)</option>
<option value="Thelma Golden &lt;[email protected]&gt;"> (NYC)</option>
<option value="Hanru Hou &lt;[email protected]&gt;"> (Rome)</option>
<option value="Candice Hopkins &lt;[email protected]&gt;"> (Toronto)</option>
<option value="Melissa Chiu &lt;[email protected]&gt;">Melissa Chiu (Washington, DC)</option>
<option value="Milda Batakyte &lt;[email protected]&gt;">Milda Batakyte (Vilnius)</option>

<option value="Bonaventure Ndikung &lt;[email protected]&gt;">Bonaventure Ndikung (Berlin/Kassel)</option>
<option value="Fatos Ustek &lt;[email protected]&gt;">Fatoş Üstek (London)</option>
<option value="Michal Novotny &lt;[email protected]&gt;">Michal Novotný (Prague)</option>
<option value="Heidi Ballet &lt;[email protected]&gt;">Heidi Ballet (Berlin/Brussels)</option>
<option value="KM Temporaer &lt;[email protected]&gt;">KM Temporaer (Berlin/Frankfurt am Main)</option>
<option value="Juste Jonutyte &lt;[email protected]&gt;">Justė Jonutytė (Vilnius)</option>
<option value="Hanne Mugaas &lt;[email protected]&gt;">Hanne Mugaas (Stavanger)</option>
<option value="Samuel Leuenberger &lt;[email protected]&gt;">Samuel Leuenberger (Basel)</option>
<option value="Ovul Durmusoglu &lt;[email protected]&gt;">Övül Durmuşoğlu (Berlin/Istanbul)</option>
<option value="Krist Gruijthuijsen &lt;[email protected]&gt;">Krist Gruijthuijsen (Graz/Berlin)</option>
<option value="Julija Reklaite &lt;[email protected]&gt;">Julija Reklaite (Vilnius)</option>
<option value="Name Surname &lt;[email protected]&gt;">custom email address</option>
</select>

<div>Choose a recipient from list of trendy galleries, or art prizes:</div>
<select onchange="index.setMailRecipientField()" id="mailRecipientList">
<option value="[email protected]">White Cube Gallery (London)</option>
<option value="[email protected] ">Friederike Klapp, KW Institute (Berlin)</option>
<option value="[email protected] ">Agora Gallery (New York)</option>
<option value="[email protected]">Friederike Klapp, KW Institute (Berlin)</option>
<option value="[email protected]">Agora Gallery (New York)</option>
<option value="[email protected]">Blain Southern (Berlin)</option>
<option value="[email protected]">Blain Southern (London)</option>
<option value="[email protected]">Bombon Projects (Barcelona)</option>
<option value="[email protected]">Ermes-Ermes Gallery (Vienna)</option>
<option value="[email protected]">Marfa Projects (Beirut)</option>
<option value="[email protected]">BWSMX (Mexico City)</option>
<option value="BB10 &lt;[email protected]&gt;">Berlin Biennale (GER)</option>
<option value="[email protected]">Berlin Biennale (GER)</option>
<option value="[email protected]">Jindrich Chalupecky Award (CZE)</option>
<option value="[email protected]">custom email address</option>
</select>
Expand Down

0 comments on commit f919c0a

Please sign in to comment.