-
Notifications
You must be signed in to change notification settings - Fork 63
/
contact.html
46 lines (36 loc) · 2.04 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
---
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>Email</h4>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<h4>Mastodon</h4>
<p>You may follow us on Mastodon: <a href="https://phpc.social/@bephpug">@[email protected]</a></p>
<h4>Twitter</h4>
<p>You may follow us on Twitter: <a href="http://twitter.com/bephpug">http://twitter.com/bephpug</a></p>
<h4>Mailinglist</h4>
<p>Our mailinglist, where anyone may join and post (though not really in use anymore): <a href="https://mail.einsnull.com/mailman/listinfo/bephpug?language=en">https://mail.einsnull.com/mailman/listinfo/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, backyard (see exact map location)</li>
<li>(Touch-) Doorbell: "Kontakte" -> "co-up" (<b>3rd floor</b>, Upstream Berlin / or Co-Up)</li>
</ul>
</div>
<div class="contact-address span5">
<h4>We Are Here</h4>
<div class="map"><iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=13.417412638664246%2C52.49956250476585%2C13.42222183942795%2C52.50106632619767&layer=mapnik&marker=52.5003136055048%2C13.41981849072556" style="border: 1px solid black"></iframe><br/><small><a href="https://www.openstreetmap.org/?mlat=52.50031&mlon=13.41982#map=19/52.50031/13.41982&layers=N">View Larger Map</a></small></div>
</div>
</div>
</div>