diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..34012253 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index d59a798a..1573b2d8 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ # 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. +For this assignment, I decided to create a one-page website for a tennis training business. The site contains a hero header/image, a contact form, and the site is 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? +When I first developed the page I found it challenging to adapt it from desktop to mobile. So I decided to start over and build the site with a mobile-first approach. Afterwards I used mediaqueries to make sure that the layout worked well on larger screens like iPads and desktops. I struggled quite a bit with the hero image, figuring out how to style it in CSS so it looked good on all devices, which took a lot of time. Despite the challenges it was a fun learning experience and from now on I feel that I will likely stick with the mobile-first approach moving forward. ## 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. +https://sherrys-project-business-site.netlify.app/ diff --git a/code/index.html b/code/index.html index 85fe8e53..09b14729 100644 --- a/code/index.html +++ b/code/index.html @@ -1,17 +1,67 @@ -
- - -Wether you are a beginner or looking to refine your skills, our coaches are here to help you
+