diff options
Diffstat (limited to 'HTML/Final/sneed/purchase/Soybeans-Seeds.html')
-rw-r--r-- | HTML/Final/sneed/purchase/Soybeans-Seeds.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/HTML/Final/sneed/purchase/Soybeans-Seeds.html b/HTML/Final/sneed/purchase/Soybeans-Seeds.html new file mode 100644 index 0000000..2c593ee --- /dev/null +++ b/HTML/Final/sneed/purchase/Soybeans-Seeds.html @@ -0,0 +1,55 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>Sneed's Feed and Seed - Soybeans Seeds</title> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href=../style.css> + <link rel="shortcut icon" href="../assets/Iconography/favicon.png" type="image/png"> + </head> + <body> + <div id=wrapper> + <header> + <img width=91 alt="The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it." src="../assets/Iconography/logo-small.png"> + + <div> + <h1>Sneed's Feed and Seed</h1> + <p id=headercaption>Formerly Chuck's</p> + </div> + </header> + <nav> + <ul> + <li><a href="../index.html">Home</a></li> + <li><a href="../store.html">Store</a></li> + <li><a href="../legal.html">Legal</a></li> + <li><a href="../about.html">About</a></li> + </ul> + </nav> + <main> + <div id=purchase-image> + <img alt="Button to navigate to the purchase form" class=purchase-button src=../assets/Plants/Soybean.USDA.jpg> + </div> + <div id=purchase-desc> + <h1>Soybeans Seeds</h1> + <a href=../purchase-form.html> + <img alt="A photo of Soybeans Seeds" src="../assets/Iconography/purchase.png"> + </a> + <h3>$3</h3> + <p><span class=ai title='This text is generated by a bot to cut down on development time! Any mistakes or insanity in the text should be taken with that fact in mind. See the About section for more information.'>Soybeans are a commonly grown plant that is known to contain high levels of phytic acid. Soy is one of the most widely used plant foods for human consumption. It is a rich source of many nutrients, including protein, fiber, calcium, magnesium, iron, vitamin B12, vitamin K, vitamin D, and vitamin B6. + +Soy is one of the most commonly grown plant foods for human consumption. It is a rich source of many nutrients, including protein, fiber, calcium, magnesium, iron, vitamin B12, vitamin K, vitamin D, and vitamin B6. Soybeans are a good source of fiber, antioxidants, and vitamins A, C, and E. + +Soy is a good source of fiber, antioxidants, and vitamins A, C, and E. Soybeans are a low-calorie food that is the main source of soy protein. Soybeans contain no cholesterol or saturated fat. + +Soybeans are a low-</span></p> + + </div> + </main> + <footer> + <p>Copyleft <span class=copyleft>©</span> - <a href=https://creativecommons.org/licenses/by-sa/4.0/>CC-BY-SA 4.0</a></p> + <small><a href=mailto:msglm@techchud.xyz>msglm</a></small> + <small><i>Last Updated April 28th 2022</i></small> + </footer> + </div> + </body> +</html> |