Advertisement
Guest User

d

a guest
Feb 21st, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.22 KB | None | 0 0
  1. <?php
  2. /*
  3. Template Name: about
  4. */
  5. //Display the header
  6. get_header();
  7. //Display the page content/body
  8. <div id="layout" class="pagewidth clearfix">
  9. <head>
  10. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  11. <title>About us</title>
  12. <!-- CSS Code -->
  13. <?php bloginfo('template_directory'); ?>/styleabout.css ?>  
  14. <?php bloginfo('template_directory'); ?>/reset.css ?>
  15. <!-- JS Code -->
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  17. <script src="/js/script.js"></script>
  18. </head>
  19.  
  20. <body>
  21. <a href="http://www.inspirates.net" title="InsPirates"></a>
  22.  
  23. <!-- Section #1 -->
  24. <section id="text1" data-speed="10" data-type="background">
  25.   <article></article>
  26. </section>
  27. <!-- Section #2 -->
  28. <section id="text2" data-speed="10" data-type="background">
  29.   <article></article>
  30. </section>
  31. <!-- Section #3 -->
  32. <section id="text3" data-speed="10" data-type="background">
  33.   <article></article>
  34. </section>
  35. <!-- Section #4 -->
  36. <section id="text4" data-speed="10" data-type="background">
  37.   <article></article></section>
  38.   <!-- Section #5 -->
  39. <section id="text5" data-speed="10" data-type="background">
  40.   <article></article>
  41.  
  42. </section>
  43. }
  44. //Display the footer
  45. get_footer();
  46. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement