-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Otters - Amel Ntamark #111
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job!
I left one small note but everything else looks good. 😄
Well done!
favorite color: purple<br><br> | ||
favorite show: the good place<br><br> | ||
favorite song: <iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/29d0nY7TzCoi22XBqDQkiP?utm_source=generator" width="100%" height="80" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style: Using a ul
or simple paragraphs instead of having a bunch of br
s would be cleaner.
From MDN:
Creating separate paragraphs of text using
<br>
is not only bad practice, it is problematic for people who navigate with the aid of screen reading technology. Screen readers may announce the presence of the element, but not any content contained within<br>
s. This can be a confusing and frustrating experience for the person using the screen reader.
To read more: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/br
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for sharing this info Kaida! ✨
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Amel Ntamark | About</title> | ||
<meta name="description" content="about amel ntamark and how to contact" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice use of meta tags. 😃
Personal Portfolio Site
Congratulations! You're submitting your assignment!
Comprehension Questions