-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (60 loc) · 3.94 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
<!DOCTYPE html>
<html lang="en">
<head profile="http://www.w3.org/2005/10/profile">
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>DimSumJS</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
<link rel="stylesheet" href="/css/font-awesome.min.css"/>
<link rel="stylesheet" href="/css/site.css"/>
<link rel="icon" type="image/png" href="/images/favicon.png" />
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<article class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<header class="jumbotron">
<h1>DimSumJS</h1>
</header>
<p>
<a href="https://twitter.com/dimsumjs"><img src="//img.shields.io/badge/[email protected]" alt="Follow @dimsumjs on Twitter" /></a>
<a href="https://gitter.im/dimsumjs/london"><img src="//img.shields.io/badge/gitter-dimsumjs/london-20cd73.svg" alt="Follow @dimsumjs on Twitter" /></a>
</p>
<div class="jumbotron">
<h2>Next meetup</h2>
<p>The next DimSumJS will take place at the end of November.</p>
<p>If you have any questions, please ask them on the <a href="https://github.com/dimsumjs/london/issues/4">GitHub issue</a>.</p>
</div>
<blockquote>What's all this then?</blockquote>
<p><strong>DimSumJS</strong> is an informal lunchtime meetup for JavaScript developers to eat delicious dim sum and discuss the pressing issues of the day.</p>
<p>Callbacks vs promises (fibers, wat), semi-colons vs no semi-colons, es6 modules, whatever controversy is engulfing the node.js community this week, etc.</p>
<blockquote>Where do you meet?</blockquote>
<p>Currently there's a meetup in Chinatown, Central London. Others may follow.</p>
<blockquote>How does it work?</blockquote>
<p>Grab a ticket when a meetup is announced, then we'll book a table. On the day everyone turns up and chooses enough dishes to fill the table, we share the food and then split the bill at the end.</p>
<blockquote>How much will I spend?</blockquote>
<p>Typically everyone picks two-three dishes each which with tea comes to about £10 including tip.</p>
<blockquote>But I'm rubbish at JavaScript</blockquote>
<p>So was everyone once, no-one will mind. If you've got an interest in JavaScript and you like dim sum, this is the meetup for you.</p>
<blockquote>I'm sold, where do I sign up?</blockquote>
<p>Meetups will be announced on the <a href="https://github.com/dimsumjs/london/issues">GitHub repo</a> as issues - watch the repo to be notified of new meetups.</p>
<blockquote>But I'm not in Central London</blockquote>
<p>Watch the <a href="https://github.com/dimsumjs">repository for your nearest location</a> to find out when the next meetup is. Maybe start one if you've got a good dim sum place nearby?</p>
<blockquote>This all sounds a lot like <a href="http://www.sushijs.org">SushiJS</a></blockquote>
<p>Yes it does. We applaud SushiJS and thank them for paving the way, but although sushi is delicious sometimes you just want little hot steamed parcels of joy.</p>
</div>
</div>
</article>
<footer>
<p>DimSumJS is a by-product of the JavaScript Adventure Club.</p>
</footer>
<script type="text/javascript" src="//maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="/javascript/map.js"></script>
</body>
</html>