| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <div id="snippet-inline-editor">
- <div id="toolbar"></div>
- <header id="header">
- <h2>Gone traveling</h2>
- <h3>Monthly travel news and inspiration</h3>
- </header>
- <div id="content">
- <h3>Destination of the Month</h3>
- <h4>Valletta</h4>
- <figure class="image image-style-align-right">
- <img alt="Picture of a sunlit facade of a Maltan building." src="%BASE_PATH%/assets/img/malta.jpg">
- <figcaption>It's siesta time in Valletta.</figcaption>
- </figure>
- <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>
- </div>
- <div class="demo-row">
- <div class="demo-row__half">
- <div id="footer-left">
- <h3>The three greatest things you learn from traveling</h3>
- <p><a href="#">Find out more</a></p>
- </div>
- </div>
- <div class="demo-row__half">
- <div id="footer-right">
- <h3>Walking the capitals of Europe: Warsaw</h3>
- <p><a href="#">Find out more</a></p>
- </div>
- </div>
- </div>
- </div>
- <style>
- /* Give the toolbar some space so it does not look like it belongs to the header root only. */
- #snippet-inline-editor #toolbar {
- margin-bottom: 1em;
- }
- </style>
|