Advertisement
idotherest34

Untitled

Dec 5th, 2020
1,053
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <title>
  5.             Goats 'R Us
  6.         </title>
  7.         <meta charset="UTF-8"> <meta name="description" content="A site devoted to goats"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@700&amp;display=swap" rel="stylesheet"> <link rel="stylesheet" href="css/styles.css" />
  8.     </head>
  9.     <body>
  10.         <header>
  11.             <h1>
  12.                 Goats 'R Us
  13.             </h1>
  14.             <nav aria-label="Main Menu">
  15.             </nav>
  16.             <img src="images/goatFarm.jpeg" alt="Goats in a field" />
  17.             <ul role="menubar">
  18.                 <li role="none">
  19.                     <a href="home.html" role="menuitem">
  20.                         Home
  21.                     </a>
  22.                 </li>
  23.                 <li role="none">
  24.                     <a href="breeds.html" role="menuitem">
  25.                         Our Breeds
  26.                     </a>
  27.                 </li>
  28.                 <li role="none">Placeholder menu item
  29.                 </li>
  30.                 </ul>
  31.                     <ul aria-label="Product Submenu" role="menu">
  32.                         <a href="products.html" role="menuitem" aria-haspopup="true">
  33.                             Order Products
  34.                         </a>
  35.                 </li>
  36.                 <li role="none">
  37.                     <a href="" role="menuitem">
  38.                         Goat Milk Soap
  39.                     </a>
  40.                 </li>
  41.                 <li role="none">
  42.                     <a href="" role="menuitem">
  43.                         Cheese
  44.                     </a>
  45.                 </li>
  46.                 <li role="none">
  47.                     <a href="" role="menuitem">
  48.                         Milk
  49.                     </a>
  50.                 </li>
  51.             </ul>
  52.         </header>
  53.         <main>
  54.             <article>
  55.                 <h2>
  56.                     About Us
  57.                 </h2>
  58.                 <p>
  59.                     In the 1970s Ron and Jeanette Drake decided to be the fourth generation to continue the tradition and to raise their family on this farm. In the 1980s their son Daniel got his first goat when he was thirteen years old. He had raised 4-H steers, pigs and chickens. He wanted to have an animal that he could handle by himself and that would have more personality than pigs or chickens. He had an excellent 4-H dairy goat club leader who taught him all about goats. Her passion was contagious. He started showing his dairy goats at the Utah State Fair. He has been fascinated with dairy goats ever since. Today he is a dairy veterinarian in California and owns and operates the Drake Family Farms Goat Dairy in Ontario, California as well as being a main partner in Drake Family Farms Goat Dairy Utah.
  60.                 </p>
  61.             </article>
  62.         </main>
  63.         <footer>
  64.             <p>
  65.                 &copy; Goats 'R Us 2019
  66.             </p>
  67.         </footer>
  68.     </body>
  69. </html>
  70.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement