Website content goes here...

Implementation

The following HTML implements this page:

<!DOCTYPE html>
<html lang="en">

<head>
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
    <meta charset="utf-8">
    <title>GEL | External Website Example</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="/gel/releases/3.latest/css/blue-light-gel.css" media="screen">
    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->

    <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
</head>

<body class="with-navbar-fixed-top">
    <div class="navbar navbar-default navbar-fixed-top material-1">
        <div class="container-fluid">
            <div class="navbar-header">
                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-default .navbar-collapse"
                    aria-expanded="false">
                    <span class="sr-only">Toggle navigation</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <a class="navbar-brand bg-white" href="https://www.bnsf.com/">
                    <img height="20" src="/gel/assets/images/BNSF-logo-color.png">
                </a>
                <a class="navbar-brand" href="#">Title</a>
            </div>
            <div class="navbar-collapse collapse">
                <ul class="nav navbar-nav navbar-right">
                    <li>
                        <a href="#">
                            External Example Home
                        </a>
                    </li>
                    <li class="dropdown">
                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                            <span class="chip">
                                <span class="chip-avatar">
                                    <i class="fa fa-user-circle-o"></i>
                                </span>Caleb Peterson
                                <b class="caret"></b>
                            </span>
                        </a>
                        <ul class="dropdown-menu">
                            <li>
                                <a href="#">
                                    <i class="fa fa-user"></i>Profile</a>
                            </li>
                            <li>
                                <a href="#">
                                    <i class="fa fa-sliders"></i>Preferences</a>
                            </li>
                            <li>
                                <a href="#">
                                    <i class="fa fa-bell-o"></i>Notifications</a>
                            </li>
                            <li class="divider"></li>
                            <li>
                                <a href="#">
                                    <i class="fa fa-power-off"></i>Logout</a>
                            </li>
                        </ul>
                    </li>
                </ul>
            </div>
        </div>
    </div>

    <div class="hero"></div>

    <div class="container-fluid" style="margin-left: 15px; margin-right: 15px;">
        <div class="row whiteframe material-0" style="padding-top: 15%; padding-bottom: 15%;">
            <div class="col-md-4 col-md-offset-4 col-xs-12">
                <p class="text-center text-muted">Website content goes here...</p>
            </div>
        </div>
    </div>

    <!-- Begin: Include External Boilerplate -->
    <div class="container-fluid" style="margin-top: 30px; margin-bottom: 30px;">
        <div class="row">
            <div class="col-xs-12">
                <h3>Implementation</h3>
                <p>
                    The following
                    <code>HTML</code> implements this page:
                </p>
            </div>
        </div>
        <div class="row">
            <div class="col-xs-12">
                <pre>{{{include escape=true file="webapps/3/examples/external.html" }}}</pre>
            </div>
        </div>
    </div>
    <!-- End: Include External Boilerplate -->

    <nav class="navbar navbar-default navbar-static-bottom">
        <div class="container text-center">
            <div class="navbar-center">
                <p class="navbar-text">
                    <a href="#">Terms of Use</a>
                    &nbsp;&bull;&nbsp;
                    <a href="#">Privacy Policy</a>
                    &nbsp;&bull;&nbsp;
                    <span>&copy; BNSF Railway Company. All Rights Reserved.</span>
                </p>
            </div>
        </div>
    </nav>

    <script src="/gel/releases/3.latest/js/bootstrap.min.js"></script>
    <script src="/gel/releases/3.latest/js/nouislider.min.js"></script>
</body>

</html>