-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
69 lines (56 loc) · 2.91 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Pune Java User Group by PuneJUG</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Pune Java User Group</h1>
<h2>Home</h2>
<a href="https://github.com/punejug.github.io/">
<img class="github-ribbon" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
</a>
</header>
<section id="downloads" class="clearfix">
<a href="https://github.com/PuneJUG" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<hr>
<section id="main_content">
<h3>
<a name="welcome-to-pune-java-user-group" class="anchor" href="#welcome-to-pune-java-user-group"><span class="octicon octicon-link"></span></a>Welcome to Pune Java User Group
</h3>
<p>If you are interested in anything that runs on the JVM, join our <a href="http://www.meetup.com/PuneJUG">Meetup</a> group and show up at our next meet up. </p>
<p>Following are the links where you can find more about us: </p>
<p><a href="http://www.meetup.com/PuneJUG">Meetup</a> |
<a href="http://twitter.com/JavaPune">Twitter</a> |
<a href="https://github.com/PuneJUG">Github</a> |
<a href="http://groups.google.com/group/javapune">Google Groups</a> |
<a href="http://www.linkedin.com/groups/Pune-Java-User-Group-3206756">LinkedIn</a> |
<a href="http://www.facebook.com/JavaPune">Facebook</a></p>
</section>
<footer>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
<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-641039-7', 'punejug.github.io');
ga('send', 'pageview');
</script>
</div>
</div>
</body>
</html>