Edge Links

Line section on top or bottom with your contacts or any information
GO BACK
<div class="edge edge-links">
  <div class="container">
    <div class="row">
      <div class="col-xs-12 col-md-6 edge-left-block m-b-0">
        <a href="#" class="edge-button">Support</a>
        <a href="#" class="edge-button">Partners</a>
        <a href="#" class="edge-button">Blog</a>
        <a href="#" class="edge-button">Elephant</a>
      </div>
      <div class="col-xs-12 col-md-6 text-right edge-right-block m-b-0">
        <a href="#" class="edge-button" data-toggle="modal" data-target=".register-modal">Register</a>
        <a href="#" class="edge-button" data-toggle="modal" data-target=".login-modal">Login</a>
        <a href="#" class="edge-button">Privacy</a>
        <a href="#" class="edge-button">Releases</a>

      </div>
    </div>
  </div>
</div>