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
29 changes: 20 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Five Fun Facts</title>
</head>

<body>
<header>
<h1>Five Fun Facts</h1>
</header>
<main>
<section class="background-info">
<h2>GitHub Practice Workshop</h2>
<p>In this workshop you will be using GitHub to explore a project's source code and learning how to investigate it.</p>
<p>In this workshop you will be using GitHub to explore a project's source code and learning how to
investigate it.</p>
</section>
<section class="content">
<div>
Expand All @@ -39,32 +42,38 @@ <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="hppts://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">
<img src="https://cdn.pixabay.com/photo/2017/08/24/07/36/birmingham-2675655_1280.jpg"
alt="Canal boats in Birmingham at night">
</section>
<section class="content inverted">
<div>
<h3>Facts About London</h3>
<ul>
<li>The <a href="https://www.visitlondon.com/things-to-do/place/45615751-london-mithraeum?_gl=1*ynfhcx*_up*MQ..*_ga*MTAxOTU2ODI2My4xNzU4ODEzNzgy*_ga_BDFPSHTGM0*czE3NTg4MTM3ODEkbzEkZzAkdDE3NTg4MTM3ODEkajYwJGwwJGgw" target="_blank">oldest building in London</a> is almost 1800 years old!</li>
<li>The <a
href="https://www.visitlondon.com/things-to-do/place/45615751-london-mithraeum?_gl=1*ynfhcx*_up*MQ..*_ga*MTAxOTU2ODI2My4xNzU4ODEzNzgy*_ga_BDFPSHTGM0*czE3NTg4MTM3ODEkbzEkZzAkdDE3NTg4MTM3ODEkajYwJGwwJGgw"
target="_blank">oldest building in London</a> is almost 1800 years old!</li>
<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>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>
</ul>
</div>
<img src="https://img.freepik.com/free-photo/view-london-skyline-by-night_268835-1398.jpg" alt="London skyline at night">
<img src="https://img.freepik.com/free-photo/view-london-skyline-by-night_268835-1398.jpg"
alt="London skyline at night">
</section>
<section class="content">
<div>
Expand All @@ -77,11 +86,13 @@ <h3>Facts About Cape Town</h3>
<li>The world's first heart transplant took place here in 1967</li>
</ul>
</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">
<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>
</main>
<footer>

</footer>
</body>

</html>
Loading