diff --git a/README.md b/README.md
index 7cb7a51..cc54c93 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ This project was initially created to celebrate the sprout. But now, [thanks to
- 🌽 [Corn](images/screenshots/tweet-corn.png)
- 👻 [Candy corn](images/screenshots/tweet-candycorn.png)
- 🍆 [Eggplants](images/screenshots/tweet-eggplants.png)
+- 🥒 Pickles
- 🥔 [Potatoes](images/screenshots/tweet-potatoes.png)
- 🍅 [Tomatoes](images/screenshots/tweet-tomatoes.png)
diff --git a/images/pickles/eva-elijas-pexels.jpg b/images/pickles/eva-elijas-pexels.jpg
new file mode 100644
index 0000000..225698c
Binary files /dev/null and b/images/pickles/eva-elijas-pexels.jpg differ
diff --git a/images/pickles/jancickal-pixabay.jpg b/images/pickles/jancickal-pixabay.jpg
new file mode 100644
index 0000000..c265446
Binary files /dev/null and b/images/pickles/jancickal-pixabay.jpg differ
diff --git a/images/pickles/jonathan-pielmayer-1-unsplash.jpg b/images/pickles/jonathan-pielmayer-1-unsplash.jpg
new file mode 100644
index 0000000..caee472
Binary files /dev/null and b/images/pickles/jonathan-pielmayer-1-unsplash.jpg differ
diff --git a/images/pickles/jonathan-pielmayer-2-unsplash.jpg b/images/pickles/jonathan-pielmayer-2-unsplash.jpg
new file mode 100644
index 0000000..b50b582
Binary files /dev/null and b/images/pickles/jonathan-pielmayer-2-unsplash.jpg differ
diff --git a/images/pickles/marta-tiuzova-pexels.jpg b/images/pickles/marta-tiuzova-pexels.jpg
new file mode 100644
index 0000000..77b8410
Binary files /dev/null and b/images/pickles/marta-tiuzova-pexels.jpg differ
diff --git a/images/pickles/mockup-graphics-unsplash.jpg b/images/pickles/mockup-graphics-unsplash.jpg
new file mode 100644
index 0000000..855a2c6
Binary files /dev/null and b/images/pickles/mockup-graphics-unsplash.jpg differ
diff --git a/images/pickles/public-domaine-pixy.jpg b/images/pickles/public-domaine-pixy.jpg
new file mode 100644
index 0000000..7077b24
Binary files /dev/null and b/images/pickles/public-domaine-pixy.jpg differ
diff --git a/sproutify.js b/sproutify.js
index bb4731c..15aa7a9 100644
--- a/sproutify.js
+++ b/sproutify.js
@@ -31,6 +31,13 @@ const broccoliImagePaths = [
"images/broccoli/pixabay-general.jpg"
];
+const candyCornImagePaths = [
+ "images/candyCorn/dane-deaner-unsplash.jpg",
+ "images/candyCorn/sheri-silver-unsplash.jpg",
+ "images/candyCorn/skeeze-pixabay.jpg",
+ "images/candyCorn/wokandapix-pixabay.jpg"
+];
+
const carrotImagePaths = [
"images/carrots/balla-schottner-unsplash.jpg",
"images/carrots/heather-gill-unsplash(2).jpg",
@@ -53,13 +60,6 @@ const cornImagePaths = [
"images/corn/virgil-cayasa-unsplash.jpg"
];
-const candyCornImagePaths = [
- "images/candyCorn/dane-deaner-unsplash.jpg",
- "images/candyCorn/sheri-silver-unsplash.jpg",
- "images/candyCorn/skeeze-pixabay.jpg",
- "images/candyCorn/wokandapix-pixabay.jpg"
-];
-
const eggplantImagePaths = [
"images/eggplants/charles-deluvio-landscape-unsplash.jpg",
"images/eggplants/charles-deluvio-portrait-unsplash.jpg",
@@ -80,6 +80,16 @@ const greenBeanImagePaths = [
"images/greenBeans/yulia-rozanova-pexels.jpg"
];
+const pickleImagePaths = [
+ "images/pickles/eva-elijas-pexels.jpg",
+ "images/pickles/jancickal-pixabay.jpg",
+ "images/pickles/jonathan-pielmayer-1-unsplash.jpg",
+ "images/pickles/jonathan-pielmayer-2-unsplash.jpg",
+ "images/pickles/marta-tiuzova-pexels.jpg"
+ "images/pickles/mockup-graphics-unsplash.jpg",
+ "images/pickles/public-domaine-pixy.jpg"
+];
+
const potatoImagePaths = [
"images/potatoes/bowl-1842294_1920.jpg",
"images/potatoes/potatoes-1866415_1920.jpg",
@@ -117,11 +127,12 @@ const map = {
sprouts: sproutImagePaths,
avocados: avocadoImagePaths,
broccoli: broccoliImagePaths,
+ candyCorn: candyCornImagePaths,
carrots: carrotImagePaths,
corn: cornImagePaths,
- candyCorn: candyCornImagePaths,
eggplants: eggplantImagePaths,
greenBeans: greenBeanImagePaths,
+ pickles: pickleImagePaths,
potatoes: potatoImagePaths,
pumpkins: pumpkinImagePaths,
tomatoes: tomatoImagePaths
diff --git a/veggie-selector/options.html b/veggie-selector/options.html
index 81d205f..348d0e7 100644
--- a/veggie-selector/options.html
+++ b/veggie-selector/options.html
@@ -13,11 +13,12 @@
+
-
+