Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta charset="UTF-8">
  5. <title>Website Footer</title>
  6. <link rel="stylesheet" type="text/css" href="websitefooter.css"/>
  7. </head>
  8. <body>
  9. <div id="fb-root"></div>
  10. <script>(function(d, s, id) {
  11. var js, fjs = d.getElementsByTagName(s)[0];
  12. if (d.getElementById(id)) return;
  13. js = d.createElement(s); js.id = id;
  14. js.src = "//connect.facebook.net/bg_BG/sdk.js#xfbml=1&version=v2.0";
  15. fjs.parentNode.insertBefore(js, fjs);
  16. }(document, 'script', 'facebook-jssdk'));</script>
  17.  
  18. <footer>
  19. <section id="buttons">
  20. <a href="https://softuni.bg/users/candidate/register">Apply Now</a>
  21. <a href="https://softuni.bg/trainings/fasttracks">Fast track courses</a>
  22. </section>
  23. <section>
  24. <h4>ABOUT THE UNIVERSITY</h4>
  25. <ul>
  26. <li><a href="https://softuni.bg/about">About</a></li>
  27. <li><a href="https://softuni.bg/professions">Professions</a></li>
  28. <li><a href="https://softuni.bg/plans">Plans</a></li>
  29. <li><a href="https://softuni.bg/errors/pagenotfound">Partner universities</a></li>
  30. <li><a href="https://softuni.bg/trainers">Trainers</a></li>
  31. <li><a href="https://softuni.bg/errors/pagenotfound">Dorms</a></li>
  32. <li><a href="https://softuni.bg/apply">Apply</a></li>
  33. </ul>
  34. </section>
  35. <section>
  36. <h4>НАШИТЕ ПРИЯТЕЛИ</h4>
  37. <ul>
  38. <li><a href="http://www.nakov.com">Svetlin Nakov blog</a></li>
  39. <li><a href="http://www.introprogramming.info/">C# book</a></li>
  40.  
  41. </ul>
  42. </section>
  43. <section>
  44. <h4>Software University Learning System - 1.0.5287</h4>
  45. <span>&#169;2013-2014 - Software University. All Rights Reserved.</span>
  46. <div>
  47. <a href="https://twitter.com/softunibg"><img src="https://softuni.bg/Content/design/twitter.png" alt="twitter"/></a>
  48. <a href="https://www.facebook.com/SoftwareUniversity"><img src="https://softuni.bg/Content/design/facebook.png" alt="Facebook"/></a>
  49. <a href="https://plus.google.com/+SoftuniBg"><img src="https://softuni.bg/Content/design/googleplus.png" alt="google+"/></a>
  50. </div>
  51.  
  52. </section>
  53. <section>
  54. <div class="fb-like-box" data-href="https://www.facebook.com/SoftwareUniversity" data-colorscheme="light" data-show-faces="true" data-header="true" data-stream="false" data-show-border="true"></div>
  55. </section>
  56.  
  57. </footer>
  58. </body>
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement