diff --git a/README.md b/README.md index a95e97afe..b530eff07 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Kickstarter landing page (HARD) -**⚠️ Attention: this is a hard landing page for development. We highly recommend choosing this landing page only if you didn't have a lot of troubles with previous homework tasks and if you sent all homework in time (didn't miss deadlines).** +**⚠️ Attention: this is a hard landing page for development. We highly recommend choosing this landing page only if you didn't have a lot of troubles with previous homework tasks and if you sent all homework in time (didn't miss deadlines).** + +Implement landing page according to [Figma design]() - Use BEM and SCSS -Implement landing page according to [Figma design](https://www.figma.com/file/Ujp7bCFuvuJlkn8TSbQPSZ/%E2%84%9611-(kickstarter)?node-id=19655%3A33) - Use BEM and SCSS - The design 1440px - Desktop 1280px - Tablet 640px @@ -18,7 +19,6 @@ Implement landing page according to [Figma design](https://www.figma.com/file/Uj 1. Implement `Questions` block 1. Implement the footer. - ## Github flow 1. **Fork** the repo. @@ -34,7 +34,7 @@ Implement landing page according to [Figma design](https://www.figma.com/file/Uj 11. `git push origin develop` - to send you code for PR 12. Create a Pull Request (PR) from your branch `develop` to branch `master` of original repo. 13. Replace `` with your Github username in the - [DEMO LINK](https://.github.io/Kickstarter/) + [DEMO LINK](https://OlehYavoriv.github.io/Kickstarter/) 14. Copy `DEMO LINK` to the PR description > To update you PR repeat steps 7-11 diff --git a/src/images/icons/left-arrow.svg b/src/images/icons/left-arrow.svg new file mode 100644 index 000000000..9a39a0030 --- /dev/null +++ b/src/images/icons/left-arrow.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/images/icons/right-arrow.svg b/src/images/icons/right-arrow.svg new file mode 100644 index 000000000..19613dbd2 --- /dev/null +++ b/src/images/icons/right-arrow.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/index.html b/src/index.html index fcafd2a00..9fbdf19d6 100644 --- a/src/index.html +++ b/src/index.html @@ -586,35 +586,16 @@
- - - - - + Arrow Right - - - + />

01