forked from berlinphp/berlinphp.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
44 lines (35 loc) · 1.42 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
---
layout: default
title: Contact
subtitle: "Mailinglist, Twitter, Location — Get in touch!"
---
<!-- Contact Us -->
<div class="contact-us container">
<div class="row">
<div class="contact-form span7">
<h4>Mailinglist</h4>
<p>All announcements are send to our mailinglist, where anyone may join and post: <a href="https://mail.einsnull.com/mailman/listinfo/bephpug?language=en">https://mail.einsnull.com/mailman/listinfo/bephpug</a></p>
<h4>Email</h4>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<h4>Twitter</h4>
<p>You may follow us on Twitter as well: <a href="http://twitter.com/bephpug">http://twitter.com/bephpug</a></p>
<h4>Meetup location</h4>
<p><strong>Co-Up Coworking Space</strong><br>
Adalbertstr. 7-8, 10999 Berlin
</p>
<ul>
<li>Subway: Kottbusser Tor</li>
<li>3 minutes on foot</li>
<li>2nd gate on the right</li>
<li>doorbell says: <b>3rd floor</b>, Upstream Berlin (or Co-Up)</li>
</ul>
<p><a href="https://foursquare.com/v/coup/4b055dcef964a520f35722e3">Co-Up on Foursquare</a></p>
</div>
<div class="contact-address span5">
<h4>We Are Here</h4>
<div class="map"></div>
</div>
</div>
</div>