Index.cshtml 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. @{
  2. ViewBag.Title = "Home Page";
  3. }
  4. <div class="jumbotron">
  5. <h1>ASP.NET</h1>
  6. <p class="lead">ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS and JavaScript.</p>
  7. <p><a href="http://asp.net" class="btn btn-primary btn-lg">Learn more &raquo;</a></p>
  8. </div>
  9. <div class="row">
  10. <div class="col-md-4">
  11. <h2>Getting started</h2>
  12. <p>
  13. ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that
  14. enables a clean separation of concerns and gives you full control over markup
  15. for enjoyable, agile development.
  16. </p>
  17. <p><a class="btn btn-default" href="http://go.microsoft.com/fwlink/?LinkId=301865">Learn more &raquo;</a></p>
  18. </div>
  19. <div class="col-md-4">
  20. <h2>Get more libraries</h2>
  21. <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>
  22. <p><a class="btn btn-default" href="http://go.microsoft.com/fwlink/?LinkId=301866">Learn more &raquo;</a></p>
  23. </div>
  24. <div class="col-md-4">
  25. <h2>Web Hosting</h2>
  26. <p>You can easily find a web hosting company that offers the right mix of features and price for your applications.</p>
  27. <p><a class="btn btn-default" href="http://go.microsoft.com/fwlink/?LinkId=301867">Learn more &raquo;</a></p>
  28. </div>
  29. </div>