A unf. social network done poorly.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
837B

  1. <?php
  2. // height: 22px; (fix as needed.)
  3. echo '
  4. <!-- bottom bar. -->
  5. <nav class="navbar navbar-default navbar-fixed-bottom" style="background: #fff; height: 45px; outline: 1px #000 dashed;">
  6. <div class="container" style="height: 22px;">
  7. <p style="float: left;">
  8. <br>'/* err..dont ask. */.'
  9. [ Ashton Harding: <span class="relative_blink"><span class="notification_blink"><span class="online_blink">New</span></span></span>]
  10. </p>
  11. <center><sub><sub>[This bar looks like shit....]</sub></sub></center>
  12. <p style="float: right;">
  13. | <img src="img/chat_image.png" style="height: 45px; width: 45px;">
  14. | <img src="img/music_player.png" style="height: 45px; width: 45px;">
  15. | <img src="img/setting_image.png" style="height: 45px; width: 45px;">
  16. </p>
  17. </div>
  18. </nav>
  19. ';
  20. ?>