inline-editor.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <div id="snippet-inline-editor">
  2. <header data-inline-inject="true">
  3. <h2>Gone traveling</h2>
  4. <h3>Monthly travel news and inspiration</h3>
  5. </header>
  6. <div data-inline-inject="true">
  7. <h3>Destination of the Month</h3>
  8. <h4>Valletta</h4>
  9. <figure class="image image-style-align-right" style="width: 50%;">
  10. <img alt="Picture of a sunlit facade of a Maltan building." src="%BASE_PATH%/assets/img/malta.jpg">
  11. <figcaption>It's siesta time in Valletta.</figcaption>
  12. </figure>
  13. <p>The capital city of <a href="https://en.wikipedia.org/wiki/Malta" target="_blank" rel="external">Malta</a> is the top destination this summer. It’s home to a cutting-edge contemporary architecture, baroque masterpieces, delicious local cuisine and at least 8 months of sun. It’s also a top destination for filmmakers, so you can take a tour through locations familiar to you from Game of Thrones, Gladiator, Troy and many more.</p>
  14. </div>
  15. <div class="demo-row">
  16. <div class="demo-row__half">
  17. <div data-inline-inject="true">
  18. <h3>The three greatest things you learn from traveling</h3>
  19. <p><a href="#">Find out more</a></p>
  20. </div>
  21. </div>
  22. <div class="demo-row__half">
  23. <div data-inline-inject="true">
  24. <h3>Walking the capitals of Europe: Warsaw</h3>
  25. <p><a href="#">Find out more</a></p>
  26. </div>
  27. </div>
  28. </div>
  29. </div>