Ability to develop a responsive web page.
What challenges did you encounter, and how did you overcome them?I encountered challenge in making the page responsive.
What specific areas of your project would you like help with?Javascript.
Ability to develop a responsive web page.
What challenges did you encounter, and how did you overcome them?I encountered challenge in making the page responsive.
What specific areas of your project would you like help with?Javascript.
Hello, great job! I would advise you
Good luck with your future projects!
It was quite straight forward.
What challenges did you encounter, and how did you overcome them?Grid layout with margins to the edges of the browser took me for a loop, where I couldn't set the content's margin when it also was at a width: 100%.
I overcame them by adding padding to the container div instead.
What specific areas of your project would you like help with?Not sure about my solution for having margins to the edges of the browser... There's probably a better way.
Hello,
Great job! I would suggest providing more detailed naming for classes. For example, if you have
h1 class="name"
try to choose names that reflect the entity. In this case, since you're assigning the class to a heading, using class="heading" would be more appropriate than "name".
Similarly, for <ul class="links"
,
a name like "social-links" would be more fitting (since these links are related in meaning).
Also, just because text on the page is the largest doesn't mean it should be h1. I recommend checking out this article