Style changes on index.html and Bootstrap grid on all relevant pages

This commit is contained in:
Zlatko Knezevic
2015-07-28 15:26:30 -07:00
parent 97cd50d788
commit 388aceda40
6 changed files with 128 additions and 109 deletions

3
.gitignore vendored
View File

@@ -197,3 +197,6 @@ FakesAssemblies/
# Vim files
*.swp
# Jekyll stuff
_site/

View File

@@ -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;
}

View File

@@ -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(){

View File

@@ -1,57 +1,45 @@
<html>
<head>
<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>
<p>This page provides links to .NET Framework documentation that can be helpful for building apps and libraries with .NET.</p>
<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>
<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://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>
<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>
@@ -63,8 +51,9 @@ Lucida Grande,Verdana,Arial,Helvetica,sans-serif; font-size:30px;vertical-align:
<li><a href="http://facebook.com/aspnet">ASP.NET Facebook account</a></li>
</ul>
</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>
@@ -76,6 +65,9 @@ Lucida Grande,Verdana,Arial,Helvetica,sans-serif; font-size:30px;vertical-align:
<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),

View File

@@ -1,5 +1,30 @@
<html>
<p><a href="help/dotnet-docs.html">.NET Docs</a></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>

View File

@@ -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">
<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 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>
</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>
<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() {