diff options
author | msglm <msglm@techchud.xyz> | 2023-01-14 05:31:48 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-01-14 05:31:48 -0600 |
commit | 9d53d8857eaa1c9405894a88ca75bc4657e42f35 (patch) | |
tree | eb1efc1d028b949dd83bb710c68be8eff58f26e7 /HTML/Final/sneed/store.html | |
download | school-code-master.tar.gz school-code-master.tar.bz2 school-code-master.zip |
Diffstat (limited to 'HTML/Final/sneed/store.html')
-rw-r--r-- | HTML/Final/sneed/store.html | 281 |
1 files changed, 281 insertions, 0 deletions
diff --git a/HTML/Final/sneed/store.html b/HTML/Final/sneed/store.html new file mode 100644 index 0000000..568df79 --- /dev/null +++ b/HTML/Final/sneed/store.html @@ -0,0 +1,281 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>Sneed's Feed and Seed - Store</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> + <h1>Seeds</h1> + <div class=big-shop-box> + <!--Items--> +<a href="purchase/Mason-Jars.html"> + <figure> + <img alt="an image of Mason Jars" src="assets/Tools/mason.jpg"> + <figcaption>Mason Jars</figcaption> + </figure> + </a> + +<a href="purchase/Mattock.html"> + <figure> + <img alt="an image of Mattock" src="assets/Tools/Cutter_mattock.jpg"> + <figcaption>Mattock</figcaption> + </figure> + </a> + +<a href="purchase/Copper-Adze.html"> + <figure> + <img alt="an image of Copper Adze" src="assets/Tools/Copperadze.jpg"> + <figcaption>Copper Adze</figcaption> + </figure> + </a> + +<a href="purchase/Bucket.html"> + <figure> + <img alt="an image of Bucket" src="assets/Tools/bucket.jpg"> + <figcaption>Bucket</figcaption> + </figure> + </a> + +<a href="purchase/Soil-Rake.html"> + <figure> + <img alt="an image of Soil Rake" src="assets/Tools/SoilRake.jpg"> + <figcaption>Soil Rake</figcaption> + </figure> + </a> + +<a href="purchase/Weeding-Shovel.html"> + <figure> + <img alt="an image of Weeding Shovel" src="assets/Tools/Weeder.jpg"> + <figcaption>Weeding Shovel</figcaption> + </figure> + </a> + +<a href="purchase/Hoe.html"> + <figure> + <img alt="an image of Hoe" src="assets/Tools/Hoe.jpg"> + <figcaption>Hoe</figcaption> + </figure> + </a> + +<a href="purchase/Thermometer.html"> + <figure> + <img alt="an image of Thermometer" src="assets/Tools/Thermometer.jpg"> + <figcaption>Thermometer</figcaption> + </figure> + </a> + +<a href="purchase/Spade.html"> + <figure> + <img alt="an image of Spade" src="assets/Tools/Spade.jpg"> + <figcaption>Spade</figcaption> + </figure> + </a> + +<a href="purchase/Copper-Saucepot.html"> + <figure> + <img alt="an image of Copper Saucepot" src="assets/Tools/saucepot.jpg"> + <figcaption>Copper Saucepot</figcaption> + </figure> + </a> + +<a href="purchase/Copper-Coil.html"> + <figure> + <img alt="an image of Copper Coil" src="assets/Tools/copper-coil.jpg"> + <figcaption>Copper Coil</figcaption> + </figure> + </a> + +<a href="purchase/Trowel.html"> + <figure> + <img alt="an image of Trowel" src="assets/Tools/Trowel.jpg"> + <figcaption>Trowel</figcaption> + </figure> + </a> + +<a href="purchase/The-Mother-of-Vinegar.html"> + <figure> + <img alt="an image of The Mother of Vinegar" src="assets/Tools/mother-of-vinegar.jpg"> + <figcaption>The Mother of Vinegar</figcaption> + </figure> + </a> + +<a href="purchase/Baking-Yeast.html"> + <figure> + <img alt="an image of Baking Yeast" src="assets/Tools/yeast.jpg"> + <figcaption>Baking Yeast</figcaption> + </figure> + </a> + +<a href="purchase/Pitchfork.html"> + <figure> + <img alt="an image of Pitchfork" src="assets/Tools/Blue_pitchfork.jpg"> + <figcaption>Pitchfork</figcaption> + </figure> + </a> + +<a href="purchase/Pickaxe.html"> + <figure> + <img alt="an image of Pickaxe" src="assets/Tools/Pickaxe.jpg"> + <figcaption>Pickaxe</figcaption> + </figure> + </a> + +<a href="purchase/Red-Onions-Seeds.html"> + <figure> + <img alt="an image of Red Onions Seeds" src="assets/Plants/onion.jpg"> + <figcaption>Red Onions Seeds</figcaption> + </figure> + </a> + +<a href="purchase/Carolina-Reapers-Seeds.html"> + <figure> + <img alt="an image of Carolina Reapers Seeds" src="assets/Plants/Carolina_Reaper.jpg"> + <figcaption>Carolina Reapers Seeds</figcaption> + </figure> + </a> + +<a href="purchase/Cucumbers-Seeds.html"> + <figure> + <img alt="an image of Cucumbers Seeds" src="assets/Plants/cucumber.jpg"> + <figcaption>Cucumbers Seeds</figcaption> + </figure> + </a> + +<a href="purchase/Red-Chilies-Seeds.html"> + <figure> + <img alt="an image of Red Chilies Seeds" src="assets/Plants/red-chili.jpg"> + <figcaption>Red Chilies Seeds</figcaption> + </figure> + </a> + +<a href="purchase/Green-Chilies-Seeds.html"> + <figure> + <img alt="an image of Green Chilies Seeds" src="assets/Plants/green-chilies.jpg"> + <figcaption>Green Chilies Seeds</figcaption> + </figure> + </a> + +<a href="purchase/Black-Cherry-Seeds.html"> + <figure> + <img alt="an image of Black Cherry Seeds" src="assets/Plants/Black_Che.jpg"> + <figcaption>Black Cherry Seeds</figcaption> + </figure> + </a> + +<a href="purchase/Soybeans-Seeds.html"> + <figure> + <img alt="an image of Soybeans Seeds" src="assets/Plants/Soybean.USDA.jpg"> + <figcaption>Soybeans Seeds</figcaption> + </figure> + </a> + +<a href="purchase/Rice-Seeds.html"> + <figure> + <img alt="an image of Rice Seeds" src="assets/Plants/Oryza_sativa_of_Kadavoor.jpg"> + <figcaption>Rice Seeds</figcaption> + </figure> + </a> + +<a href="purchase/Tobacco-Seeds.html"> + <figure> + <img alt="an image of Tobacco Seeds" src="assets/Plants/Native_American_tobacco_flower.jpg"> + <figcaption>Tobacco Seeds</figcaption> + </figure> + </a> + +<a href="purchase/Taiwanese-Watermelon-Seeds.html"> + <figure> + <img alt="an image of Taiwanese Watermelon Seeds" src="assets/Plants/Taiwan_2009_Tainan_City_Organic_Farm_Watermelon_FRD_7962.jpg"> + <figcaption>Taiwanese Watermelon Seeds</figcaption> + </figure> + </a> + +<a href="purchase/Potato-Tubers.html"> + <figure> + <img alt="an image of Potato Tubers" src="assets/Plants/potato.jpg"> + <figcaption>Potato Tubers</figcaption> + </figure> + </a> + +<a href="purchase/Garlic-Cloves.html"> + <figure> + <img alt="an image of Garlic Cloves" src="assets/Plants/garlic.jpg"> + <figcaption>Garlic Cloves</figcaption> + </figure> + </a> + +<a href="purchase/Habanero-Pepper-Seeds.html"> + <figure> + <img alt="an image of Habanero Pepper Seeds" src="assets/Plants/Habanero.jpg"> + <figcaption>Habanero Pepper Seeds</figcaption> + </figure> + </a> + +<a href="purchase/Cubanelle-Pepper-Seeds.html"> + <figure> + <img alt="an image of Cubanelle Pepper Seeds" src="assets/Plants/cubanelle.jpg"> + <figcaption>Cubanelle Pepper Seeds</figcaption> + </figure> + </a> + +<a href="purchase/Yellow-Squash-Seeds.html"> + <figure> + <img alt="an image of Yellow Squash Seeds" src="assets/Plants/Yellow-Squash.jpg"> + <figcaption>Yellow Squash Seeds</figcaption> + </figure> + </a> + +<a href="purchase/Appalachian-Culture.html"> + <figure> + <img alt="an image of Appalachian Culture" src="assets/Kits/Appalachian-Culture.jpg"> + <figcaption>Appalachian Culture</figcaption> + </figure> + </a> + +<a href="purchase/The-Hot-Mans-Kit.html"> + <figure> + <img alt="an image of The Hot Man's Kit" src="assets/Kits/The-Hot-Man's-Kit.jpg"> + <figcaption>The Hot Man's Kit</figcaption> + </figure> + </a> + +<a href="purchase/First-time-Gardeners-Kit.html"> + <figure> + <img alt="an image of First-time Gardeners Kit" src="assets/Kits/First-time-Gardeners-Kit.jpg"> + <figcaption>First-time Gardeners Kit</figcaption> + </figure> + </a> + + + </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> |