Advertisement
idotherest34

submenu-smk3

Dec 5th, 2020
909
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <title>Goats 'R Us</title>
  5.         <meta charset="UTF-8">
  6.         <meta name="description" content="A site devoted to goats">
  7.         <link rel="preconnect" href="https://fonts.gstatic.com">
  8. <link href="https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@700&display=swap" rel="stylesheet">
  9.         <link rel="stylesheet" href="css/styles.css"/>
  10.     </head>
  11.  
  12.     <body>
  13.         <header>
  14.             <h1>Goats 'R Us</h1>
  15.             <nav aria-label="Main Menu"></nav>
  16.             <img src="images/goatFarm.jpeg" alt="Goats in a field"/>
  17.            <ul role="menubar">
  18.                <li role="none"><a href="home.html" role="menuitem">Home</a></li>
  19.                <li role="none"><a href="breeds.html" role="menuitem">Our Breeds</a></li>
  20.                <li role="none"><ul aria-label="Product Submenu"
  21.                role="menu"><a href="products.html" role="menuitem" aria-haspopup="true">Order Products</a></li>
  22.                <li role="none"><a href="" role="menuitem">Goat Milk Soap</a></li>
  23.                <li role="none"><a href="" role="menuitem">Cheese</a></li>
  24.                <li role="none"><a href="" role="menuitem">Milk</a></li>
  25.            
  26.             </ul>
  27.        
  28.         </header>
  29.  
  30.         <main>
  31.            
  32.             <article>
  33.                 <h2>About Us</h2>
  34.                 <p>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.</p>
  35.             </article>
  36.  
  37.         </main>
  38.  
  39.         <footer>
  40.             <p>&copy; Goats 'R Us 2019</p>
  41.         </footer>
  42.  
  43.     </body>
  44. </html>
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement