Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrinko committed Oct 9, 2019
1 parent d60d1a1 commit 417fa35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Frontend practice with header
# Moyo header
1. Replace `<your_account>` with your Github username in the links
- [DEMO LINK](https://<your_account>.github.io/layout_moyo-header/)
- [TEST REPORT LINK](https://<your_account>.github.io/layout_moyo-header/report/html_report/)
Expand All @@ -10,20 +10,20 @@ Create HTML page with the header using `flexbox` basing on [this mockup](https:/

### Common mistakes
- Add `data-qa="hover"` and `class="is-active"` required for tests
- Do not use tabs. Use 2 spaces for indentation.
- Do not use `tabs`. Use `2 spaces` for indentation.
- Don't use repeated styles.
- Don't use extra elements for blue line. Figure out how to work with `::after`
- Check font styles. Use [google fonts](https://fonts.google.com/)

### Requirements:
- pay attention the mock is adaptive. Develop the layout to fit on 1024px and 1200px the same as on the mock.
- reset browser's default margins
- reset browser default margins
- use images from [src/images](src/images)
- Use semantic tags. `<header>`, `<nav>`
- change links styles on :hover
- change links styles on `:hover`
- follow styles from the mock
- the link with blue color and line below is an active link. It should have `class="is-active"` and relevant styles.
- the link with only blue color is an example of `:hover` styles. Every link in the row should have blue color on `:hover`.
- the link with `blue` color and line below is an active link. It should have `class="is-active"` and relevant styles.
- the link with only `blue` color is an example of `:hover` styles. Every link in the row should have `blue` color on `:hover`.
- add `data-qa="hover"` attribute to the 4th link for testing (`Ноутбуки и компьютеры`)
---

Expand Down

0 comments on commit 417fa35

Please sign in to comment.