-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (80 loc) · 3.93 KB
/
index.html
File metadata and controls
102 lines (80 loc) · 3.93 KB
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
92
93
94
95
96
97
98
99
100
101
102
<!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="https://perl.org/" class="button"><img src="images/perl_logo_32x104.png"></a>
<br><br>
<ul>
<li><a href="https://perlmongers.de">perlmongers.de</a></li>
<li><a href="https://www.perl-community.de/">perl-community.de</a></li>
<li><a href="https://mail.pm.org/mailman/listinfo/berlin-pm">Mailing-Liste</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 18: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.
<!-- Abgesagt / canceled -->
<!-- *********** BEGIN NEW MEETING *********** -->
<h3>Aktuell/Next meeting</h3>
<h3>Mittwoch/Wednesday, 2026-03-25, 18h</h3>
Wo: <a href="https://www.xi-mian.de/de">Xi-Mian</a><br>
Invalidenstraße 159 <br>
10115 Berlin-Mitte<br>
U-Rosenthaler Platz, S-Nordbahnhof, Tram<br>
<a href="https://www.openstreetmap.org/?mlat=52.5323926&mlon=13.3974558&zoom=19">OpenStreetMap</a> -
<a href="http://bbbike.de/cgi-bin/bbbike.cgi?zielc_wgs84=13.397455%2C52.5323926&zielname=Xi-Mian">BBBike-Route</a>
<!-- *********** END NEW MEETING *********** -->
<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/BerlinPM">BerlinPM</a><br>
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://mastodon.design/@jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>