Advertisement
taufiqadi_07

footer

Jan 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. </main>
  2. <footer class="page-footer blue darken-1 main" style="margin:0px">
  3. <div class="container">
  4. <div class="row">
  5. <div class="col l6 s12">
  6. <h5 class="white-text">Company Bio</h5>
  7. <p class="grey-text text-lighten-4">We are a team of college students working on this project like it's our full time job. Any amount would help support and continue development on this project and is greatly appreciated.</p>
  8.  
  9.  
  10. </div>
  11. <div class="col l3 s12">
  12. <h5 class="white-text">Settings</h5>
  13. <ul>
  14. <li><a class="white-text" href="#!">Link 1</a></li>
  15. <li><a class="white-text" href="#!">Link 2</a></li>
  16. <li><a class="white-text" href="#!">Link 3</a></li>
  17. <li><a class="white-text" href="#!">Link 4</a></li>
  18. </ul>
  19. </div>
  20. <div class="col l3 s12">
  21. <h5 class="white-text">Connect</h5>
  22. <ul>
  23. <li><a class="white-text" href="#!">Link 1</a></li>
  24. <li><a class="white-text" href="#!">Link 2</a></li>
  25. <li><a class="white-text" href="#!">Link 3</a></li>
  26. <li><a class="white-text" href="#!">Link 4</a></li>
  27. </ul>
  28. </div>
  29. </div>
  30. </div>
  31. <div class="copyright blue darken-2">
  32. <div class="container">
  33. <div class="grey-text text-lighten-4 left">
  34. <p>PEMILIHAN RAYA UNIVERSITAS DIAN NUSWANTORO</p>
  35. </div>
  36. <div class="grey-text text-lighten-4 right">
  37. <p>© 2017 Design by Anony</p>
  38. </div>
  39. <div class="clearfix"> </div>
  40. </div>
  41. </div>
  42. </footer>
  43. <?php if($this->session->flashdata('messageTitle')!=''):?>
  44. <script>
  45. window.onload = function(){
  46. swal({
  47. title: "<?php echo $this->session->flashdata('messageTitle'); ?>",
  48. text: "<?php echo $this->session->flashdata('message'); ?>",
  49. showConfirmButton: true,
  50. confirmButtonColor: '#0760ef',
  51. type:"<?php echo $this->session->flashdata('messageType'); ?>"
  52. })
  53. };
  54. </script>
  55. <?php endif; ?>
  56. </body>
  57. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement