Update page copy

This commit is contained in:
Richard Lander
2015-07-23 21:28:22 -07:00
parent ea686c353b
commit 7c5f0ac970
3 changed files with 14 additions and 13 deletions

View File

@@ -1,19 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>.NET Meetup Test Page2 -- Local Address</title>
<title>.NET Meetups in your town</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
var meetupCount = 20;
var meetupCount = 50;
var showMeetupSource = true;
</script>
</head>
<body>
<h1>var m = new List&lt;Meetup&gt;(Kind.dotNet, Scope.Planet)</h1>
<h1>.NET Meetups in your town</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>This page list events for the set of .NET user group meetups from <a href="http://meetup.com">meetup.com</a> and <a href="http://communitymegaphone.com/">http://communitymegaphone.com/</a>.</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>
<p>We also maintain a much larger list of <a href="https://twitter.com/DotNet/dotnet-user-groups">.NET meetup groups on twitter</a>. If you would like your group's events listed on either list, please contact us, on <a href="http://twitter.com/dotnet">twitter</a>.</p>
<div id="meetup-table"></div>

View File

@@ -20,7 +20,9 @@
<img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" />
Install the .NET Framework</h1>
<p>You need to install the .NET Framework to run many apps on Windows. The best versions to install are the .NET Framework 4.6 and the <a href="http://go.microsoft.com/fwlink/?LinkId=330819">.NET Framework 3.5 SP1</a>. Those two versions should run nearly all .NET apps.</p>
<p>You need to install the .NET Framework to run many apps on Windows. The best versions to install is the <a href="http://go.microsoft.com/fwlink/?LinkId=528259">.NET Framework 4.6</a>. Some apps may required <a href="http://go.microsoft.com/fwlink/?LinkId=330819">.NET Framework 3.5 SP1</a>. Those two versions should run nearly all .NET apps.</p>
<p>The following .NET versions are available.</p>
<div class="col-sm-4">
<ul id="versions" class="list-group"></ul>
@@ -40,7 +42,7 @@ div {font-size: 12pt;}
document.title = "Install .NET Framework Versions";
$(document).ready(function() {
var data;
var json = "https://dotnetweb.blob.core.windows.net/platforms/platforms.json";
var json = "platforms.json";
$.support.cors = true;
$.getJSON( json, function( d ) {

View File

@@ -1,13 +1,11 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Foo site</title>
<title>Targeting .NET Platforms</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!--
<!--
__ __ _ _ _ _____ _____
\ \ / /__ _ _ __ _ ___| |_ ___ | \ | | ____|_ _|
\ V / _ \| | | | / _` |/ _ \ __/ __| | \| | _| | |
@@ -15,8 +13,10 @@
|_|\___/ \__,_| \__, |\___|\__|___/ (_)_| \_|_____| |_|
|___/
-->
</head>
<body>
<h1><img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg"/> Targeting .NET Platforms: Desktop, Server, Cloud and Devices</h1>
<h1><img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg"/> Targeting .NET Platforms</h1>
<p class="lead">You can build apps for many platforms and services by downloading .NET Framework targeting packs and SDKs and using them with Visual Studio. Check out the <a href="http://blogs.msdn.com/b/dotnet">.NET Framework blog</a> for information on new releases.</p>
@@ -39,7 +39,6 @@ td p {font-size: 16px; margin-bottom:2px;}
th p {font-size: 16px; margin:0px; font-weight: bold;}
</style>
<script>
document.title = ".NET SDKs and Targeting Packs";
$(document).ready(function() {
var data;
//var json = "https://dotnetweb.blob.core.windows.net/platforms/platforms.json";