HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/HKemperman/tcdebraken.nl/wwwroot/Views/Shared/_Layout.cshtml
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">    
    <title>@ViewBag.Title</title>
    <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
    @Styles.Render("~/Content/login")
    @Styles.Render("~/Content/css")
    @Scripts.Render("~/bundles/modernizr")
    @RenderSection("Styles", false)
</head>
<body data-spy="scroll" data-offset="50">

    <nav class="navbar navbar-expand-lg sticky-top navbar-dark bg-dark">
        <a class="navbar-brand" href='@Url.Action("Index", "Home")'><img src='@Url.Content("~/Images/nav-logo.png")' /></a>
        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#debrakennavbar" >
            <span class="navbar-toggler-icon"></span>
        </button>

        <div class="collapse navbar-collapse" id="debrakennavbar">
            <ul class="navbar-nav mr-auto">
                <li class="nav-item">
                    <a class="nav-link" href='@Url.Action("Index", "Home")'>HOME</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" href='@Url.Action("Index", "Announcements")' >NIEUWS</a>
                </li>
                <li class="nav-item">                
                    <a class="nav-link" href='@Url.Action("Index", "Events")'>ACTIVITEITEN</a>
                </li>

                <li class="nav-item dropdown">
                    <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" data-bs-toggle="dropdown" >DE CLUB <span class="caret"></span></a>
                    <div class="dropdown-menu">

                        <a class="dropdown-item" href='@Url.Action("Index", "Club")'>OVER T.C. DE BRAKEN</a>
                        <a class="dropdown-item" href='@Url.Action("Board", "Club")'>BESTUUR</a>
                        <a class="dropdown-item" href='@Url.Action("Contact", "Club")'>CONTACT</a>
                        <a class="dropdown-item" href='@Url.Action("BecomeMember", "Club")'>LID WORDEN</a>
                        <a class="dropdown-item" href='@Url.Action("Invitees", "Club")'>INTRODUCES</a>

                    </div>
                </li>

                <li class="nav-item">
                    <a class="nav-link" href="https://www.facebook.com/pages/TC-De-Braken/696806747074919" target="_blank">
                        <i class="fa fa-facebook fa-lg" aria-hidden="true"></i>
                    </a>
                </li>
            </ul>
            @Html.Partial("_LoginPartial")
        </div>

    </nav>

    @RenderBody()

    @Html.Action("Ads", "Home")

    <footer>

        <div class="container-fluid" id="footer-content">
            <div class="row">
                <div class="col-xs-6 col-md-3">
                    NAVIGATIE<br /><br />
                    <ul>
                        <li>@Html.ActionLink("Home", "Index", "Home", new { @class = "text-decoration-none" })</li>
                        <li>@Html.ActionLink("Nieuws", "Index", "Announcements", new { @class = "text-decoration-none" })</li>
                        <li>@Html.ActionLink("Activiteiten", "Index", "Events", new { @class = "text-decoration-none" })</li>
                        <li>@Html.ActionLink("Over T.C. De Braken", "Index", "Club", new { @class = "text-decoration-none" })</li>
                        <li>@Html.ActionLink("Bestuur", "Board", "Club", new { @class = "text-decoration-none" })</li>
                        <li>@Html.ActionLink("Contact", "Contact", "Club", new { @class = "text-decoration-none" })</li>
                        <li>@Html.ActionLink("Lid worden", "BecomeMember", "Club", new { @class = "text-decoration-none" })</li>
                        <li>@Html.ActionLink("Introducés", "Invitees", "Club", new { @class = "text-decoration-none" })</li>
                    </ul>
                </div>
                <div class="col-md-3 hidden-xs hidden-sm">
                    HANDIGE LINKS<br /><br />
                    <ul>
                        <li><a href="https://www.facebook.com/TC-De-Braken-696806747074919/" class="text-decoration-none" target="_blank">Facebook</a></li>
                        <li><a href="http://www.toernooi.nl" class="text-decoration-none" target="_blank">Toernooi.nl</a></li>
                        <li><a href="http://www.knltb.nl" class="text-decoration-none" target="_blank">KNLTB</a></li>
                        <li><a href="http://www.buienradar.nl" class="text-decoration-none" target="_blank">Buienradar</a></li>
                    </ul>
                </div>
                <div class="col-md-3 hidden-xs hidden-sm">
                    T.C. DE BRAKEN<br /><br />
                    District:<br />
                    Oost-Brabant
                    <br /><br />
                    Baansoort:<br />
                    Kunstgras (3 banen)
                    <br /><br />
                    0495-594030<br />
                    <a href="mailto:tcdebraken@hotmail.com" class="text-decoration-none" >tcdebraken@hotmail.com</a>
                </div>
                <div class="col-xs-6 col-md-3">
                    LIKE T.C. DE BRAKEN OP FACEBOOK<br /><br />
                    <a href="https://www.facebook.com/pages/TC-De-Braken/696806747074919" target="_blank">
                        <i class="fa fa-facebook fa-3x" aria-hidden="true"></i>
                    </a>
                </div>                
            </div>
        </div>

        <div class="container text-center">
            <p>@Html.ActionLink("©", "Index", "Account", null, new { @class = "text-decoration-none footer-copyright" }) 2016 T.C. De Braken - Alle rechten voorbehouden</p>
        </div>
    </footer>

    @Scripts.Render("~/bundles/jquery")
    @Scripts.Render("~/bundles/jqueryui")
    @Scripts.Render("~/bundles/bootstrap")
    @Scripts.Render("~/bundles/fn")
    @RenderSection("scripts", required: false)
</body>
</html>