Style changes on index.html and Bootstrap grid on all relevant pages
This commit is contained in:
@@ -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">
|
||||
|
||||
<img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" style="vertical-align:middle" />
|
||||
.NET Framework Documentation and Resources</div>
|
||||
<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>
|
||||
|
||||
<p>This page provides links to .NET Framework documentation that can be helpful for building apps and libraries with .NET.</p>
|
||||
</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>
|
||||
|
||||
|
||||
<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),
|
||||
|
||||
Reference in New Issue
Block a user