diff --git a/readme.md b/readme.md index b635aa290b..8b3bdae2e0 100644 --- a/readme.md +++ b/readme.md @@ -25,12 +25,12 @@ ___ ❗️ Replace `` with your Github username and copy the links to `Pull Request` description: -- [DEMO LINK](https://.github.io/layout_search-bar-airbnb/) -- [TEST REPORT LINK](https://.github.io/layout_search-bar-airbnb/report/html_report/) +- [DEMO LINK](https://skrudj98.github.io/layout_search-bar-airbnb/) +- [TEST REPORT LINK](https://skrudj98.github.io/layout_search-bar-airbnb/report/html_report/) ❗️ Copy this `Checklist` to the `Pull Request` description after links, and put `- [x]` before each point after you checked it. -- [ ] Icon implemented using background-image CSS property -- [ ] Inputs are written inside of 'form' tag with correctly passed attributes -- [ ] All `Typical Mistakes` from `BEM` lesson theory are checked. -- [ ] Code follows all the [Code Style Rules ❗️](./checklist.md) +- [х] Icon implemented using background-image CSS property +- [х] Inputs are written inside of 'form' tag with correctly passed attributes +- [х] All `Typical Mistakes` from `BEM` lesson theory are checked. +- [х] Code follows all the [Code Style Rules ❗️](./checklist.md) diff --git a/src/index.html b/src/index.html index abe507e10c..54cb4d409e 100644 --- a/src/index.html +++ b/src/index.html @@ -13,19 +13,35 @@ Document + + + - + diff --git a/src/style.css b/src/style.css deleted file mode 100644 index a63fa10d43..0000000000 --- a/src/style.css +++ /dev/null @@ -1 +0,0 @@ -/* add styles here */