62 lines
3.4 KiB
Plaintext
62 lines
3.4 KiB
Plaintext
@{
|
|
Layout = "/Views/Shared/_FlushPointLayout.cshtml";
|
|
ViewBag.Title = "Home Page";
|
|
}
|
|
|
|
@section content
|
|
{
|
|
<div class="jumbotron">
|
|
<h1>ASP.NET</h1>
|
|
<p class="lead">ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS and JavaScript.</p>
|
|
<p><a href="http://asp.net" class="btn btn-primary btn-lg">Learn more »</a></p>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<h2>Getting started</h2>
|
|
<p>
|
|
ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that
|
|
enables a clean separation of concerns and gives you full control over markup
|
|
for enjoyable, agile development.
|
|
</p>
|
|
<p><a class="btn btn-default" href="http://go.microsoft.com/fwlink/?LinkId=301865">Learn more »</a></p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h2>Get more libraries</h2>
|
|
<p>NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.</p>
|
|
<p><a class="btn btn-default" href="http://go.microsoft.com/fwlink/?LinkId=301866">Learn more »</a></p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h2>Web Hosting</h2>
|
|
<p>You can easily find a web hosting company that offers the right mix of features and price for your applications.</p>
|
|
<p><a class="btn btn-default" href="http://go.microsoft.com/fwlink/?LinkId=301867">Learn more »</a></p>
|
|
</div>
|
|
</div>
|
|
|
|
<address>
|
|
One Microsoft Way<br />
|
|
Redmond, WA 98052-6399<br />
|
|
<abbr title="Phone">P:</abbr>
|
|
425.555.0100
|
|
</address>
|
|
|
|
<address>
|
|
<strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.com</a><br />
|
|
<strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@example.com</a>
|
|
</address>
|
|
|
|
@* Remove the Wait() calls once we add support for async sections *@
|
|
@{
|
|
FlushAsync().Wait();
|
|
Task.Delay(TimeSpan.FromSeconds(1)).Wait();
|
|
}
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
Integer pharetra dignissim tortor, quis facilisis tellus faucibus in. Phasellus fringilla pellentesque justo eu tempor. Sed eget viverra lacus, eget gravida turpis. Donec dapibus sodales leo, non pharetra lacus volutpat quis. Quisque et auctor nulla. Nunc a orci ut libero luctus ornare ut eget erat. Integer eu risus tempor, scelerisque lacus nec, dignissim nisl. Ut ac leo nec velit tempus fringilla. Phasellus id nisi tortor. Aliquam magna nunc, congue eget sem quis, porta accumsan magna. Sed sit amet dapibus sem, placerat malesuada felis. Quisque vel dui ut est luctus congue.
|
|
</div>
|
|
|
|
<div class="col-md-6">
|
|
Aliquam nec elementum orci, ut interdum mi. Sed lorem lacus, malesuada in nisi a, auctor lobortis ipsum. Ut id erat suscipit, pharetra dui eu, sodales erat. Duis nibh turpis, vestibulum sit amet leo vitae, faucibus iaculis lectus. Nam lacinia purus fringilla dolor dictum posuere nec in libero. Integer id tempor elit. Mauris adipiscing ut sem id tincidunt. Cras turpis elit, dignissim vitae adipiscing vitae, ullamcorper in felis. Nullam et adipiscing neque. Integer ullamcorper eget tortor in sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Suspendisse pretium tristique libero, ut gravida est placerat quis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed lorem cursus, porttitor nibh eu, bibendum turpis.
|
|
</div>
|
|
</div>
|
|
} |