-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
201 lines (166 loc) · 7.06 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Southampton.pm - Solent Perl and Raku Mongers</title>
<meta name="viewport" content=
"width=device-width, initial-scale=1.0">
<link href="https://plus.google.com/108047829558592114887" rel=
"publisher">
<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/open-layers/ol.css" rel="stylesheet">
<style>
body {
padding: 40px 0;
}
.jumbotron {
background: url(/assets/img/hero.jpg) left bottom no-repeat;
color: #fff;
padding-bottom: 95px;
padding-top: 40px;
}
#map {
width: 100%;
}
</style>
<script src=
"//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js">
</script>
<script src="/bootstrap/js/bootstrap.min.js">
</script>
<script src="/open-layers/ol.js">
</script>
<script>
$(function(){
// Make the map square.
var div = $('#map');
div.height(div.width());
new ol.Map({
target: 'map',
layers: [new ol.layer.Tile({ source: new ol.source.OSM() })],
view: new ol.View({
center: ol.proj.transform(
[-1.091624, 50.785050], 'EPSG:4326', 'EPSG:3857'),
zoom: 17
})
});
});
</script>
</head>
<body>
<div class="container">
<header class="jumbotron">
<h1>Do <em>you</em> use Perl?</h1>
<p>The Solent Perl and Raku Mongers meet to discuss Perl, Raku and programming on
the first Wednesday of the month.</p>
</header>
<section id="join">
<div class="page-header">
<h1>Southampton.pm <small>Solent Perl and Raku
Mongers</small></h1>
</div>
<div class="row">
<div class="col-lg-4">
<h2>About Us</h2>
<p>Southampton.pm is a local community of Perl and Raku
users, under the international Perl Mongers
umbrella.</p>
<p>Recently we moved most meetings to Portsmouth so are
in the process of renaming ourselves to Solent Perl Mongers.</p>
<p>We also incorporate the new sister language to Perl, Raku.</p>
<p>User of all programming languages are welcome as we all work in
a variety of languages</p>
<div class="row">
<div class="col-xs-6">
<a href=
"/assets/img/inaugural-sign.jpg" class=
"thumbnail"><img src=
"/assets/img/inaugural-sign_160x120.jpg"
alt="Inaugural sign"></a>
</div>
<div class="col-xs-6">
<a href="/assets/img/first-meeting.jpg"
class="thumbnail"><img src=
"/assets/img/first-meeting_160x120.jpg"
alt="Our first meeting"></a>
</div>
</div>
<ul>
<li>
<a href="http://www.pm.org/">Perl
Mongers</a>
</li>
</ul>
<h2>About Perl</h2>
<p>Perl 5 is a highly capable, feature-rich
programming language with over 26 years of
development.</p>
<p>Raku is a new object oriented programming language
from the Perl Community which benefits from the latest
ideas as well as Perl's decades of experience.</p>
<ul>
<li>
<a href=
"http://www.perl.org/">www.perl.org</a>
</li>
<li>
<a href=
"http://www.raku.org/">www.raku.org</a>
</li>
<li>
<a href=
"http://www.perlfoundation.org/">The
Perl Foundation</a>
</li>
</ul>
</div>
<div class="col-lg-4">
<h2>Meetings</h2>
<p>We meet on the first Wednesday of each
month, at 7pm at "The Wave Maiden", 36 Osbourne Rd, Southsea, Portsmouth.</p>
<p>The meetings are now managed through
<a href="https://www.meetup.com/SouthamptonPM/">
meetup.com</a>, please sign up if you plan
to attend.</p>
<h2>Contact</h2>
<p>The Southampton-pm mailing list is low
traffic, and will have announcements of future
meetings.</p>
<ul>
<li>
<a href=
"http://mail.pm.org/mailman/listinfo/southampton-pm">
Subscribe/Unsubscribe</a>
</li>
<li>
<a href=
"http://mail.pm.org/pipermail/southampton-pm/">
List Archives</a>
</li>
</ul>
<p>We are also on <a href="https://twitter.com/SouthamptonPM">Twitter</a>,
<a href="irc://irc.freenode.net/sotonpm" >IRC</a> and <a href=
"https://twitter.com/SouthamptonPM" class=
"twitter-follow-button" data-show-count="true"
data-size="large">Follow @SouthamptonPM</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
</div>
<div class="col-lg-4">
<div id="map"></div>
</div>
</div><!-- row -->
</section>
<hr>
<footer>
<a href="https://twitter.com/share" class=
"twitter-share-button" data-via="SouthamptonPM"
data-size="large">Tweet</a> <script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<p>Last updated: 2019-11-23.</p>
</footer>
</div><!-- /container -->
</body>
</html>