Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <section id="section-one" class="section-one">
  2. <div class="wrap padded mark-background">
  3. <h2>
  4. Who We Are
  5. </h2>
  6. <div class="four-sixths first">
  7. <h5 class="subhead">
  8. Here's my subhead
  9. </h5>
  10.  
  11. <p>
  12. Here's some text
  13. </p>
  14. </div>
  15.  
  16. <div class="two-sixths">
  17. <div>
  18. <img class="page-image" src="../ui/images/who-we-are.jpg" alt="Team members in a meeting">
  19. </div>
  20. </div>
  21. </div>
  22. </section>
  23.  
  24. <script>
  25. var $page_image = $('.page-image');
  26. $page_image.each(function() {
  27. $page_image.insertAfter($(this).parents('section').children('div .subhead'));
  28. });
  29. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement