diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 00000000..cc5da47a
Binary files /dev/null and b/.DS_Store differ
diff --git a/README.md b/README.md
index d59a798a..fce6a4f6 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,15 @@
# Business Site
-Replace this readme with your own information about your project.
-
-Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.
+we had to create a one page bussines website that contains a header, a Signup form and a submit button, the web site has to be styled and it must to be fully responsive
## The problem
-Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next?
+
+The main problem for me was the form, style it was very tricky, and I had to research a lot using mostly chatgpt, w3school and stackoverflow. Despite I could mostly solve it, I'm still not 100% happy with it, because my main idea was to have an image horizontly in the left side and pairing it with the form to the right side. But when I was trying to add the image the form was losing its properties, at the end I decided to keep only the form, but I couldn't center it so I had to keep the form to the left side, leading an empty space in the right side of the website, if I had more time, I would want to fix this.
+
+Another problem was upploading the hero video, I needed to increase the buffer size something I learned on stackoverflow.
## View it live
-Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about.
+Link to my business website
+
+https://stirring-salamander-00e5a8.netlify.app/
diff --git a/code/.DS_Store b/code/.DS_Store
new file mode 100644
index 00000000..67797810
Binary files /dev/null and b/code/.DS_Store differ
diff --git a/code/images/.DS_Store b/code/images/.DS_Store
new file mode 100644
index 00000000..396b9b29
Binary files /dev/null and b/code/images/.DS_Store differ
diff --git a/code/images/cincin.gif b/code/images/cincin.gif
new file mode 100644
index 00000000..a958f270
Binary files /dev/null and b/code/images/cincin.gif differ
diff --git a/code/images/month-wine.png b/code/images/month-wine.png
new file mode 100644
index 00000000..d42f3f64
Binary files /dev/null and b/code/images/month-wine.png differ
diff --git a/code/images/next-events.png b/code/images/next-events.png
new file mode 100644
index 00000000..e49d4251
Binary files /dev/null and b/code/images/next-events.png differ
diff --git a/code/images/next-events.webp b/code/images/next-events.webp
new file mode 100644
index 00000000..391c6024
Binary files /dev/null and b/code/images/next-events.webp differ
diff --git a/code/images/our-wine.png b/code/images/our-wine.png
new file mode 100644
index 00000000..8e61f588
Binary files /dev/null and b/code/images/our-wine.png differ
diff --git a/code/images/wine-me.png b/code/images/wine-me.png
new file mode 100644
index 00000000..ae4e7f83
Binary files /dev/null and b/code/images/wine-me.png differ
diff --git a/code/index.html b/code/index.html
index 85fe8e53..6fc0a335 100644
--- a/code/index.html
+++ b/code/index.html
@@ -1,17 +1,119 @@
-