-
Notifications
You must be signed in to change notification settings - Fork 3
/
contact.html
55 lines (45 loc) · 2.92 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[% WRAPPER html_page
title = 'Contact Information'
%]
<table border=1 cellpadding=4>
<tr><td colspan=3 align=left bgcolor=eeeeee><b>Mailing lists</b></td>
<tr>
<td valign="top">
<a href="mailto:[email protected]">[email protected]</a>
</td>
<td valign="top">
This open-membership list is dormant, except during the lead-up to a
YAPC::Europe [% conference %]. Topics on the list include calls for
papers and participation, hotel information, and general discussions
about the [% conference %].<br /><br />To subscribe, either send an
empty mail or visit the conferences mailing list at: [% conferences_mailing_list %]
</td>
</tr>
<tr>
<td valign="top">
<a href="mailto:[email protected]">[email protected]</a>
</td>
<td valign="top">
This is a list for [% workshop %], [% conference %] and [% hackathon %],
organisers. For membership, see the organizers mailing list at: [% organizers_mailing_list %]
</td>
</tr>
<tr><td colspan=3 align=left bgcolor=eeeeee><b>YAPC::Europe Foundation Email</b> <br />Please note that these lists are moderated. Messages will generally be passed to the list quickly, but in the event of a delay you may wish to bring this to the attention of a YEF member.</td>
<tr><td valign="top"><a href="mailto:[email protected]">[email protected]</a></td><td valign="top">This is the general-purpose address for the YAPC::Europe Foundation. Requests for <a href="[% donation_page %]">donations</a> should be sent to this address.</td></tr> <tr><td valign="top"><a href="mailto:[email protected]">[email protected]</a></td><td valign="top">This is the YAPC::Europe Foundation public relations committee.</td></tr>
<tr><td valign="top"><a href="mailto:[email protected]">[email protected]</a></td><td valign="top">Feedback on this website.</td></tr>
<tr><td valign="top"><a href="mailto:[email protected]">[email protected]</a></td><td valign="top">This is the YAPC::Europe Foundation venue committee, which is responsible for evaluating YAPC::Europe submissions.</td></tr>
<tr><td valign="top"><a href="mailto:[email protected]">[email protected]</a></td><td valign="top">Use this address to contact the [% workshop %] committee.</td></tr>
<tr><td colspan=3 align=left bgcolor=eeeeee><b>Other Media</b></td>
<tr><td valign="top"><a href="http://twitter.com/yapceurope">Twitter</a></td>
<td>We primarily post announcements via Twitter. It is not a recommended
way to contact us.</td>
<tr><td valign="top"><a href="http://identi.ca/yapceurope/">identi.ca</a></td>
<td>We primarily post announcements via identi.ca. It is not a recommended
way to contact us.</td>
</tr>
<tr><td valign="top"><a href="http://www.facebook.com/YapcEurope/">Facebook</a></td>
<td>We primarily post announcements via Facebook.</td>
</tr>
</table>
</p>
[% END %]