@Html.ActionLink("your logo here", "Index", "Home")
@Html.Partial("_LoginPartial")
@Html.ActionLink("Home", "Index", "Home")
@Html.ActionLink("About", "About", "Home")
@Html.ActionLink("Contact", "Contact", "Home")
@RenderSection("featured", required: false)
@RenderBody()
@Scripts.Render("~/bundles/jquery") @RenderSection("scripts", required: false)