This repository was archived by the owner on Oct 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 464
Scotland class 5 - zoo project #76
Closed
Closed
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,136 +1,139 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <link rel="stylesheet" href="style.css"> | ||
| </head> | ||
| <body> | ||
| <header> | ||
| <img src='https://sharp-villani-e65ba8.netlify.app/zoo.svg' | ||
| alt="zoo logo" | ||
| id="logo" | ||
| > | ||
| <nav> | ||
| <ul> | ||
| <li>Directions</li> | ||
| <li>Food & Drink</li> | ||
| <li>Education</li> | ||
| <li>Your Visit</li> | ||
| </ul> | ||
| </nav> | ||
| </header> | ||
| <main> | ||
| <section class="introduction"> | ||
| <h1>Birmingham Zoo</h1> | ||
| </section> | ||
|
|
||
| <div id="badge"> | ||
| <p>Opening 2021!</p> | ||
| </div> | ||
|
|
||
| <section class="bears"> | ||
| <h2>Bears</h2> | ||
| <p>Did you know that a bear's closest relative is the seal? Or that bears can smell over 2,000 times better than humans?</p> | ||
| <div class="image-container"> | ||
| <img | ||
| src="https://placebear.com/200/300" | ||
| alt="Grizzly Bear" | ||
| width="200" | ||
| height="300" | ||
| > | ||
| <img src="https://placebear.com/400/300" | ||
| alt="Grizzly Bear" | ||
| width="400" | ||
| height="300" | ||
| > | ||
| <img src="https://placebear.com/200/400" | ||
| alt="Grizzly Bear" | ||
| width="200" | ||
| height="400" | ||
| > | ||
| </div> | ||
| </section> | ||
|
|
||
| <section class="tigers"> | ||
| <h2>Tiger</h2> | ||
| <h3>Top 5 Tiger Facts</h3> | ||
| <ol> | ||
| <li>Tigers are the largest cat species in the world reaching up to 3.3 meters in length and weighing up to 670 pounds! | ||
| <li>Tigers are easily recognizable with their dark vertical stripes and reddish/orange fur. | ||
| <li>The Bengal tiger is the most common tiger. | ||
| <li>Tigers live between 20-26 years in the wild. | ||
| <li>Unlike most other cats, tigers are great swimmers and actually like the water. | ||
| </ol> | ||
| </section> | ||
|
|
||
| <section class="giraffe"> | ||
| <h2>Giraffe</h2> | ||
|
|
||
| <p>Giraffes are the world's tallest mammals, thanks to their towering legs and long necks. A giraffe's legs alone are taller than many humans—about 6 feet . These long legs allow giraffes to run as fast as 35 miles an hour over short distances and cruise comfortably at 10 miles an hour over longer distances.</p> | ||
|
|
||
| <h3>Behavior</h3> | ||
|
|
||
| <p>Typically, these fascinating animals roam the open grasslands in small groups of about half a dozen.</p> | ||
|
|
||
| <p>Bulls sometimes battle one another by butting their long necks and heads. Such contests aren't usually dangerous and end when one animal submits and walks away.</p> | ||
|
|
||
| <h3>Height and Size</h3> | ||
|
|
||
| <p>Giraffes use their height to good advantage and browse on leaves and buds in treetops that few other animals can reach (acacias are a favorite). Even the giraffe's tongue is long! The 21-inch tongue helps them pluck tasty morsels from branches. Giraffes eat most of the time and, like cows, regurgitate food and chew it as cud. A giraffe eats hundreds of pounds of leaves each week and must travel miles to find enough food.</p> | ||
| </section> | ||
|
|
||
| <section class="news"> | ||
| <h2>News</h2> | ||
| <div class="card"> | ||
| <time>2010-04-16</time> | ||
| <h4>Helping wild turtles in Seychelles</h4> | ||
| <a>Find out More</a> | ||
| </div> | ||
| <div class="card"> | ||
| <time>2010-04-12</time> | ||
| <h4>Learning about the rainforest</h4> | ||
| <a>Find out More</a> | ||
| </div> | ||
| </section> | ||
|
|
||
| <section class="education"> | ||
| <div class="education-container"> | ||
| <h3>Learning resources for schools</h3> | ||
| <p>Explore our activities, videos, and lesson plans to support a wide range of curriculum topics</p> | ||
| <button>Find them here</button> | ||
| </div> | ||
| </section> | ||
|
|
||
| <section class="membership"> | ||
| <h2>Are there any benefits or discounts for members?</h2> | ||
| <p>There are <strong>AMAZING</strong> benefits of becoming a member with Birmingham Zoo! Our members get special discounts in our shops, cafes, and unlimited entry</p> | ||
| <button>Learn More</button> | ||
| </section> | ||
|
|
||
| <section class="programs"> | ||
| <h2>Programs</h2> | ||
| <div class="card"> | ||
| <h4>Children and Family Programs</h4> | ||
| <a>Find out More</a> | ||
| </div> | ||
| <div class="card"> | ||
| <h4>Adult Programs</h4> | ||
| <a>Find out More</a> | ||
| </div> | ||
| <div class="card"> | ||
| <h4>Youth and young adults</h4> | ||
| <a>Find out More</a> | ||
| </div> | ||
| <h3>Useful Links</h3> | ||
| <p> | ||
| </p> | ||
| <a href="https://www.w3schools.com">w3schools.com</a> | ||
| <a href="https://www.nationalgeographic.com/" target="_blank">National Geographic</a> | ||
| <a href="http://www.wikipedia.org" target="_top">Wikipedia</a> | ||
| </section> | ||
|
|
||
| </main> | ||
| <footer> | ||
| <p>Open Monday-Friday 7am-4pm</p><address>1 Birmingham Road</address> | ||
| </footer> | ||
| </body> | ||
|
|
||
| <head> | ||
| <link rel="stylesheet" href="style.css"> | ||
| </head> | ||
|
|
||
| <body> | ||
| <header> | ||
| <img src='https://sharp-villani-e65ba8.netlify.app/zoo.svg' alt="zoo logo" id="logo"> | ||
| <nav> | ||
| <ul> | ||
| <li>Directions</li> | ||
| <li>Food & Drink</li> | ||
| <li>Education</li> | ||
| <li>Your Visit</li> | ||
| </ul> | ||
| </nav> | ||
| </header> | ||
| <main> | ||
| <section class="introduction"> | ||
| <h1>Birmingham Zoo</h1> | ||
| <p> | ||
| The zoo is open every day of the year and features three major biomes: the Tropic Zone, Temperate Territory, and the Polar Circle. From tropical birds, to snow leopards, grizzly bears, and one of the nation’s largest colonies of Antarctic penguins, there | ||
| are animals to enjoy in every season.’ Most of the text on the page is very close together. Increase the amount of space of the text so that there's more breathing space. | ||
| </p> | ||
| </section> | ||
|
|
||
| <div id="badge"> | ||
| <p>Opening 2021!</p> | ||
| </div> | ||
|
|
||
| <section class="bears"> | ||
| <h2>Bears</h2> | ||
| <p>Did you know that a bear's closest relative is the seal? Or that bears can smell over 2,000 times better than humans?</p> | ||
| <div class="image-container"> | ||
| <img src="https://placebear.com/200/300" alt="Grizzly Bear" width="200" height="300"> | ||
| <img src="https://placebear.com/400/300" alt="Grizzly Bear" width="400" height="300"> | ||
| <img src="https://placebear.com/200/400" alt="Grizzly Bear" width="200" height="400"> | ||
| </div> | ||
| </section> | ||
| <section class="panda"> | ||
| <h3>panda storey</h3> | ||
| <p>e great camouflage for their environment Their eyes are different to normal bears Cubs are well protected in their first month Courageous cubs!</p> | ||
| <p>A helping handThey spend a lot of their day eating Bamboo is critical to their diet. </p> | ||
| <img src="https://lp-cms-production.imgix.net/features/2019/06/pandas-in-china-3e5b3f208093.jpg?format=auto" widht="200px" height="200px" alt="panda"></src> | ||
| </section> | ||
|
|
||
| <section class="tigers"> | ||
| <h2>Tiger Facts</h2> | ||
| <ul> | ||
| <li>Tigers are the largest cat species in the world reaching up to 3.3 meters in length and weighing up to 670 pounds! | ||
| <li>Tigers are easily recognizable with their dark vertical stripes and reddish/orange fur. | ||
| <li>The Bengal tiger is the most common tiger. | ||
| <li>Tigers live between 20-26 years in the wild. | ||
| <li>Unlike most other cats, tigers are great swimmers and actually like the water. | ||
| </ul> | ||
| </section> | ||
|
|
||
| <section class="giraffe"> | ||
| <h2>Giraffe</h2> | ||
|
|
||
| <p>Giraffes are the world's tallest mammals, thanks to their towering legs and long necks. A giraffe's legs alone are taller than many humans—about 6 feet . These long legs allow giraffes to run as fast as 35 miles an hour over short distances | ||
| and cruise comfortably at 10 miles an hour over longer distances.</p> | ||
|
|
||
| <h3>Behavior</h3> | ||
|
|
||
| <p>Typically, these fascinating animals roam the open grasslands in small groups of about half a dozen.</p> | ||
|
|
||
| <p>Bulls sometimes battle one another by butting their long necks and heads. Such contests aren't usually dangerous and end when one animal submits and walks away.</p> | ||
|
|
||
| <h3>Height and Size</h3> | ||
|
|
||
| <p>Giraffes use their height to good advantage and browse on leaves and buds in treetops that few other animals can reach (acacias are a favorite). Even the giraffe's tongue is long! The 21-inch tongue helps them pluck tasty morsels from branches. | ||
| Giraffes eat most of the time and, like cows, regurgitate food and chew it as cud. A giraffe eats hundreds of pounds of leaves each week and must travel miles to find enough food.</p> | ||
| </section> | ||
|
|
||
| <section class="news"> | ||
| <h2>News</h2> | ||
| <div class="card"> | ||
| <time>2010-04-16</time> | ||
| <h4>Helping wild turtles in Seychelles</h4> | ||
| <a>Find out More</a> | ||
| </div> | ||
| <div class="card"> | ||
| <time>2010-04-12</time> | ||
| <h4>Learning about the rainforest</h4> | ||
| <a>Find out More</a> | ||
| </div> | ||
| <div class="card"> | ||
| <time>2021-05-29</time> | ||
| <h4>Which big cat are you?</h4> | ||
| <a>Find out More</a> | ||
| </div> | ||
| </section> | ||
|
|
||
| <section class="education"> | ||
| <div class="education-container"> | ||
| <h3>Learning resources for schools</h3> | ||
| <p>Explore our activities, videos, and lesson plans to support a wide range of curriculum topics</p> | ||
| <button>Find them here</button> | ||
| </div> | ||
| </section> | ||
|
|
||
| <section class="membership"> | ||
| <h2>Are there any benefits or discounts for members?</h2> | ||
| <p>There are <strong>AMAZING</strong> benefits of becoming a member with Birmingham Zoo! Our members get special discounts in our shops, cafes, and unlimited entry</p> | ||
| <button>Learn More</button> | ||
| </section> | ||
|
|
||
| <section class="programs"> | ||
| <h2>Programs</h2> | ||
| <div class="card"> | ||
| <h4>Children and Family Programs</h4> | ||
| <a>Find out More</a> | ||
| </div> | ||
| <div class="card"> | ||
| <h4>Adult Programs</h4> | ||
| <a>Find out More</a> | ||
| </div> | ||
| <div class="card"> | ||
| <h4>Youth and young adults</h4> | ||
| <a>Find out More</a> | ||
| </div> | ||
| <h3>Useful Links</h3> | ||
| <p> | ||
| </p> | ||
| <a href="https://www.w3schools.com">w3schools.com</a> | ||
| <a href="https://www.nationalgeographic.com/" target="_blank">National Geographic</a> | ||
| <a href="http://www.wikipedia.org" target="_top">Wikipedia</a> | ||
| </section> | ||
|
|
||
| </main> | ||
| <footer> | ||
| <p>Open Monday-Friday 7am-4pm</p><address>1 Birmingham Road</address> | ||
| </footer> | ||
| </body> | ||
|
|
||
| </html> | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other animal sections use
h2so we should use that as well so it has the same heading level