mentors

mentors Git Source Tree


Root/app/views/404.blade.php

<!DOCTYPE <!DOCTYPE html>
<html>
<head>
  <title>403 Forbidden - Mentconnect</title>
  {{HTML::style('css/mentconnect.css')}}
  {{HTML::style('css/denied.css') }}
  <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css">
</head>
<body>
    <header id="cta" class="background-showcase">
      <div id="nv" class="navbar">
        <div class="container">
          <a class="navbar-brand" href="/">
            <div class="asset logo-white-header">
              {{ HTML::image("images/mentconnect.png", "editor", array("width" => "130px", "height" => "44px")) }}
            </div>
          </a>
          <ul class=" nav navbar-nav pull-right">
            <li class>
              {{HTML::link('partners', 'Partners') }}
            </li>
            <li class>
              {{HTML::link('blog', 'Blog') }}
            </li>
            <li class="button">
              {{HTML::link('login', 'Sign In') }}
            </li>
          </ul>
        </div>
      </div>
    </header>

    <div class="container">
      <div class="row">
        <div class="span12">
          <div class="jumbotron center">
              <h1>Access Denied <small><font face="Tahoma" color="red">Error 403</font></small></h1>
              <br />
              <p>Apparently you tried accessing a restricted area and the gods were not very pleased. Please press the <b>Back</b> button to navigate back to where you were, </p>
              <p><b>Or you could just press this neat little button:</b></p>
              <a href="/" class="btn btn-large btn-info"><i class="icon-home icon-white"></i> Take Me Home</a>
          </div>
        <br />
        </div>
      </div>
    </div>
    
    <div id="footer">
        <div id="sub-footer">
        <div class="container">
          <div class="row">
            <div class="col-lg-4">
              <p id="copyright-section">
                Copyright © 2014. All Rights Reserved.
              </p>
            </div>

            <div class="col-lg-4">
              {{HTML::image('images/mentconnect.png', "logo", array('width' => '140px', 'height' => '50px'))}}
            </div>

            <div class="col-lg-4">
              <p id="love">
                Built With Laravel + Bootstrap Frameworks by Elisha Chirchir.
              </p>
            </div>
          </div>
        </div>
      </div>
    </div>
</body>
</html>


Archive Download this file

Branches

Number of commits:
Page rendered in 0.12174s using 11 queries.