Skip to content

Conversation

adniyaYousaf
Copy link

@adniyaYousaf adniyaYousaf commented Dec 18, 2023

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

Copy link

netlify bot commented Dec 18, 2023

Deploy Preview for cyf-codewars-projects ready!

Name Link
🔨 Latest commit e3e77a1
🔍 Latest deploy log https://app.netlify.com/sites/cyf-codewars-projects/deploys/6580821a034eeb000876d924
😎 Deploy Preview https://deploy-preview-11--cyf-codewars-projects.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@SallyMcGrath SallyMcGrath left a comment

Choose a reason for hiding this comment

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

Fabulous work @adniyaYousaf! I have some questions:

Why are there two web components here? Did you get blocked on how to pass a new name in on index.html?

Knowing what you know now about mapping over templates, how would you iterate on this design to show a leaderboard for your class?

width:5rem;
}
</style>
<div class="container">
Copy link
Member

Choose a reason for hiding this comment

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

Is there another semantic HTML tag that sections content?

${this.userData.ranks.overall.name}
</data>
<data value="${this.userData.name}">Name:
<span class="label">${this.userData.name}</span>
Copy link
Member

Choose a reason for hiding this comment

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

It looks to me like this is a description list or definition list.

Look into dl/dt/dd tags to group and structure this data

flex-direction:column;
gap:1rem;
width:60%;
background:black;
Copy link
Member

Choose a reason for hiding this comment

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

When I ran Lighthouse, it gave me a colour contrast problem on this style. What did you get?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants