Hi all,
can you please give me some feedback on my product landing page?
I’m not a designer of any kind so the overall thing looks a bit like the example given.
Thanks
Hi all,
can you please give me some feedback on my product landing page?
I’m not a designer of any kind so the overall thing looks a bit like the example given.
Thanks
Hey, this is really nice. We don’t see a lot of really finished projects like this anymore since we moved to the new RWD courses, so it’s nice to see you take the time to make it look nice. Also, love the Simpons video.
I have a few accessibility issues I’d like to point out since that’s my specialty.
h1
heading near the top of the page. My guess that would be “Loud and Proud”. You would probably want to have some content below that heading that explains real quick what the product is and such, but since this is just a practice project I won’t dock you for that.h2
headings immediately below “Loud and Proud” are good, but the three h2
price headings are not actually headings. The headings in those cards are at the top of the card (“Basic”, “Pro”, and “Ultimate”) since they describe the content below them. The price can just be a simple p
element.main
element. So wrap everything other than the header
and footer
in a main
. This will mean you need to move your footer
out of the “container” div
it is currently nested in.label
element. And then make sure to add a for
attribute to the label
. If the tests require placeholder text, then just add an example email address, since placeholder text should really only be an example of what you want and not actual instructions.Again, overall very nice. Thanks for sharing.
Wow that’s great to hear! Love the feedback.
I’ll go over all the suggestions you pointed out, and then submit the project.
This was really helpful, I tend to lose some attention to details by doing these projects after work, but I want to get the best from this course and your feedback was great.
I’ll definitely post my other projects as soon as I manage to go over them again.
Cheers!
Hello everyone! I am learning programming from Congo Brazzaville. I am very happy to be among you. I would like you to give me feedback about my landing page project. Here is the github page link => Landing Page
I also hosted it for free on => https://ricksaint.netlify.app
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.