Style changes on index.html and Bootstrap grid on all relevant pages
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -197,3 +197,6 @@ FakesAssemblies/
|
||||
|
||||
# Vim files
|
||||
*.swp
|
||||
|
||||
# Jekyll stuff
|
||||
_site/
|
||||
|
||||
@@ -7,7 +7,7 @@ body {
|
||||
margin: 0px 20px;
|
||||
}
|
||||
|
||||
h1, h2 h3, h4, h5, h6 {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Roboto Condensed';
|
||||
}
|
||||
|
||||
@@ -15,6 +15,10 @@ h1, h2 h3, h4, h5, h6 {
|
||||
p {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
p.lead {
|
||||
margin-bottom: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
#platforms > h2 {
|
||||
font-family: 'Roboto Condensed';
|
||||
}
|
||||
@@ -39,6 +43,3 @@ a:hover {
|
||||
color: #fff;
|
||||
background-color: #682079;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3,13 +3,15 @@
|
||||
<head>
|
||||
<title>.NET Meetups in your local neighborhood</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"/>
|
||||
<link rel="stylesheet" href="css/main.css" />
|
||||
<script>
|
||||
var meetupCount = 50;
|
||||
var showMeetupSource = true;
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>.NET Meetups in your local neighborhood</h1>
|
||||
<h1><img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" /> .NET Meetups in your local neighborhood</h1>
|
||||
|
||||
<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>
|
||||
|
||||
@@ -20,7 +22,6 @@
|
||||
<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>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
||||
@@ -1,81 +1,73 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>.NET Framework Documentation and Resources</title>
|
||||
<title>.NET Framework Documentation and Resources</title>
|
||||
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"/>
|
||||
<link rel="stylesheet" href="../css/main.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div style="font-family:Segoe UI,
|
||||
Lucida Grande,Verdana,Arial,Helvetica,sans-serif; font-size:30px;vertical-align:middle">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h1><img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" /> .NET Framework Documentation and Resources</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<p class="lead">This page provides links to .NET Framework documentation that can be helpful for building apps and libraries with .NET.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-5">
|
||||
<h1>.NET Framework Installation and Activation Documentation</h1>
|
||||
<ul>
|
||||
<li><a href="dotnet-framework-initialization-error.html">.NET Framework Initialization Error</a></li>
|
||||
<li><a href="../install-dotnet.html">Install .NET Versions</a></li>
|
||||
<li><a href="install_dotnet_control_panel.html">Install .NET by the Control Panel</a></li>
|
||||
<li><a href="dotnet45-xp.html">.NET Framework 4.5 and Windows XP </a></li>
|
||||
<li><a href="dotnet4-xp.html">Installing .NET Framework 4 on Windows XP </a></li>
|
||||
<li><a href="../target-dotnet-platforms.html">Targeting .NET Platforms</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-5">
|
||||
<h1>Official Microsoft documentation</h1>
|
||||
<ul>
|
||||
<li><a href="http://msdn.com/netframework">.NET Developer Center</a></li>
|
||||
<li><a href="http://www.asp.net/">ASP.NET Dev Center</a></li>
|
||||
<li><a href="http://msdn.microsoft.com/library/ff361664(v=vs.110).aspx">MSDN .NET Documentation</a></li>
|
||||
<li><a href="http://msdn.microsoft.com/library/windows/apps/br211377.aspx">Windows API reference for Universal Windows Apps</a></li>
|
||||
<li><a href="http://msdn.microsoft.com/en-us/library/windows/apps/br230232.aspx">.NET for Windows Store apps APIs</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-5">
|
||||
<h1>Social Engagement</h1>
|
||||
<ul>
|
||||
<li><a href="http://blogs.msdn.com/b/dotnet">.NET blog</a></li>
|
||||
<li><a href="http://twitter.com/dotnet">.NET Twitter account</a></li>
|
||||
<li><a href="https://twitter.com/DotNet/lists/dotnet-team">.NET Team members Twitter list</a></li>
|
||||
<li><a href="http://facebook.com/dotnet">.NET Facebook account</a></li>
|
||||
<li><a href="http://blogs.msdn.com/b/webdev/">ASP.NET blog</a></li>
|
||||
<li><a href="http://twitter.com/aspnet">ASP.NET Twitter account</a></li>
|
||||
<li><a href="http://facebook.com/aspnet">ASP.NET Facebook account</a></li>
|
||||
</ul>
|
||||
|
||||
<img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" style="vertical-align:middle" />
|
||||
.NET Framework Documentation and Resources</div>
|
||||
</div>
|
||||
<div class="col-md-5">
|
||||
<h1>Additional Resources</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://twitter.com/DotNet/lists/net-user-groups">.NET User Groups on Twitter</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../dotnet-user-groups.html">.NET User Group Events</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://dotnet.meetup.com/">.NET User Group Events on Meetup</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>This page provides links to .NET Framework documentation that can be helpful for building apps and libraries with .NET.</p>
|
||||
|
||||
|
||||
<h1>.NET Framework Installation and Activation Documentation</h1>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="dotnet-framework-initialization-error.html">.NET Framework Initialization Error</a>
|
||||
</li>
|
||||
<li><a href="../install-dotnet.html">Install .NET Versions</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="install_dotnet_control_panel.html">Install .NET by the Control Panel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="dotnet45-xp.html">.NET Framework 4.5 and Windows XP </a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="dotnet4-xp.html">Installing .NET Framework 4 on Windows XP </a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../target-dotnet-platforms.html">Targeting .NET Platforms</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h1>Official Microsoft documentation</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://msdn.com/netframework">.NET Developer Center</a>
|
||||
</li>
|
||||
<li><a href="http://www.asp.net/">ASP.NET Dev Center</a></li>
|
||||
<li>
|
||||
<a href="http://msdn.microsoft.com/library/ff361664(v=vs.110).aspx">MSDN .NET Documentation</a>
|
||||
</li>
|
||||
<li><a href="http://msdn.microsoft.com/library/windows/apps/br211377.aspx">Windows API reference for Universal Windows Apps</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://msdn.microsoft.com/en-us/library/windows/apps/br230232.aspx">.NET for Windows Store apps APIs</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h1>Social Engagement</h1>
|
||||
<ul>
|
||||
<li><a href="http://blogs.msdn.com/b/dotnet">.NET blog</a></li>
|
||||
<li><a href="http://twitter.com/dotnet">.NET Twitter account</a></li>
|
||||
<li><a href="https://twitter.com/DotNet/lists/dotnet-team">.NET Team members Twitter list</a></li>
|
||||
<li><a href="http://facebook.com/dotnet">.NET Facebook account</a></li>
|
||||
<li><a href="http://blogs.msdn.com/b/webdev/">ASP.NET blog</a></li>
|
||||
<li><a href="http://twitter.com/aspnet">ASP.NET Twitter account</a></li>
|
||||
<li><a href="http://facebook.com/aspnet">ASP.NET Facebook account</a></li>
|
||||
</ul>
|
||||
|
||||
<h1>Additional Resources</h1>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://twitter.com/DotNet/lists/net-user-groups">.NET User Groups on Twitter</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../dotnet-user-groups.html">.NET User Group Events</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://dotnet.meetup.com/">.NET User Group Events on Meetup</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<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),
|
||||
|
||||
31
index.html
31
index.html
@@ -1,5 +1,30 @@
|
||||
<html>
|
||||
<p><a href="help/dotnet-docs.html">.NET Docs</a></p>
|
||||
|
||||
<p>The source for this site is hosted @ <a href="https://github.com/microsoft/getdotnet">microsoft/getdotnet</a> repo on GitHub.</p>
|
||||
<head>
|
||||
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"/>
|
||||
<link rel="stylesheet" href="css/main.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center">
|
||||
<img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" />
|
||||
<h1>Get .NET</h1>
|
||||
<p class="lead">This site can help you get started with the .NET Framework.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center">
|
||||
<ul class="nav">
|
||||
<li><a href="install-dotnet.html">Install .NET</a></li>
|
||||
<li><a href="target-dotnet-platforms.html">Target .NET Framework</a></li>
|
||||
<li><a href="dotnet-user-groups.html">.NET User Group meetings</a></li>
|
||||
<li><a href="help/dotnet-docs.html">.NET Docs</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center">
|
||||
<p>The source for this site is hosted @ <a href="https://github.com/microsoft/getdotnet">microsoft/getdotnet</a> repo on GitHub.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -17,28 +17,25 @@
|
||||
-->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>
|
||||
<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 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>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h1><img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" /> Install the .NET Framework</h1>
|
||||
<p class="lead">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>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2>Available .NET Versions</h2>
|
||||
<ul id="versions" class="list-group"></ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<p class="lead">Developers may want to check out <a href="target-dotnet-platforms.html">Targeting Dotnet Platforms</a> and <a href="targeting-dotnet-versions.html">Targeting .NET Framework Versions</a> to learn more about targeting .NET Framework versions.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row"></div>
|
||||
|
||||
<p>Developers may want to check out <a href="target-dotnet-platforms.html">Targeting Dotnet Platforms</a> and <a href="targeting-dotnet-versions.html">Targeting .NET Framework Versions</a> to learn more about targeting .NET Framework versions.</p>
|
||||
|
||||
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
|
||||
|
||||
<style>
|
||||
li {font-size: 14pt;}
|
||||
div {font-size: 12pt;}
|
||||
</style>
|
||||
<script>
|
||||
document.title = "Install .NET Framework Versions";
|
||||
$(document).ready(function() {
|
||||
|
||||
Reference in New Issue
Block a user