Skip to content

London10-Afsha-Hossain-HTML/CSS-Week1 - #598

Open
Afsha10 wants to merge 5 commits into
CodeYourFuture:masterfrom
Afsha10:master
Open

London10-Afsha-Hossain-HTML/CSS-Week1#598
Afsha10 wants to merge 5 commits into
CodeYourFuture:masterfrom
Afsha10:master

Conversation

@Afsha10

@Afsha10 Afsha10 commented Feb 13, 2023

Copy link
Copy Markdown

Volunteers: Are you marking this coursework? You can find a guide on how to mark this coursework in HOW_TO_MARK.md in the root of this repository

Your Details

  • Your Name:
  • Your City:
  • Your Slack Name:

Homework Details

  • Module:
  • Week:

Notes

  • What did you find easy?
    The task took about 10 hours but I managed to complete it on my own.

  • What did you find hard?

Starting the task was the hardest for me.

  • What do you still not understand?

  • Any other notes?

Comment thread index.html
<div class="nav-item" id="nav-item1">Meet Karma</div>
<div class="nav-item" >How it Works</div>
<div class="nav-item" >Store</div>
<div class="nav-item" >Blog</div>

@Bedi06 Bedi06 Feb 22, 2023

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Afsha i'm doing a code review to complete the homework :

What i would suggest is usig ul tag to group the navigation items, add aria-label attributes to the nav and ' a' tags to improve accessibility for screen readers, and used descriptive text for each navigation item.
Use appropriate HTML tags: The nav tag should be used to wrap the navigation links, and each navigation item should be an a tag with appropriate attributes.
Add href attributes to each navigation item to create clickable links.
Use descriptive text for each navigation item that conveys its purpose to users, and avoid using generic or ambiguous text.
Adding aria-label attributes to the nav and 'a' tags to improve accessibility for screen readers.

@Afsha10 Afsha10 added the review requested I would like a mentor to review my PR label Mar 21, 2023
Comment thread css/style.css


.product-nav {
display: flex;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Afsha, such great job you've done, may i suggest implementing the DRY principle of not repeating code, so you could group all your flex items together.

@migmow migmow added the reviewed A mentor has reviewed this PR label May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

review requested I would like a mentor to review my PR reviewed A mentor has reviewed this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants