From 9d53d8857eaa1c9405894a88ca75bc4657e42f35 Mon Sep 17 00:00:00 2001 From: msglm Date: Sat, 14 Jan 2023 05:31:48 -0600 Subject: Inital Commit --- HTML/Final/sneed/purchase/Appalachian-Culture.html | 49 ++++++++++++++ HTML/Final/sneed/purchase/Baking-Yeast.html | 57 ++++++++++++++++ HTML/Final/sneed/purchase/Black-Cherry-Seeds.html | 67 +++++++++++++++++++ HTML/Final/sneed/purchase/Bucket.html | 51 ++++++++++++++ .../sneed/purchase/Carolina-Reapers-Seeds.html | 57 ++++++++++++++++ HTML/Final/sneed/purchase/Copper-Adze.html | 63 ++++++++++++++++++ HTML/Final/sneed/purchase/Copper-Coil.html | 70 ++++++++++++++++++++ HTML/Final/sneed/purchase/Copper-Saucepot.html | 49 ++++++++++++++ .../sneed/purchase/Cubanelle-Pepper-Seeds.html | 53 +++++++++++++++ HTML/Final/sneed/purchase/Cucumbers-Seeds.html | 59 +++++++++++++++++ .../sneed/purchase/First-time-Gardeners-Kit.html | 49 ++++++++++++++ HTML/Final/sneed/purchase/Garlic-Cloves.html | 49 ++++++++++++++ HTML/Final/sneed/purchase/Green-Chilies-Seeds.html | 75 +++++++++++++++++++++ .../sneed/purchase/Habanero-Pepper-Seeds.html | 63 ++++++++++++++++++ HTML/Final/sneed/purchase/Hoe.html | 49 ++++++++++++++ HTML/Final/sneed/purchase/Mason-Jars.html | 73 ++++++++++++++++++++ HTML/Final/sneed/purchase/Mattock.html | 49 ++++++++++++++ HTML/Final/sneed/purchase/Pickaxe.html | 77 ++++++++++++++++++++++ HTML/Final/sneed/purchase/Pitchfork.html | 61 +++++++++++++++++ HTML/Final/sneed/purchase/Potato-Tubers.html | 49 ++++++++++++++ HTML/Final/sneed/purchase/Red-Chilies-Seeds.html | 57 ++++++++++++++++ HTML/Final/sneed/purchase/Red-Onions-Seeds.html | 61 +++++++++++++++++ HTML/Final/sneed/purchase/Rice-Seeds.html | 59 +++++++++++++++++ HTML/Final/sneed/purchase/Soil-Rake.html | 49 ++++++++++++++ HTML/Final/sneed/purchase/Soybeans-Seeds.html | 55 ++++++++++++++++ HTML/Final/sneed/purchase/Spade.html | 55 ++++++++++++++++ HTML/Final/sneed/purchase/Squash-Seeds.html | 52 +++++++++++++++ .../sneed/purchase/Taiwanese-Watermelon-Seeds.html | 55 ++++++++++++++++ HTML/Final/sneed/purchase/The-Hot-Mans-Kit.html | 49 ++++++++++++++ .../sneed/purchase/The-Mother-of-Vinegar.html | 49 ++++++++++++++ HTML/Final/sneed/purchase/Thermometer.html | 49 ++++++++++++++ HTML/Final/sneed/purchase/Tobacco-Seeds.html | 55 ++++++++++++++++ HTML/Final/sneed/purchase/Trowel.html | 49 ++++++++++++++ HTML/Final/sneed/purchase/Weeding-Shovel.html | 51 ++++++++++++++ HTML/Final/sneed/purchase/Yellow-Squash-Seeds.html | 57 ++++++++++++++++ HTML/Final/sneed/purchase/entries.json | 34 ++++++++++ HTML/Final/sneed/purchase/mkpages.sh | 52 +++++++++++++++ HTML/Final/sneed/purchase/template.html | 49 ++++++++++++++ HTML/Final/sneed/purchase/textgen.py | 10 +++ 39 files changed, 2116 insertions(+) create mode 100644 HTML/Final/sneed/purchase/Appalachian-Culture.html create mode 100644 HTML/Final/sneed/purchase/Baking-Yeast.html create mode 100644 HTML/Final/sneed/purchase/Black-Cherry-Seeds.html create mode 100644 HTML/Final/sneed/purchase/Bucket.html create mode 100644 HTML/Final/sneed/purchase/Carolina-Reapers-Seeds.html create mode 100644 HTML/Final/sneed/purchase/Copper-Adze.html create mode 100644 HTML/Final/sneed/purchase/Copper-Coil.html create mode 100644 HTML/Final/sneed/purchase/Copper-Saucepot.html create mode 100644 HTML/Final/sneed/purchase/Cubanelle-Pepper-Seeds.html create mode 100644 HTML/Final/sneed/purchase/Cucumbers-Seeds.html create mode 100644 HTML/Final/sneed/purchase/First-time-Gardeners-Kit.html create mode 100644 HTML/Final/sneed/purchase/Garlic-Cloves.html create mode 100644 HTML/Final/sneed/purchase/Green-Chilies-Seeds.html create mode 100644 HTML/Final/sneed/purchase/Habanero-Pepper-Seeds.html create mode 100644 HTML/Final/sneed/purchase/Hoe.html create mode 100644 HTML/Final/sneed/purchase/Mason-Jars.html create mode 100644 HTML/Final/sneed/purchase/Mattock.html create mode 100644 HTML/Final/sneed/purchase/Pickaxe.html create mode 100644 HTML/Final/sneed/purchase/Pitchfork.html create mode 100644 HTML/Final/sneed/purchase/Potato-Tubers.html create mode 100644 HTML/Final/sneed/purchase/Red-Chilies-Seeds.html create mode 100644 HTML/Final/sneed/purchase/Red-Onions-Seeds.html create mode 100644 HTML/Final/sneed/purchase/Rice-Seeds.html create mode 100644 HTML/Final/sneed/purchase/Soil-Rake.html create mode 100644 HTML/Final/sneed/purchase/Soybeans-Seeds.html create mode 100644 HTML/Final/sneed/purchase/Spade.html create mode 100644 HTML/Final/sneed/purchase/Squash-Seeds.html create mode 100644 HTML/Final/sneed/purchase/Taiwanese-Watermelon-Seeds.html create mode 100644 HTML/Final/sneed/purchase/The-Hot-Mans-Kit.html create mode 100644 HTML/Final/sneed/purchase/The-Mother-of-Vinegar.html create mode 100644 HTML/Final/sneed/purchase/Thermometer.html create mode 100644 HTML/Final/sneed/purchase/Tobacco-Seeds.html create mode 100644 HTML/Final/sneed/purchase/Trowel.html create mode 100644 HTML/Final/sneed/purchase/Weeding-Shovel.html create mode 100644 HTML/Final/sneed/purchase/Yellow-Squash-Seeds.html create mode 100644 HTML/Final/sneed/purchase/entries.json create mode 100755 HTML/Final/sneed/purchase/mkpages.sh create mode 100644 HTML/Final/sneed/purchase/template.html create mode 100755 HTML/Final/sneed/purchase/textgen.py (limited to 'HTML/Final/sneed/purchase') diff --git a/HTML/Final/sneed/purchase/Appalachian-Culture.html b/HTML/Final/sneed/purchase/Appalachian-Culture.html new file mode 100644 index 0000000..4805990 --- /dev/null +++ b/HTML/Final/sneed/purchase/Appalachian-Culture.html @@ -0,0 +1,49 @@ + + + + Sneed's Feed and Seed - Appalachian Culture + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Appalachian Culture

+ + A photo of Appalachian Culture + +

$50

+

A bundle for the celebration of Appalachian culture. All items here are popularly owned by those from the Appalachian region, mostly carrying over from the Scots-Irish immigration. 100% of profits go directly to political alcohol deregulation organizations.

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Baking-Yeast.html b/HTML/Final/sneed/purchase/Baking-Yeast.html new file mode 100644 index 0000000..8e21a90 --- /dev/null +++ b/HTML/Final/sneed/purchase/Baking-Yeast.html @@ -0,0 +1,57 @@ + + + + Sneed's Feed and Seed - Baking Yeast + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Baking Yeast

+ + A photo of Baking Yeast + +

$3

+

Baker's yeast is commonly used for brewing wine, making beer and beer-like products such as breads. + +The yeast used in Baker's yeast is commonly used for brewing wine, making beer and beer-like products such as breads. Pilsner Urquell + +Pilsner Urquell is a pale ale with a light yellow and amber color. It is dry, clean and crisp, with a slight carbonation. It is a classic German beer style. + +Pilsner Urquell is a pale ale with a light yellow and amber color. It is dry, clean and crisp, with a slight carbonation. It is a classic German beer style. Pilsner Urquell is also known as "bock" or "pilsner". + +Pilsner Urquell is a pale ale with a light yellow and amber color. It is dry, clean and crisp, with a slight carbonation. It is a classic German

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Black-Cherry-Seeds.html b/HTML/Final/sneed/purchase/Black-Cherry-Seeds.html new file mode 100644 index 0000000..899b21c --- /dev/null +++ b/HTML/Final/sneed/purchase/Black-Cherry-Seeds.html @@ -0,0 +1,67 @@ + + + + Sneed's Feed and Seed - Black Cherry Seeds + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Black Cherry Seeds

+ + A photo of Black Cherry Seeds + +

$1

+

Black Cherries are known to have a very pleasant flavor, and I find it to be the perfect balance of sweetness and tartness. + +You can see below the finished product after the fruit is added to my mixture. + +The result was a very unique and delicious flavor. + +These cherries are extremely versatile. They can be used in any kind of pies, brownies, and even on their own as a fruit topping. They can also be used in the baking of cakes, cookies, or in other fruit-based desserts. + +I have also included a picture of what they look like when you cut them in half. + +You can also see the result in the picture below. + +I would love to hear your feedback on this product and if you have any questions. If you are interested in ordering the fruit, please fill in the form below. + +Enjoy! + +-Michele + +(Visited 49 times, 1 visits today)

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Bucket.html b/HTML/Final/sneed/purchase/Bucket.html new file mode 100644 index 0000000..b2d4320 --- /dev/null +++ b/HTML/Final/sneed/purchase/Bucket.html @@ -0,0 +1,51 @@ + + + + Sneed's Feed and Seed - Bucket + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Bucket

+ + A photo of Bucket + +

$7

+

An iron bucket, commonly used for urns, is placed over the lid, and in the bottom of the bucket a hole is made for the draught. The draught is passed through a small hole in the lid, and then through holes in the wooden frame of the urn. The contents of the bucket are then placed into the hole in the lid, and in the bottom of the bucket a circular hole is made, through which the draught passes. This hole is covered with a wooden lid, which is then sealed, and the urn is sealed. The shape of the lid is chosen according to the shape of the urn, so that it is possible to put the urn in the top of the bucket, and to have all the contents of the bucket above the top hole in the lid. + +The method of sealing an urn is not easy. It is to be observed that the lid must be closed so that it is not possible to see the contents of

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Carolina-Reapers-Seeds.html b/HTML/Final/sneed/purchase/Carolina-Reapers-Seeds.html new file mode 100644 index 0000000..4a1a9e2 --- /dev/null +++ b/HTML/Final/sneed/purchase/Carolina-Reapers-Seeds.html @@ -0,0 +1,57 @@ + + + + Sneed's Feed and Seed - Carolina Reapers Seeds + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Carolina Reapers Seeds

+ + A photo of Carolina Reapers Seeds + +

$1

+

Carolina Reapers are a type of hot pepper that are similar to the Carolina Reaper, but are generally smaller and more rounded in shape. They are found primarily in the southern United States and Canada. + +Carolina Reaper Hot Pepper Facts + +The Carolina Reaper is the only pepper that is known to have the ability to grow to a maximum size of 3.5 inches, and the maximum size available to the plant. The Carolina Reaper pepper plants can grow to up to 10 feet tall and can grow up to eight feet in diameter. The Carolina Reaper is also the only pepper that is capable of growing to a height of six feet. + +The Carolina Reaper pepper is native to southern South Carolina and has been cultivated for millennia. It is currently grown worldwide as a source of spice, seasoning and culinary ingredients. + +The Carolina Reaper peppers have been used to make a variety of foods as well as many traditional medicines. The Carolina Reaper pepper has been used in traditional medicine for centuries as well.

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Copper-Adze.html b/HTML/Final/sneed/purchase/Copper-Adze.html new file mode 100644 index 0000000..9b20e04 --- /dev/null +++ b/HTML/Final/sneed/purchase/Copper-Adze.html @@ -0,0 +1,63 @@ + + + + Sneed's Feed and Seed - Copper Adze + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Copper Adze

+ + A photo of Copper Adze + +

$20

+

A Copper Adze, commonly used for the reduction of swelling. + +How do you get rid of the old stuff? Well, you don't. There's no replacement in the world for it. Just keep drinking and eating more. + +This, my friends, is how the world goes. + +I mean, it is not like you can say 'oh well, they'll get rid of it eventually.' No, you just keep drinking and eating and you'll just keep getting it. + +I mean, if you were to go to jail for drinking too much or smoking too much or something and you're going to spend the rest of your life in jail for that, then I'd be more than happy to tell you to go home and get a life. + +So, I have to say, I'm glad that I'm not going to jail, I mean I have a job. + +Oh, I'm not going to jail. + +No, but

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Copper-Coil.html b/HTML/Final/sneed/purchase/Copper-Coil.html new file mode 100644 index 0000000..a4aa75e --- /dev/null +++ b/HTML/Final/sneed/purchase/Copper-Coil.html @@ -0,0 +1,70 @@ + + + + Sneed's Feed and Seed - Copper Coil + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Copper Coil

+ + A photo of Copper Coil + +

$16

+

Copper Coil is commonly used for vernier d'air, though it is also used for high-volume applications. + + +The standard resistance is about 1.2KΩ. + +The maximum current is about 5A and the minimum current is about 0.3A. + +The output impedance is 30Ω. + +The maximum current is about 5A and the minimum current is about 0.3A. The output impedance is 30Ω. The maximum current is about 5A and the minimum current is about 0.3A. + +This unit can be used for more than 1A, but the higher the current, the more resistance you will need. + + +The output is not regulated. + +This unit is not a regulated output. This unit is not a regulated output. + + +The output can be powered by 4-6V AC or by DC. + +The output can be powered by 4-6V AC or by DC

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Copper-Saucepot.html b/HTML/Final/sneed/purchase/Copper-Saucepot.html new file mode 100644 index 0000000..0ac2703 --- /dev/null +++ b/HTML/Final/sneed/purchase/Copper-Saucepot.html @@ -0,0 +1,49 @@ + + + + Sneed's Feed and Seed - Copper Saucepot + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Copper Saucepot

+ + A photo of Copper Saucepot + +

$13

+

Copper Saucepot

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Cubanelle-Pepper-Seeds.html b/HTML/Final/sneed/purchase/Cubanelle-Pepper-Seeds.html new file mode 100644 index 0000000..01db79c --- /dev/null +++ b/HTML/Final/sneed/purchase/Cubanelle-Pepper-Seeds.html @@ -0,0 +1,53 @@ + + + + Sneed's Feed and Seed - Cubanelle Pepper Seeds + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Cubanelle Pepper Seeds

+ + A photo of Cubanelle Pepper Seeds + +

$5

+

Cubanelle Peppers are a type red, hot pepper that comes from the genus Capsicum. They are the most common red pepper in the world, and in the United States, they are found in the following varieties: + +Capsicum annuum - Capsicum annuum is the most popular variety. It's the most popular red pepper in the world. It is the hot pepper that is used for cooking and baking, and is the most commonly grown variety. However, it is also found in a few other hot pepper varieties. + +Capsicum annuum is the most popular variety. It's the most popular red pepper in the world. It is the hot pepper that is used for cooking and baking, and is the most commonly grown variety. However, it is also found in a few other hot pepper varieties. Capsicum annuum var. carne - Capsicum annuum var. carne is the most popular hot pepper in the world, and is often grown in

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Cucumbers-Seeds.html b/HTML/Final/sneed/purchase/Cucumbers-Seeds.html new file mode 100644 index 0000000..451a76e --- /dev/null +++ b/HTML/Final/sneed/purchase/Cucumbers-Seeds.html @@ -0,0 +1,59 @@ + + + + Sneed's Feed and Seed - Cucumbers Seeds + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Cucumbers Seeds

+ + A photo of Cucumbers Seeds + +

$1

+

Cucumbers are a pretty common food in China. In particular, cucumbers are very popular with the Chinese for their very low calorific value. The Chinese are known to eat cucumbers raw in their winter, especially during the summer months. + +What is the Calorie Content of Chinese Cucumbers? + +Cucumbers have a fairly low calorific value. The calorific value of the average Chinese cucumber is about 5 calories. This is higher than most fruits and vegetables. However, Chinese cucumbers are also a good source of fiber, which is very important for the prevention of heart disease. + +How to Eat Chinese Cucumbers + +The most common way to eat Chinese cucumbers is to prepare them as an appetizer or main dish. You can also eat cucumbers raw and add them to your soup and rice. + +In addition, you can eat Chinese cucumbers as a snack by wrapping them in foil or putting them in a small

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/First-time-Gardeners-Kit.html b/HTML/Final/sneed/purchase/First-time-Gardeners-Kit.html new file mode 100644 index 0000000..ab72fe2 --- /dev/null +++ b/HTML/Final/sneed/purchase/First-time-Gardeners-Kit.html @@ -0,0 +1,49 @@ + + + + Sneed's Feed and Seed - First-time Gardeners Kit + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

First-time Gardeners Kit

+ + A photo of First-time Gardeners Kit + +

$48

+

For those new to the gardening scene and wish to have a simple first year while they learn the ropes. Comes with high yield, low maintainance plants such as squash, cucumbers, potatos, and onions. Tools for planting also come with the kit.

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Garlic-Cloves.html b/HTML/Final/sneed/purchase/Garlic-Cloves.html new file mode 100644 index 0000000..70ee446 --- /dev/null +++ b/HTML/Final/sneed/purchase/Garlic-Cloves.html @@ -0,0 +1,49 @@ + + + + Sneed's Feed and Seed - Garlic Cloves + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Garlic Cloves

+ + A photo of Garlic Cloves + +

$1

+

Garlic is a type of bulb plant that is also known as bulb bulb bulb, bulb bulb weed, bulb bulb herb, bulb bulb root, bulb bulb weed, bulb bulb herb, bulb bulb root, bulb bulb weed, bulb bulb herb, bulb bulb root, bulb bulb weed, bulb bulb herb, bulb bulb root, bulb bulb weed, bulb bulb herb, bulb root, bulb bulb weed, bulb bulb herb, bulb root, bulb weed, bulb herb, bulb root, bulb weed, bulb herb, bulb root, bulb weed, bulb herb, bulb root, bulb weed, bulb herb, bulb root, bulb weed, bulb herb, bulb root, bulb weed, bulb herb, bulb root, bulb weed, bulb herb, bulb root, bulb weed, bulb herb, bulb root, bulb weed, bulb herb, bulb root, bulb weed, bulb herb, bulb root, bulb weed, bulb herb, bulb root, bulb weed, bulb herb, bulb root, bulb weed, bulb herb

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Green-Chilies-Seeds.html b/HTML/Final/sneed/purchase/Green-Chilies-Seeds.html new file mode 100644 index 0000000..240ccd9 --- /dev/null +++ b/HTML/Final/sneed/purchase/Green-Chilies-Seeds.html @@ -0,0 +1,75 @@ + + + + Sneed's Feed and Seed - Green Chilies Seeds + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Green Chilies Seeds

+ + A photo of Green Chilies Seeds + +

$1

+

Green Chilies are a good source of Vitamin C, Vitamin A, Vitamin E, and Vitamin C. + +A healthy diet should include the following: + +2 to 3 servings of fruits and vegetables per day + +1 to 2 servings of vegetables per day + +50 to 60 servings of whole grains per day + +A healthy diet should include the following: + +2 to 3 servings of fruits and vegetables per day + +1 to 2 servings of vegetables per day + +60 to 80 ounces of whole milk, 1 cup of whole-wheat yogurt, or 1 cup of unsweetened almond milk per day + +A healthy diet should include the following: + +2 to 3 servings of fruits and vegetables per day + +1 to 2 servings of vegetables per day + +50 to 60 ounces of whole milk, 1 cup of whole-wheat yogurt, or 1 cup of unsweetened almond milk per day + +A healthy diet should include the following:

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Habanero-Pepper-Seeds.html b/HTML/Final/sneed/purchase/Habanero-Pepper-Seeds.html new file mode 100644 index 0000000..95385ce --- /dev/null +++ b/HTML/Final/sneed/purchase/Habanero-Pepper-Seeds.html @@ -0,0 +1,63 @@ + + + + Sneed's Feed and Seed - Habanero Pepper Seeds + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Habanero Pepper Seeds

+ + A photo of Habanero Pepper Seeds + +

$5

+

Habanero Peppers are an orange hot peppter that uses a full spectrum of peppers to make it a spicy, unique, and delicious food. + +We've put together a list of the best peppers for this recipe, and you can find more great peppers in our Pepper Recipes section. + +Hot Peppers for this Recipe: + +This recipe is an easy one to make, so let's get to it! + +Peppers are a wonderful part of any meal, and can be a health food or even a healthy side dish. Peppers are easy to grow and can be purchased in bulk, so you can grow your own. + +Peppers are delicious, but it's easy to forget that you're really eating a pepper. + +This is a great recipe to make at home, because it's quick to make, and it's healthy! You'll get a little burn, but I'd say it's worth it. + +There are plenty of peppers for

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Hoe.html b/HTML/Final/sneed/purchase/Hoe.html new file mode 100644 index 0000000..2a7551e --- /dev/null +++ b/HTML/Final/sneed/purchase/Hoe.html @@ -0,0 +1,49 @@ + + + + Sneed's Feed and Seed - Hoe + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Hoe

+ + A photo of Hoe + +

$15

+

A farming hoe is a tool used for  stacking up fruit for the next harvest.  It is generally used in the form of a wooden handle, a pair of tongs, a pick and a shovel.  A farming hoe is a tool used for  stacking up fruit for the next harvest.  It is generally used in the form of a wooden handle, a pair of tongs, a pick and a shovel.  A farming hoe is a tool used for  stacking up fruit for the next harvest.  It is generally used in the form of a wooden handle, a pair of tongs, a pick and a shovel.  A farming hoe is a tool used for  stacking up fruit for the next harvest.  It is generally used in the form of a wooden handle, a pair of tongs, a pick and a shovel.  A 

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Mason-Jars.html b/HTML/Final/sneed/purchase/Mason-Jars.html new file mode 100644 index 0000000..d563e63 --- /dev/null +++ b/HTML/Final/sneed/purchase/Mason-Jars.html @@ -0,0 +1,73 @@ + + + + Sneed's Feed and Seed - Mason Jars + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Mason Jars

+ + A photo of Mason Jars + +

$6

+

A common mason jar, usually used for the glass jars used in the kitchen, is made from a wood or plastic casing, wrapped in a sheet of wood or plastic. Glass jars are typically made from a metal or plastic casing. Some glass jars are made from a cloth casing. + +The mason jar is used for storing and preserving food ingredients. A mason jar is commonly used for storing ingredients for home or commercial products by itself. + +The use of Mason Jars in home or commercial kitchens may be limited by the need for a special container to hold the ingredients. You may need to purchase jars that are suitable for your kitchen layout. + +Mason jars are often used as mason jars for the following reasons: + +Cooking + +Vacuuming + +Making mason jars for the following: + +Cleaning + +Cleaning and sterilization + +Cleaning + +Shopping + +Cleaning + +Vacuuming

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Mattock.html b/HTML/Final/sneed/purchase/Mattock.html new file mode 100644 index 0000000..7a5266b --- /dev/null +++ b/HTML/Final/sneed/purchase/Mattock.html @@ -0,0 +1,49 @@ + + + + Sneed's Feed and Seed - Mattock + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Mattock

+ + A photo of Mattock + +

$25

+

Mattocks are tools used for making a variety of jewelry, such as bracelets, necklaces, earrings, earrings, earrings, earrings, rings, earrings, earrings, rings, earrings, rings, earrings, ring, rings, earrings, rings, rings, rings, earrings, rings, rings, earrings, rings, rings, earrings, rings, earrings, rings, earrings, rings, rings, earrings, rings, rings, earrings, rings, earrings, rings, earrings, rings, earrings, rings, earrings, rings, earrings, rings, earrings, rings, earrings, rings, earrings, rings, rings, rings, earrings, rings, rings, earrings, rings, rings, ring, rings, rings, earrings, rings, rings, earrings, rings, rings, earrings, rings, rings, earrings, rings, rings, ear

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Pickaxe.html b/HTML/Final/sneed/purchase/Pickaxe.html new file mode 100644 index 0000000..c7f9f63 --- /dev/null +++ b/HTML/Final/sneed/purchase/Pickaxe.html @@ -0,0 +1,77 @@ + + + + Sneed's Feed and Seed - Pickaxe + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Pickaxe

+ + A photo of Pickaxe + +

$20

+

In gardening, a Pickaxe is used for cutting a plant down to the proper size. A Pickaxe is the most common tool used in the game, and is also used in crafting. + +Pickaxes are found in the game in the following locations: + +Crafting Edit + +Pickaxes can be crafted by using a Pickaxe and a Hammer. + +For the crafting recipe, see: + +Usage Edit + +Pickaxes are used to cut down trees, bushes, and smaller plants. They are the only tool used to chop down trees and bushes. + +An axe used to cut down a tree. + +A pickaxe used to chop down a bush. + +A pickaxe used to chop down a bush. + +Used to chop down a tree. + +Used to chop down a bush. + +Used to chop down a bush. + +Used to chop down a tree. + +A pickaxe used to chop down a

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Pitchfork.html b/HTML/Final/sneed/purchase/Pitchfork.html new file mode 100644 index 0000000..91fc8cf --- /dev/null +++ b/HTML/Final/sneed/purchase/Pitchfork.html @@ -0,0 +1,61 @@ + + + + Sneed's Feed and Seed - Pitchfork + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Pitchfork

+ + A photo of Pitchfork + +

$10

+

A pitchfork is used for digging in the mud and for extracting buried treasures. It is used as a source of food, protection, and as a weapon of war. + +In the Bible, the word for pitchfork is "pipes" ( Genesis 6:14 ) and the word for the "pitch" itself is "pipes" ( Exodus 7:2 ). + +The Bible uses the word "pitchfork" for digging in the ground. + +In the Bible, the word for pitchfork is "pipes" ( Exodus 7:2 ) and the word for the "pitch" itself is "pipes" (. Genesis 6:14 ). + +The word for pitchfork is "pipes" ( Exodus 7:2 ). + +The Bible uses the word for pitchfork for digging in the ground. + +In the Bible, the word for pitchfork is "pipes" ( Exodus 7:2 ) and the word for the

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Potato-Tubers.html b/HTML/Final/sneed/purchase/Potato-Tubers.html new file mode 100644 index 0000000..88b6b1e --- /dev/null +++ b/HTML/Final/sneed/purchase/Potato-Tubers.html @@ -0,0 +1,49 @@ + + + + Sneed's Feed and Seed - Potato Tubers + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Potato Tubers

+ + A photo of Potato Tubers + +

$1

+

Potato tubers are used for human consumption, but since potatoes are not a vegetable, no food can be eaten from them. The potato tubers are cut off and boiled in water, and then placed in a bowl of salt. The water is then drained to the top of the tubers. The tubers are then left to soak for a day or two, and the salt is added. After the tubers have soaked, they are added to a pot of boiling water. The water is drained in the same manner. After the tubers are cooked, they are placed on a plate. The salt is then added to the potatoes, while the water is still boiling. The potatoes are then added to the salt, and the potatoes are left to cool. The potatoes are then added to a pot of boiling water. The potatoes are then left to cool, and the salt is added. The potatoes are then removed from the pot of boiling water, and the water is drained. The potatoes are

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Red-Chilies-Seeds.html b/HTML/Final/sneed/purchase/Red-Chilies-Seeds.html new file mode 100644 index 0000000..07e8e4e --- /dev/null +++ b/HTML/Final/sneed/purchase/Red-Chilies-Seeds.html @@ -0,0 +1,57 @@ + + + + Sneed's Feed and Seed - Red Chilies Seeds + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Red Chilies Seeds

+ + A photo of Red Chilies Seeds + +

$1

+

Red Chilies are a must! So, when I was eating a chili that was supposed to be a vegetarian one, I thought, "Gee, this sounds good, but I'm not sure how to cook it! I'll get some other food." + +So, I decided to go shopping and I was so confused! How can I make a vegetarian chili? How can I make a vegetable chili? I was like, "What is a vegetable chili?" So, I looked in the fridge and I saw all kinds of vegetables, and I was like, "Gee, I'm a vegetable." + +I realized that I need to learn how to cook chili, so I started cooking chili, and it was so good! I had to make a version of it. + +When I started making the vegetarian chili, I knew it would be a lot of work, but at the end of the day, it was worth it! + +I wanted to share this recipe with

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Red-Onions-Seeds.html b/HTML/Final/sneed/purchase/Red-Onions-Seeds.html new file mode 100644 index 0000000..c0432b3 --- /dev/null +++ b/HTML/Final/sneed/purchase/Red-Onions-Seeds.html @@ -0,0 +1,61 @@ + + + + Sneed's Feed and Seed - Red Onions Seeds + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Red Onions Seeds

+ + A photo of Red Onions Seeds + +

$1

+

Red Onions are very popular foods in the Middle East. You can find them in many cuisines and even in some Western countries. In fact, in the Philippines, you will find the most popular dish is "Onion" rice. + +In Indonesia, you will find a popular dish called "Lapang" (Honey-rice), that is rice made from fried onions and papaya leaves. Also, the Philippines is also known for their "Onion" rice. + +In the Middle East, you will find a popular dish called "Onion" Rice in Jordan. + +In Indonesia, you can find "Onion" Rice in some places. + +In Malaysia, you will find "Onion" Rice in the Malaysian islands. + +In Iran, you will find "Onion" Rice in the Iranian cities. + +In India, you can find "Onion" Rice in many places, notably in Delhi, Mumbai and Kolkata

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Rice-Seeds.html b/HTML/Final/sneed/purchase/Rice-Seeds.html new file mode 100644 index 0000000..1c29777 --- /dev/null +++ b/HTML/Final/sneed/purchase/Rice-Seeds.html @@ -0,0 +1,59 @@ + + + + Sneed's Feed and Seed - Rice Seeds + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Rice Seeds

+ + A photo of Rice Seeds + +

$3

+

Rice is a very good plant, and it is easy to grow in the ground. You can also grow it in the garden if you have the space. + +It is also a very good plant to raise chicks in. The chicks can eat rice and they will grow up to be sturdy and strong chickens. + +Coconut + +Coconut (Cocos nucifera) is a tropical fruit that has been used around the world since ancient times. Coconut is usually eaten as a fruit, especially in Asia. It is also a good source of energy for humans. It is a good source of dietary fiber, potassium and vitamin B6. + +Coconut is a good source of fiber and potassium. It is also a good source of vitamin B6. It is extremely nutritious and can be used for weight management. + +It is also very high in vitamins A and C. It is a good source of protein and is very useful for muscle growth.

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Soil-Rake.html b/HTML/Final/sneed/purchase/Soil-Rake.html new file mode 100644 index 0000000..9fcb8c9 --- /dev/null +++ b/HTML/Final/sneed/purchase/Soil-Rake.html @@ -0,0 +1,49 @@ + + + + Sneed's Feed and Seed - Soil Rake + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Soil Rake

+ + A photo of Soil Rake + +

$10

+

A Soil Rake is used for the purpose of preparing and maintaining organic soil. It is a tool in the hands of farmers. It is a means of removing soil that has been over-run by weeds and is a means of removing soil that has been washed away by torrential rains. It is an effective tool in the hands of a farmer. It is a tool in the hands of a farmer. It is an effective tool in the hands of a farmer. It is an effective tool in the hands of a farmer. It is a tool in the hands of a farmer. It is an effective tool in the hands of a farmer. It is an effective tool in the hands of a farmer. It is an effective tool in the hands of a farmer. It is an effective tool in the hands of a farmer. It is an effective tool in the hands of a farmer. It is an effective tool in the hands of a farmer. It is an effective tool in the hands of a farmer

+ +
+
+ +
+ + 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 @@ + + + + Sneed's Feed and Seed - Soybeans Seeds + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Soybeans Seeds

+ + A photo of Soybeans Seeds + +

$3

+

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-

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Spade.html b/HTML/Final/sneed/purchase/Spade.html new file mode 100644 index 0000000..0eeeaa7 --- /dev/null +++ b/HTML/Final/sneed/purchase/Spade.html @@ -0,0 +1,55 @@ + + + + Sneed's Feed and Seed - Spade + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Spade

+ + A photo of Spade + +

$10

+

A common spade, or shovel, is a digging insturment used for excavating and flattening soil. It is very versatile in the field and is the tool of choice to help dig in hard, rocky or muddy soil. It is also a good alternative to a ladder to help you work in tight spaces. + +The shovel is a good tool for digging for larger objects, especially to help you reduce the amount of soil that you dig. + +Many people use a combination of tools for different tasks. You may use a spade and a shovel for digging around the house, or you may use a spade and a spade for digging for food. In some cases, you may use both tools for the same task. However, you will need to know which tool you need to use for your job. + +This article will teach you how to use a spade and a shovel. We have also included two helpful tools that can be used for digging in hard soil:

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Squash-Seeds.html b/HTML/Final/sneed/purchase/Squash-Seeds.html new file mode 100644 index 0000000..153bbd2 --- /dev/null +++ b/HTML/Final/sneed/purchase/Squash-Seeds.html @@ -0,0 +1,52 @@ + + + + Sneed's Feed and Seed - Seeds + + + + + + +
+
+ +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ +
+
+

Squash Seeds

+ +

$1

+

Yellow Squash are often eaten in the Mediterranean, but the majority of this is not eaten in Morocco, because of the high rate of obesity in the region. + +The Mediterranean diet is based on high carbohydrate diets and high protein diets. + +For the more extreme Mediterranean diet, the diet is high in fat, with only 3-4 grams of fat per 100 grams. + +The Mediterranean diet also includes some fruits and vegetables, but most of the calories are from fruits and vegetables.

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Taiwanese-Watermelon-Seeds.html b/HTML/Final/sneed/purchase/Taiwanese-Watermelon-Seeds.html new file mode 100644 index 0000000..f3c893f --- /dev/null +++ b/HTML/Final/sneed/purchase/Taiwanese-Watermelon-Seeds.html @@ -0,0 +1,55 @@ + + + + Sneed's Feed and Seed - Taiwanese Watermelon Seeds + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Taiwanese Watermelon Seeds

+ + A photo of Taiwanese Watermelon Seeds + +

$2

+

Taiwanese Watermelon are a type of watermelon that originated in Taiwan. They were originally grown in Taiwan, but they were transported to China in the 1990s for processing. A similar watermelon is the Chinese watermelon. + +Watermelon is a member of the Cucurbita family of fruits and has a sweet, sticky fruit that is often sold in its natural state. Watermelons are eaten with chopsticks or tongs, which are popular in Japan and South Korea. + +Although watermelons are common in Taiwan, they are not very common in China. The most common varieties are the Chinese watermelon, the Red Delicious, and the American Watermelon. These fruits are relatively small, and are commonly found in the vegetable sections of supermarkets. They are also sometimes found on the streets of Taiwan. + +Watermelon is also sometimes called a "seaweed" for its smooth texture and ability to absorb nutrients. It is used in a wide variety of dishes

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/The-Hot-Mans-Kit.html b/HTML/Final/sneed/purchase/The-Hot-Mans-Kit.html new file mode 100644 index 0000000..34b5eb0 --- /dev/null +++ b/HTML/Final/sneed/purchase/The-Hot-Mans-Kit.html @@ -0,0 +1,49 @@ + + + + Sneed's Feed and Seed - The Hot Man's Kit + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

The Hot Man's Kit

+ + A photo of The Hot Man's Kit + +

$12

+

A kit for those interested in pepper growing and sauce making. This bundle comes with four different types of hot pepper and the Mother of Vinegar, an industrial grade solution designed to quickly make vinegar out of any sugars.

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/The-Mother-of-Vinegar.html b/HTML/Final/sneed/purchase/The-Mother-of-Vinegar.html new file mode 100644 index 0000000..61145c4 --- /dev/null +++ b/HTML/Final/sneed/purchase/The-Mother-of-Vinegar.html @@ -0,0 +1,49 @@ + + + + Sneed's Feed and Seed - The Mother of Vinegar + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

The Mother of Vinegar

+ + A photo of The Mother of Vinegar + +

$5

+

The Mother of Vinegar is a collection of bacteria cells commonly used in fermenting. This will turn any alcoholic beverage into a vinegar for you to use.

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Thermometer.html b/HTML/Final/sneed/purchase/Thermometer.html new file mode 100644 index 0000000..26a0efc --- /dev/null +++ b/HTML/Final/sneed/purchase/Thermometer.html @@ -0,0 +1,49 @@ + + + + Sneed's Feed and Seed - Thermometer + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Thermometer

+ + A photo of Thermometer + +

$16

+

A Thermometer is used for measuring tempurate. Specifically, it can be used for  "Temperature of the room or room", and also for "Temperature of the room or room, and room, and room, and room", as well as "Temperature of the room or room, and room, and room, and room, and room", as well as "Temperature of the room or room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room, and room,

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Tobacco-Seeds.html b/HTML/Final/sneed/purchase/Tobacco-Seeds.html new file mode 100644 index 0000000..fcdc650 --- /dev/null +++ b/HTML/Final/sneed/purchase/Tobacco-Seeds.html @@ -0,0 +1,55 @@ + + + + Sneed's Feed and Seed - Tobacco Seeds + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Tobacco Seeds

+ + A photo of Tobacco Seeds + +

$7

+

Tobacco plants are the most common of all plants to be burned in tobacco growing. This is because of the high levels of nicotine in them. The burning of the tobacco produces a lot of particulate matter (especially particulates with a diameter of less than 10 micrometers) in the tobacco plant, which is then inhaled by the smoker. + +In the early stages of tobacco growing, the particulates in the tobacco plant are a matter of concern for health professionals. While the amount of tobacco smoke inhaled is small compared to the amount produced by combustion of fossil fuels, it is still a significant problem. + +The amount of particulates in the atmosphere is a function of how much of the smoke is inhaled. The amount of smoke inhaled is directly related to the size of the particulate matter produced. The smaller is the number of carbon monoxide molecules in the smoke, the lower the amount of particulates in the air is. + +The amount of particulates

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Trowel.html b/HTML/Final/sneed/purchase/Trowel.html new file mode 100644 index 0000000..b4a75bc --- /dev/null +++ b/HTML/Final/sneed/purchase/Trowel.html @@ -0,0 +1,49 @@ + + + + Sneed's Feed and Seed - Trowel + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Trowel

+ + A photo of Trowel + +

$5

+

A Trowel is a type of tool that is used to cut and remove the wax from the body of a bottle.

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Weeding-Shovel.html b/HTML/Final/sneed/purchase/Weeding-Shovel.html new file mode 100644 index 0000000..f5d0f53 --- /dev/null +++ b/HTML/Final/sneed/purchase/Weeding-Shovel.html @@ -0,0 +1,51 @@ + + + + Sneed's Feed and Seed - Weeding Shovel + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Weeding Shovel

+ + A photo of Weeding Shovel + +

$5

+

A Weeding shovel is used for vernalization + +A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization A Weeding shovel is used for vernalization

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/Yellow-Squash-Seeds.html b/HTML/Final/sneed/purchase/Yellow-Squash-Seeds.html new file mode 100644 index 0000000..108d850 --- /dev/null +++ b/HTML/Final/sneed/purchase/Yellow-Squash-Seeds.html @@ -0,0 +1,57 @@ + + + + Sneed's Feed and Seed - Yellow Squash Seeds + + + + + + +
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+ +
+
+ Button to navigate to the purchase form +
+
+

Yellow Squash Seeds

+ + A photo of Yellow Squash Seeds + +

$1

+

These Yellow Squash Seeds are great for growing in the garden. They have a nice yellow color which makes for a nice contrast to your garden foliage. They are not hardy to USDA Zones 9 through 12. + +Yellow Squash Seeds are an excellent choice for the home gardener. They have a nice yellow color that makes them a good addition to many garden landscapes. + +Yellow Squash seeds are a popular choice for the home garden and are best suited for the growing season from August through April. They are tolerant of a wide range of soil types and are well adapted to a wide range of growing conditions. Yellow Squash seeds grow quickly and can produce a large crop of seeds in a short period of time. + +These yellow squash seeds are ideal for growing in the garden and are best suited for the growing season from August through April. These yellow seeds are tolerant of a wide range of soil types and are well adapted to a wide range of growing conditions. + +Yellow Squ

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/entries.json b/HTML/Final/sneed/purchase/entries.json new file mode 100644 index 0000000..a0ee354 --- /dev/null +++ b/HTML/Final/sneed/purchase/entries.json @@ -0,0 +1,34 @@ +{"name" : "First-time Gardeners Kit", "location": "Kits","image": "First-time-Gardeners-Kit.jpg", "price": "$48", "ai": false, "desc": "For those new to the gardening scene and wish to have a simple first year while they learn the ropes. Comes with high yield, low maintainance plants such as squash, cucumbers, potatos, and onions. Tools for planting also come with the kit."} +{"name" : "The Hot Man's Kit", "location": "Kits", "image": "The-Hot-Man's-Kit.jpg", "price": "$12", "ai": false,"desc": "A kit for those interested in pepper growing and sauce making. This bundle comes with four different types of hot pepper and the \"Mother of Vinegar\", an industrial grade solution designed to quickly make vinegar out of any sugars."} +{"name" : "Appalachian Culture", "location": "Kits", "image": "Appalachian-Culture.jpg", "price": "$50", "ai": false, "desc": "A bundle for the celebration of Appalachian culture. All items here are popularly owned by those from the Appalachian region, mostly carrying over from the Scots-Irish immigration. 100% of profits go directly to political alcohol deregulation organizations."} +{"name" : "Yellow Squash Seeds", "location": "Plants", "image": "Yellow-Squash.jpg", "price": "$1", "ai": true, "desc": "These Yellow Squash Seeds are"} +{"name" : "Cubanelle Pepper Seeds", "location": "Plants", "image": "cubanelle.jpg", "price": "$5", "ai": true, "desc": "Cubanelle Peppers are a type red, hot pepper that"} +{"name" : "Habanero Pepper Seeds", "location": "Plants", "image": "Habanero.jpg", "price": "$5", "ai": true, "desc": "Habanero Peppers are an orange hot peppter that"} +{"name" : "Garlic Cloves", "location": "Plants", "image": "garlic.jpg", "price": "$1", "ai": true, "desc": "Garlic is a type of bulb plant that"} +{"name" : "Potato Tubers", "location": "Plants", "image": "potato.jpg", "price": "$1", "ai": true, "desc": "Potato tubers are used for"} +{"name" : "Taiwanese Watermelon Seeds", "location": "Plants", "image": "Taiwan_2009_Tainan_City_Organic_Farm_Watermelon_FRD_7962.jpg", "price": "$2", "ai": true, "desc": "Taiwanese Watermelon are a type of watermelon that"} +{"name" : "Tobacco Seeds", "location": "Plants", "image": "Native_American_tobacco_flower.jpg", "price": "$7", "ai": true, "desc": "Tobacco plants are"} +{"name" : "Rice Seeds", "location": "Plants", "image": "Oryza_sativa_of_Kadavoor.jpg", "price": "$3", "ai": true, "desc": "Rice is"} +{"name" : "Soybeans Seeds", "location": "Plants", "image": "Soybean.USDA.jpg", "price": "$3", "ai": true, "desc": "Soybeans are a commonly grown plant that"} +{"name" : "Black Cherry Seeds", "location": "Plants", "image": "Black_Che.jpg", "price": "$1", "ai": true, "desc": "Black Cherries are"} +{"name" : "Green Chilies Seeds", "location": "Plants", "image": "green-chilies.jpg", "price": "$1", "ai": true, "desc": "Green Chilies are"} +{"name" : "Red Chilies Seeds", "location": "Plants", "image": "red-chili.jpg", "price": "$1", "ai": true, "desc": "Red Chilies are"} +{"name" : "Cucumbers Seeds", "location": "Plants", "image": "cucumber.jpg", "price": "$1", "ai": true, "desc": "Cucumbers are"} +{"name" : "Carolina Reapers Seeds", "location": "Plants", "image": "Carolina_Reaper.jpg", "price": "$1", "ai": true, "desc": "Carolina Reapers are a type of hot pepper that"} +{"name" : "Red Onions Seeds", "location": "Plants", "image": "onion.jpg", "price": "$1", "ai": true, "desc": "Red Onions are"} +{"name" : "Pickaxe", "location": "Tools", "image": "Pickaxe.jpg", "price": "$20", "ai": true, "desc": "In gardening, a Pickaxe is used for"} +{"name" : "Pitchfork", "location": "Tools", "image": "Blue_pitchfork.jpg", "price": "$10", "ai": true, "desc": "A pitchfork is used for"} +{"name" : "Baking Yeast", "location": "Tools", "image": "yeast.jpg", "price": "$3", "ai": true, "desc": "Baker's yeast is commonly used for"} +{"name" : "The Mother of Vinegar", "location": "Tools", "image": "mother-of-vinegar.jpg", "price": "$5", "ai": false, "desc": "The Mother of Vinegar is a collection of bacteria cells commonly used in fermenting. This will turn any alcoholic beverage into a vinegar for you to use."} +{"name" : "Trowel", "location": "Tools", "image": "Trowel.jpg", "price": "$5", "ai": true, "desc": "A Trowel is a type of tool that"} +{"name" : "Copper Coil", "location": "Tools", "image": "copper-coil.jpg", "price": "$16", "ai": true, "desc": "Copper Coil is commonly used for "} +{"name" : "Copper Saucepot", "location": "Tools", "image": "saucepot.jpg", "price": "$13", "ai": true, "desc": "A Copper Saucepot is a great tool when"} +{"name" : "Spade", "location": "Tools", "image": "Spade.jpg", "price": "$10", "ai": true, "desc": "A common spade, or shovel, is a digging insturment used for"} +{"name" : "Thermometer", "location": "Tools", "image": "Thermometer.jpg", "price": "$16", "ai": true, "desc": "A Thermometer is used for measuring tempurate. Specifically, it can be used for "} +{"name" : "Hoe", "location": "Tools", "image": "Hoe.jpg", "price": "$15", "ai": true, "desc": "A farming hoe is a tool used for "} +{"name" : "Weeding Shovel", "location": "Tools", "image": "Weeder.jpg", "price": "$5", "ai": true, "desc": "A Weeding shovel is used for "} +{"name" : "Soil Rake", "location": "Tools", "image": "SoilRake.jpg", "price": "$10", "ai": true, "desc": "A Soil Rake is used for"} +{"name" : "Bucket", "location": "Tools", "image": "bucket.jpg", "price": "$7", "ai": true, "desc": "An iron bucket, commonly used for "} +{"name" : "Copper Adze", "location": "Tools", "image": "Copperadze.jpg", "price": "$20", "ai": true, "desc": "A Copper Adze, commonly used for"} +{"name" : "Mattock", "location": "Tools", "image": "Cutter_mattock.jpg", "price": "$25", "ai": true, "desc": "Mattocks are tools used for"} +{"name" : "Mason Jars", "location": "Tools", "image": "mason.jpg", "price": "$6", "ai": true, "desc": "A common mason jar, usually used for"} diff --git a/HTML/Final/sneed/purchase/mkpages.sh b/HTML/Final/sneed/purchase/mkpages.sh new file mode 100755 index 0000000..63e56a7 --- /dev/null +++ b/HTML/Final/sneed/purchase/mkpages.sh @@ -0,0 +1,52 @@ +#!/bin/bash +cp ../store.html.orig ../store.html +cp ../purchase-form.html.orig ../purchase-form.html +while IFS= read -r line +do + name=$(echo "$line"|jq .name|tr -d '"') + AI=$(echo "$line"|jq .ai|tr -d '"') + imageLocation=$(echo "$line"|jq .location|tr -d '"') + imageName=$(echo "$line"|jq .image|tr -d '"') + #imageName=$(echo "$name"|tr ' ' '-'|sed -e 's/$/.webp/g') + pageName=$(echo "$name"|tr ' ' '-'|tr -d "'"|sed -e 's/$/.html/g') + price=$(echo "$line"|jq .price|tr -d '"') + desc=$(echo "$line"|jq .desc|tr -d '"') + if [ "$AI" = "true" ] + #if [ "false" = "true" ] + then + aitext=$(./textgen.py 200 "$desc") + + while [[ pass -eq 0 ]] + do + aitext=$(./textgen.py 200 "$desc") + if [[ "$aitext" == *"/"* ]] + then + echo "detected a slash" + pass=0 + elif [[ "$aitext" == "" ]] + then + echo "text was empty" + pass=0 + elif [[ "$aitext" = *"http"* ]] + then + echo "detected an http url" + pass=0 + else + pass=1 + fi + done + + desc="$aitext<\/span>" + echo "$desc" + fi + cp -v "template.html" "$pageName" + sed -i -e "s/;IMG;/..\/assets\/$imageLocation\/$imageName/g" "$pageName" + sed -i -e "s/;TITLE;/$name/g" "$pageName" + sed -i -e "s/;PRICE;/$price/g" "$pageName" + #sed -i -e "s/;DESC;/$desc/g" "$pageName" + perl -pe "s/;DESC;/$desc/" -i "$pageName" || sed -i -e "s/;DESC;/$desc/g" "$pageName" || sed -i -e "s/;DESC;/$name/g" "$pageName" + + sed -i -e "//a \n
\n \"an\n
$name<\/figcaption>\n <\/figure>\n <\/a>\n " ../store.html + sed -i -e "//a
+
+ The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it. + +
+

Sneed's Feed and Seed

+

Formerly Chuck's

+
+
+
+
+
+ Button to navigate to the purchase form +
+
+

;TITLE;

+ + A photo of ;TITLE; + +

;PRICE;

+

;DESC;

+ +
+
+ +
+ + diff --git a/HTML/Final/sneed/purchase/textgen.py b/HTML/Final/sneed/purchase/textgen.py new file mode 100755 index 0000000..3290116 --- /dev/null +++ b/HTML/Final/sneed/purchase/textgen.py @@ -0,0 +1,10 @@ +#!/usr/bin/python3 +from aitextgen import aitextgen +import sys + +#ai = aitextgen(model_folder="/home/msglm/Documents/ComputerScience/Projects/GPT-2/RedpillGenerator/aitextgen/") +#ai = aitextgen(model="distilgpt2", cache_dir="/home/msglm/.local/share/aitextgen-models") +ai = aitextgen(tf_gpt2="774M", cache_dir="/home/msglm/.local/share/aitextgen-models") +ai.to_gpu() +output = ai.generate_one(max_length=int(sys.argv[1]), prompt=sys.argv[2], temperature=0.7) +print(output) -- cgit v1.2.3