-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
54 lines (52 loc) · 2.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Boston Golang</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/bootstrap.css" media="screen">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="row">
<div class="jumbotron">
<div class="container">
<div class="row">
<h1>Boston Golang</h1>
<p>Local community of Go programmers and enthusiasts</p>
</div>
<div class="row">
<p>Our meetings occur on the last Tuesday of every month at 6:30pm<br>at Akamai (8 Cambridge Ctr, Cambridge, Boston, MA).</p>
<p>Check our <a href="http://www.meetup.com/Boston-Go-lang-User-Group">Meetup page</a> for details on speakers and RSVP.</p>
<p>Talk proposals are welcomed. Submit at <a href="http://papercall.io/bostongolang">PaperCall</a>.</p>
</div>
<div class="row">
<a href="http://www.meetup.com/Boston-Go-lang-User-Group/">Meetup</a> |
<a href="http://papercall.io/bostongolang">PaperCall</a>
<a href="https://plus.google.com/communities/103337146295481792015">Google+ Community</a> |
<a href="http://bostongolang-slack-invite.herokuapp.com/">Slack</a> |
<a href="https://twitter.com/bostongolang">@BostonGolang</a>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55388449-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>