Can you review an d give feedback on my tribute page project https://codepen.io/chythanya/full/BaoBNjd
Thanks
Can you review an d give feedback on my tribute page project https://codepen.io/chythanya/full/BaoBNjd
Thanks
Iâm not seeing any major issues, just a few small things:
<h1>
to <h2>
instead of to <h3>
.Your page looks good @chythanya. Some things to revisit;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
).
âDonât jump heading levels. You should go from <h1>
to <h2>
instead of to <h3>
.â - Noted
I used the 450px size so that I could restrict the content of âtimelineâ to the center. I realised this is a mistake. I havenât used em. But I now starting to use % for width. I used the same in my second project. https://codepen.io/chythanya/full/NWGwKmK
What is forking with the test script. How do I do that any help video. Coz, I googled and havenât found any. Also what are the two user stories did I miss.
If I change Wikipedia Entry to Wikipedia Page will it be more accessible.
Ya, I also think that the bullet point are redundant.
Easier to search the forums here for an example of forking.
In my previous post, I gave the test scripts. Take everything that is in the script
tags including the tags and put in in the HTML section of codepen. Youâll see a green hamburger menu. Click on it and run the test for the appropriate project. For any test that fails the button will be red. Click on the red button to see which test(s) failed and an explanation of what it is looking for and how you can correct it.
Read the article in my post, âWeb Accessibility in Mindâ. In short, if someone is relying on a screen reader to go over your page, every word is not read. âWikipedia Entryâ or âWikipedia Pageâ tells them nothing.
Good thing to Google. âcss get rid of bullet pointsâ may be a good search.
Edit to add;
If you are still confused with how to use CodePen, please read the official documentation.
Thanks a ton. I was able to use the script given by you. My first project has passed 8/10 user stories and 2nd one 11/17. Also I was able to use it in VS Code. I will work on the failed user stories before moving to other projects.
Also will work on the accessibility of the links part.
Thanks for your feedback. I was really helpful.
Hello @chythanya Iâve created a video with some feedback on your project https://youtu.be/s1N-ybGso_M. hope you like it
Saw the video. Thanks for choosing my project to review as a part of your video.
Mobile preview was really useful.