diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..f673a71b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5502 +} \ No newline at end of file diff --git a/README.md b/README.md index d59a798a..d6bf2041 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # Business Site -Replace this readme with your own information about your project. +My business site with a sign up form for an upcoming event. -Start by briefly describing the assignment in a sentence or two. Keep it short and to the point. +The aim of the third project in the Web Dev bootcamp was to create a responsive business site with a hero image or video in the header and a sign up form with at least 3 different input types. ## 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? +I started out by sketching out on paper how I wanted it to look like. I took inspiration from a landing page/event site that was created with the company confetti´s tool for the company I work at. + +I used Flexbox and fieldset as techniques to setup the hero video and sign up form. + +If I hade more time I would learn more about the forms and try to style them better. I tried to make round check-boxes but it did not work out well and I also tried to remove the default setting of the forms to change the links but it didn´t work. ## 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://tradewavefintechforum.netlify.app/ \ No newline at end of file diff --git a/code/assets/TRADEWAVE.png b/code/assets/TRADEWAVE.png new file mode 100644 index 00000000..d591e859 Binary files /dev/null and b/code/assets/TRADEWAVE.png differ diff --git a/code/assets/business.mp4 b/code/assets/business.mp4 new file mode 100644 index 00000000..9966bc42 Binary files /dev/null and b/code/assets/business.mp4 differ diff --git a/code/index.html b/code/index.html index 85fe8e53..ef0e6c54 100644 --- a/code/index.html +++ b/code/index.html @@ -1,17 +1,53 @@ -
- - -