Hi, I just finished the survey page and the product landing page projects, would appreciate some feedback, please be as nit picky as possible thanks you.
The design of your survey form is quite beautiful. The colors, the entire design, stunning.
The code is good. You keep it simple and get it all done. I canât find any faults in it and Iâm going to remember that asterisk selector in my own code and setting padding and margin to zero.
The page is not responsive though, I would add that to the code. A few more media queryies and youâre done.
The landing page doesnât have that finished feel. The movie doesnât play.
I wouldnât put that on top, it just feels clumsy. Of course if I would see an image, I might react differently. The fender logo is really small and I would draw more attention to the navbar, I had not seen it until I realized there should be one. I would put more space between the different sections and somehow show that they are different. Maybe center the contact section, or use different background colors for each section, something like that.
The code is again very good, simple and correct and the page is nicely responsive.
There are a few little things though, when I click on an item in the navbar I go to the right section but the top is hidden. I canât see the title and thatâs annoying. I donât know why this happens but I always put more space between sections and that somehow resolves it. You could also be more semantic and use section tags. Why do you use a block display for the anchor tags in your footer? Whatâs the added value?
the problem with the video is that i couldnât find a good video hosting website(i use imgur for the pictures) and since this is supposed to be a âdummy projectâ I didnât really want to waste too much time trying to make it work on codePen but it does work perfectly if i just test the website on my browser.
tried to section the different sections using seperator lines
fixed the scrolling, it now goes just above the title and seperator line, i just added top padding to the section divs.
the block display for the anchor tags in the footer is because otherwise the âprivacyâ and âtermsâ words appear on the same line, using display block nicely and easily puts them on different lines.
Can you not simply upload something to youtube and embed that? Provided you have a video of course. Youtube makes it really easy.
The separator lines improve the look of the page.
I meant use the âsectionâ tag, which makes it more semantic.