-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (36 loc) · 1.38 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
<!doctype html>
<html lang=en>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>London Computation Pub</title>
<style>
html {
background: #fff;
color: #333;
font: large/1.4 'Helvetica Neue', Helvetica, sans-serif;
}
body {
border: solid #ddd;
border-width: 0 5px;
max-width: 800px;
min-width: 600px;
margin: 0 auto;
padding: 1em 2em;
}
</style>
</head>
<body>
<h1>London Computation Pub</h1>
<h2>What?</h2>
<p>An informal pub chat for anyone interested in <a href="http://london.computation.club/">London Computation Club</a>.</p>
<h2>When?</h2>
<p>6:30pm, Tuesday 10th September 2019.</p>
<h2>Where?</h2>
<p><a href="https://www.thepineapplepubnw5.com/">The Pineapple</a>, 51
Leverton Street, Kentish Town, NW5 2NX, London, United Kingdom (<a
href="https://www.google.co.uk/maps/place/The+Pineapple/@51.5529745,-0.14175,17z/data=!3m1!4b1!4m5!3m4!1s0x48761b01954a7973:0x88d9ef00c710890d!8m2!3d51.5529745!4d-0.1395613">map</a>)</p>
<h2>Why?</h2>
<p>We only meet once every few weeks, so it’s nice to have a chance to catch up and continue conversations that spill over from the main meetings.</p>
</body>
</html>