Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h3>Facts About Glasgow</h3>
<li>There is <em>always</em> a traffic cone on the Duke of Wellington statue!</li>
</ul>
</div>
<img src="https://c.files.bbci.co.uk/16F94/production/_130100149_pa-20938626-1.jpg">
<img src="https://c.files.bbci.co.uk/16F94/production/_130100149_pa-20938626-1.jpg" alt="Glasgow">
</section>
<section class="content inverted">
<div>
Expand All @@ -39,18 +39,18 @@ <h3>Facts About Manchester</h3>
<li>The vegetarian movement started here in 1847</li>
</ul>
</div>
<img src="hppts://media.istockphoto.com/id/1492724975/photo/manchester-tram.jpg?s=612x612&w=0&k=20&c=mZY9zrqVe9dS8W-pBlrsJAr0-jZdVg4ThbEiRI5kZeQ=" alt="A Manchester tram">
<img src="https://media.istockphoto.com/id/1492724975/photo/manchester-tram.jpg?s=612x612&w=0&k=20&c=mZY9zrqVe9dS8W-pBlrsJAr0-jZdVg4ThbEiRI5kZeQ=" alt="A Manchester tram">
</section>
<section class="content">
<div>
<h3>Facts About Birmingham</h3>
<ol>
<ul>
<li>There are more canals here (35 miles) than in Venice (26 miles)</li>
<li>The world's first football league started here</li>
<li>The postage stamp was invented here in 1839</li>
<li>Home to the 5th busiest McDonald's in the world</li>
<li>The board game Cluedo was invented here in 1943</li>
</uol>
</ul>
</div>
<img src="https://cdn.pixabay.com/photo/2017/08/24/07/36/birmingham-2675655_1280.jpg" alt="Canal boats in Birmingham at night">
</section>
Expand All @@ -62,6 +62,7 @@ <h3>Facts About London</h3>
<li>Holds the record for most Olympic Games hosted by a city</li>
<li>The shortest street is only 36ft long</li>
<li>Has so many trees that it meets the UN's <a href="https://www.un-redd.org/glossary/forest">definition of a forest</a></li>
<li>Big Ben isn't actually the name of the famous clock tower.</li>
</ul>
</div>
<img src="https://img.freepik.com/free-photo/view-london-skyline-by-night_268835-1398.jpg" alt="London skyline at night">
Expand All @@ -79,6 +80,19 @@ <h3>Facts About Cape Town</h3>
</div>
<img src="https://plus.unsplash.com/premium_photo-1697730061063-ad499e343f26?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8Y2FwZSUyMHRvd258ZW58MHx8MHx8fDA%3D" alt="Arial view of Cape Town taken from above the ocean">
</section>
<section class="content inverted">
<div>
<h3>Facts About Sheffield</h3>
<ul>
<li>Trees Outnumber People 4 to 1</li>
<li>Home to the World Oldest Football Club</li>
<li>It Sits Inside a National Park</li>
<li>Birthplace of Stainless Steel</li>
<li>Europe's Largest Urban Glasshouse</li>
</ul>
</div>
<img src="https://thesanetravel.com/images/NewTravels/Sheffield/31-town-hall-thesanetravel.com-20230622_194937.JPG" alt="view of Sheffield city centre with the town hall in the foreground">
</section>
</main>
<footer>

Expand Down
Loading