forked from BerlinPM/BerlinPM.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (73 loc) · 3.9 KB
/
index.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="javascripts/jquery-2.0.3.js" type="text/javascript"></script>
<script src="javascripts/dates.js" type="text/javascript"></script>
<link rel="shortcut icon" href="images/onion_16x16_red.png" type="image/png" />
<title>Berlin.pm - Berlin Perl Mongers</title>
</head>
<body>
<div id="container">
<section id="navi">
<a href="https://github.com/BerlinPM/BerlinPM.github.io" id="view-on-github" class="button"><span>View on GitHub</span></a><br>
<a href="http://perl.org/" class="button"><img src="images/perl_logo_32x104.png"></a>
<br><br>
<ul>
<li><a href="http://perlmongers.de">perlmongers.de</a></li>
<li><a href="https://twitter.com/BerlinPM">twitter.com/BerlinPM</a></li>
<li><a href="http://www.perl-community.de/">perl-community.de</a></li>
<li><a href="http://mail.pm.org/mailman/listinfo/berlin-pm">Mailing-Liste</a></li>
<li><a href="https://www.meetup.com/Berlin-Perl-Mongers/">Meetup.com</a></li>
</ul>
<div id="dates">
Nächste Termine:
<noscript>Javascript needed</noscript>
</div>
</section>
<div class="inner">
<header>
<h1>berlin.pm.org</h1>
<h2>Berlin Perl Mongers</h2>
</header>
<hr>
<section id="main_content">
<h3>Wer sind wir?</h3>
Ein paar nette Leute, die gerne Perl programmieren und sich auch sonst mit geekigen Sachen auseinandersetzen.
Wir haben regelmäßige Treffen, bei denen wir quatschen und trinken. Falls Du Dich auch mit Perl beschäftigst,
kannst Du gerne vorbeikommen. Weisst Du nicht, was Perl ist oder willst mehr darüber erfahren,
kannst Du Dir ja unsere Links ansehen.
<h3>Who are we?</h3>
A bunch of nice people who like Perl programming and getting to grips with all things geek.
We meet regularly for gossip and drink. If you're interested in Perl then you're very welcome to join us.
If you want to know more about Perl then discover more by following our links.
<h3>Treffen</h3>
Jeden letzten Mittwoch im Monat (last Wednesday of every month)
Um den Ort des nächsten Treffens früher mitzukriegen, empfiehlt es sich auch, sich auf der Mailingliste anzumelden oder unserem <a href="https://twitter.com/BerlinPM">Twitter account</a> zu folgen. Oder auch gerne in #perlde auf irc.perl.org nachfragen.
<h3>Meetings</h3>
We meet every last Wednesday of the month - usually at 19:00. To be informed about the exact location, it is recommended either to register to our mailing list or to follow either our <a href="https://twitter.com/BerlinPM">Twitter account</a> or #perlde on irc.perl.org.
<h3>Aktuell/Next meeting</h3>
<h3>Mittwoch/Wednesday, 2017-06-28, 19h</h3>
Wo: <a href="http://www.stonebrewing.eu/">Stone Brewing</a><br>
Im Marienpark 23<br>
12107 Berlin<br/>
S-Attilastr.<br>
<a href="http://bbbike.de/cgi-bin/bbbike.cgi?zielc_wgs84=13.36805%2C52.43818&zielname=Stone+Brewing">BBBike-Route</a>
- <a href="http://www.openstreetmap.org/?mlat=52.43818&mlon=13.36805#map=17/52.43818/13.36805">OpenStreetMap</a>
<h3 style="padding-top:2em"><a href="history.html">Ältere Treffen</a></h3>
<footer>
Berlinpm.github.io is maintained by <a href="https://github.com/perlpunk">perlpunk</a><br>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>