Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. <nav style="background-color: #EDEDED;">
  2. <div class="container-fluid">
  3. <div class="navbar-header">
  4. <br><br>
  5. <table class="table table-hover" style="font-size: 12px;">
  6. <thead>
  7. <tr>
  8. <th>Company</th>
  9. <th>Contact</th>
  10. </tr>
  11. </thead>
  12. <tbody>
  13. <tr>
  14. <td><a href="about.php">About Us</a></td>
  15. <td><a href="">Contact us</a></td>
  16. </tr>
  17. <tr>
  18. <td><a href="#">Blog</a></td>
  19. <td><a href="">Privacy</a></td>
  20. </tr>
  21. <tr>
  22. <td><a href="">Carrier</a></td>
  23.  
  24. </tr>
  25. <tr>
  26. <td><a href="">FAQs</a></td>
  27. </tr>
  28. <tr>
  29. <td><a href="">Funding</a></td>
  30.  
  31. </tr>
  32. <tr>
  33.  
  34.  
  35. </tr>
  36.  
  37. </tbody>
  38. </table>
  39. </div>
  40.  
  41. <ul class="navbar-right" style="margin-right: 30px;">
  42. <img width="300px" height="200px" src="{{asset('public/frontEnd/images/logo.png')}}">
  43. <div>
  44. &nbsp;&nbsp;&nbsp;&nbsp;
  45. <a href="https://www.facebook.com/bootsnipp"><i id="social-fb" class="fa fa-facebook-square fa-3x social"></i></a>
  46. <a href="https://twitter.com/bootsnipp"><i id="social-tw" class="fa fa-twitter-square fa-3x social"></i></a>
  47. <a href="https://plus.google.com/+Bootsnipp-page"><i id="social-gp" class="fa fa-google-plus-square fa-3x social"></i></a>
  48. <a href="mailto:bootsnipp@gmail.com"><i id="social-em" class="fa fa-envelope-square fa-3x social"></i></a>
  49. </div>
  50. <p>(c) 2005-2017 PatientsLikeMe. All Rights Reserved. Information on
  51. <br>PatientsLikeMe.com is reported by our members and is not medical advice.</p>
  52. </a>
  53.  
  54. </ul>
  55. </div>
  56. </nav>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement