-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (57 loc) · 3.05 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
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Anuradha Weeraman">
<title>Colombo Perl Mongers</title>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Open+Sans:300italic,400,300,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="colombo.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="main">
<img src="images/pm.png"><h1>Welcome to Colombo Perl Mongers!</h1>
<p> </p>
<p class="lead"><a href="http://www.pm.org">Perl Mongers</a> is a loose association
of international Perl User Groups. Colombo Perl Mongers is a group located in Colombo,
Sri Lanka where folks interested in the Perl language can come together to
mingle, share ideas and socialize with like-minded individuals in between
coding breaks.</p>
</div>
<div class="jumbotron">
<div class="main">
<h2>How do I join?</h2>
<!--
Commenting out the mailing list to standardize on one community
registration mechanism - which is LinkedIn at the moment
-->
<!--button type="button" class="btn btn-default btn-lg" onclick="javascript:window.location.href='http://mail.pm.org/mailman/listinfo/colombo-pm'">
<span class="glyphicon glyphicon-envelope"></span> Subscribe to our mailing list
</button-->
<button type="button" class="btn btn-default btn-lg" onclick="javascript:window.location.href='http://www.linkedin.com/groups?home=&gid=6720495&trk=anet_ug_hm&goback=%2Eanp_6720495_1403635654954_1'">
<span class="glyphicon glyphicon-user"></span> Join our group on LinkedIn
</button>
<p></p>
<p>After you join, you can interact with fellow Perl Mongers, attend meetups in Colombo
and learn more about Perl. Looking forward to seeing you at the next meetup!</p>
</p>
</div>
</div>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>