Add current versions of pages

This commit is contained in:
Richard Lander
2015-07-23 20:42:08 -07:00
parent 7689f8b944
commit 109bc22f09
4 changed files with 341 additions and 0 deletions

30
dotnet-user-groups.html Normal file
View File

@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<title>.NET Meetup Test Page2 -- Local Address</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
var meetupCount = 20;
var showMeetupSource = true;
</script>
</head>
<body>
<h1>var m = new List&lt;Meetup&gt;(Kind.dotNet, Scope.Planet)</h1>
<p>This page list events for the set of .NET user group meetups that we found on <a href="http://meetup.com">meetup.com</a>. We hope that you find this list helpful, particularly if you are looking for a local user group. If you would like your group's events listed here (even if not on meetup), please contact us, either by <a href="http://twitter.com/dotnet">twitter</a> or the "Contact" button on the right-hand side of this page.</p>
<p>You can see the list of user groups that we found on meetup, by taking a look at the <a href="http://www.meetup.com/members/70303802/">dotnet meetup account</a>. We also maintain a much larger list of <a href="https://twitter.com/DotNet/dotnet-user-groups">.NET meetup groups on twitter</a>. Once again, please contact us if your group should be on either of those lists.</p>
<div id="meetup-table"></div>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.3/moment.min.js"></script>
<script src="meetup.js"></script>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"/>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>
<!-- nice example
http://meetupgator.appspot.com/#groups=sf-html5,jsmeetup,beerjs,BayNode
-->