-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
68 lines (67 loc) · 2.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<html>
<head>
<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 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 class="active"><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="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 text-center">
<img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" />
<h1 class="lead-title">Get the latest version of the .NET Framework</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">
<a href="http://download.microsoft.com/download/1/4/A/14A6C422-0D3C-4811-A31F-5EF91A83C368/NDP46-KB3045560-Web.exe"
class="btn btn-default btn-index-download">Download .NET 4.6</a>
</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>
</div>
<footer class="main-footer">
<ul class="footer-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>
<p>The source for this site is hosted @ <a href="https://github.com/microsoft/getdotnet">microsoft/getdotnet</a> repo on GitHub.</p>
</footer>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>