Style changes on index.html and Bootstrap grid on all relevant pages
This commit is contained in:
33
index.html
33
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>
|
||||
</html>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user