-
Notifications
You must be signed in to change notification settings - Fork 9
/
_contact.html.haml
39 lines (30 loc) · 1.02 KB
/
_contact.html.haml
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
%section.flip.contact
.contact.col-md-8.col-md-offset-2.col-xs-10.col-xs-offset-1
%h2= link_to 'Visit Newspeak House', 'https://goo.gl/maps/Z8Sa4T6sb3n'
%address
133-135 Bethnal Green Road,
%br/
Shoreditch, London E2 7DG
%p
%b
To arrange a visit, contact:
%p
Ed Saperia, Founder
%br/
= link_to '[email protected]', 'mailto:[email protected]'
%br/
%br/
= link_to 'Or come to one of our events', 'events'
= link_to 'Open Map', "https://goo.gl/maps/Z8Sa4T6sb3n", class: 'action-btn btn btn-default'
%section
.contact.col-md-8.col-md-offset-2.col-xs-10.col-xs-offset-1
%h2= link_to 'Hire Newspeak House', asset_path('brochure.pdf')
%p Newspeak House is available for hire.
%p
%b
For enquiries please contact:
%p
Aisha Brady, Programme Assistant
%br/
= link_to '[email protected]', 'mailto:[email protected]'
= link_to 'View Hire Brochure', asset_path('brochure.pdf'), class: 'action-btn btn btn-default'