Hey all, its been a while since I actually sat down to do some scripting damn I feel rusty.
Anyway I’ve been working on finishing the responsive web design section for the past few days, ( focused on Uni study etc, sorting out another job since I have an addition to the family on the way (another story haha))
Any way I was just after some feedback for the portfolio page, I know I need to use more media queries, design wise il tweak as I continue to learn.
Note: need to sort email function driving me batty.
Hi!
I just took a look at your portfolio Let me share my comments with you hoping they are useful:
Tribute page: I find it hard to read the paragraph “Sonic is instantly recognisable with his blue hedgehog” as the color text is black and the background gradient gets very dark on the left side.
At the portfolio (nevermind if you made it on purpose) the Hello and welcome text is aligned to the left. However, all the other contents are centered.
Beyond Fitness - at the Contact Us section “CONTACT US” text appears too close to the text above. I haven’t seen the code but maybe you could increase the line-height, margin or padding.
Sorted the issues, the Tribute page was a silly fix, Visual studio flagged the paragraph id (required for each paragraph element) as a duplicate id, id removed it as a fix without looking at the finished article whoops.
going to keep practicing with the ‘mobile fist’ ideology get these media queries sorted and il be happy.
Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>)
The test script, with all tests passing, should be included when you submit your projects.
Your page passes 11/12 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.