|
| 1 | +@{ |
| 2 | + Layout = "~/_SiteLayout.cshtml"; |
| 3 | + Page.Title = "Home Page"; |
| 4 | +} |
| 5 | + |
| 6 | +@section featured { |
| 7 | +<section class="featured"> |
| 8 | + <div class="content-wrapper"> |
| 9 | + <hgroup class="title"> |
| 10 | + <h1>@Page.Title.</h1> |
| 11 | + <h2>Modify this template to jump-start your ASP.NET Web Pages application.</h2> |
| 12 | + </hgroup> |
| 13 | + <p> |
| 14 | + To learn more about ASP.NET Web Pages, visit |
| 15 | + <a href="http://asp.net/webpages" title="ASP.NET Web Pages Website">http://asp.net/webpages</a>. |
| 16 | + The page features <mark>videos, tutorials, and samples</mark> to help you get the most from ASP.NET Web Pages. |
| 17 | + If you have any questions about ASP.NET Web Pages, visit |
| 18 | + <a href="http://forums.iis.net/1166.aspx" title="ASP.NET Web Pages Forum">our forums</a>. |
| 19 | + </p> |
| 20 | + </div> |
| 21 | +</section> |
| 22 | +} |
| 23 | + |
| 24 | +<h3>We suggest the following:</h3> |
| 25 | + |
| 26 | +<ol class="round"> |
| 27 | + <li class="one"> |
| 28 | + <h5>Getting Started</h5> |
| 29 | + ASP.NET Web Pages and the new Razor syntax provide a fast, approachable, and lightweight way to combine server code with HTML |
| 30 | + to create dynamic web content. Connect to databases, add video, link to social networking sites, and include many more features |
| 31 | + that let you create beautiful sites using the latest web standards. |
| 32 | + <a href="http://go.microsoft.com/fwlink/?LinkId=245139">Learn more…</a> |
| 33 | + </li> |
| 34 | + |
| 35 | + <li class="two"> |
| 36 | + <h5>Add NuGet packages and jump start your coding</h5> |
| 37 | + NuGet makes it easy to install and update free libraries and tools. |
| 38 | + <a href="http://go.microsoft.com/fwlink/?LinkId=245140">Learn more…</a> |
| 39 | + </li> |
| 40 | + |
| 41 | + <li class="three"> |
| 42 | + <h5>Find Web Hosting</h5> |
| 43 | + You can easily find a web hosting company that offers the right mix of features and price for your applications. |
| 44 | + <a href="http://go.microsoft.com/fwlink/?LinkId=245143">Learn more…</a> |
| 45 | + </li> |
| 46 | +</ol> |
0 commit comments