Finishing menus on other pages

This commit is contained in:
Zlatko Knezevic
2015-07-31 09:47:36 -07:00
parent 5780ed58f5
commit 6b40493ce4
4 changed files with 192 additions and 73 deletions

View File

@@ -1,33 +1,57 @@
<html>
<head>
<title>
Installing .NET with the Windows Control Panel
</title>
</head>
<title>Installing .NET with the Windows Control Panel</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.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" />
Installing .NET with the Windows Control Panel
<div class="nav-menu nav-menu-collapsed" id="navigationMenu">
<div class="nav-menu-header">
<img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" />
</div>
<div class="nav-menu-content">
<ul>
<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="dotnet-docs.html">.NET Docs</a></li>
</ul>
</div>
</div>
<div class="main-content">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="sub-menu">
<a href="#" id="menuControl"><span class="fa fa-bars"></span></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h1>Installing .NET with the Windows Control Panel</h1>
<h1>Problem</h1>
<p>You need to install the .NET Framework to run an app or game on Windows. </p>
<h2>Problem</h2>
<p>You need to install the .NET Framework to run an app or game on Windows. </p>
<h1>Solution</h1>
<h2>Solution</h2>
<p>You can also enable the .NET Framework yourself through the Control Panel in Windows. In Control Panel, choose <b>Programs and Features</b>, choose <b>Turn Windows features on or off</b>, and then select the <b>.NET Framework</b> check box. </p>
<p>You can also enable the .NET Framework yourself through the Control Panel in Windows. In Control Panel, choose <b>Programs and Features</b>, choose <b>Turn Windows features on or off</b>, and then select the <b>.NET Framework</b> check box. </p>
<p>The Turning Windows features on or off in Control Panel dialog will look similar to the following picture. It shows the .NET Framework 3.5, however your machine may show a different version, such as 2.0, 4.0 or 4.5. Select the .NET Framework version you see to get your apps working.</p>
<p>The Turning Windows features on or off in Control Panel dialog will look similar to the following picture. It shows the .NET Framework 3.5, however your machine may show a different version, such as 2.0, 4.0 or 4.5. Select the .NET Framework version you see to get your apps working.</p>
<p><img src="dotnet-control-panel.png"></p>
<p><img src="dotnet-control-panel.png"></p>
<p>You can also read the <a href="http://support.microsoft.com/kb/2715633">Microsoft support document</a> on installing the .NET Framework using the Control Panel.</p>
<p>You can also read the <a href="http://support.microsoft.com/kb/2715633">Microsoft support document</a> on installing the .NET Framework using the Control Panel.</p>
<p>You can also <a href="mailto:dotnethelp@microsoft.com?subject=Help installing .NET via the Control Panel">contact Microsoft for help</a> if you cannot get the correct version of the .NET Framework installed.</p>
</div>
<p>You can also <a href="mailto:dotnethelp@microsoft.com?subject=Help installing .NET via the Control Panel">contact Microsoft for help</a> if you cannot get the correct version of the .NET Framework installed.</p>
</div>
</div>
</div>
</div>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="../js/main.js"></script>
<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),
@@ -39,4 +63,4 @@ Installing .NET with the Windows Control Panel
</script>
</body>
</html>
</html>