How much do you rate my website on a scale of 1-10 and why?
https://harshvats.vercel.app
Don't count my picture plz😅.
For further actions, you may consider blocking this person and/or reporting abuse
How much do you rate my website on a scale of 1-10 and why?
https://harshvats.vercel.app
Don't count my picture plz😅.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (47)
Hey Harsh!
These are all opinions! Your profile image is sized in a way that distorts the image of so it comes off a little unprofessional, you have no margins or paddings on most of the elements so everything looks really spaced out, and you've got an interesting color choice with poor contrast. I would personally recommend you learn CSS grids so you can lay things out better. I would also recommend you use a site like this Adobe Create to choose your colors for your next website so you aren't going against common UI/UX rules. I would also like to recommend you purchase a domain name for yourself, it's a small investment that adds authenticity.
This opinion actually feels like someone is literally caring for me 😅. Thank u so much.
Of course! I am happy to help 😀
Decent and Pretty good.
Just try to work on UX where your logo looks too enlarged. There's a lot of wasted space here and there.
Otherwise quite decent for beginner who is playing around with technology.
Well, I would like to know how are you hosting it?
Looks like its with vercel.com
okay. never heard of it
formerly known as zeit but now it's vercel and is pretty good for your nextjs website hosting.
Thanks for answering :)
Thank you so much. I will definitely make some edits and will ask for your opinion again after some time :)
Your website is ok however I agree with what a lot of people have been saying. The spacing needs a lot of work and the colour theme is very bland. I don't think those drop shadows on the boxes look that great either. And the icons for instagram, gmail and linkedin don't match the design at all. However its simple, loads fast and explains your skills. It would be a good idea to take a look at this Design Resources for Developers
Just absorb lots of design information so that you can get a good eye for design. Also do some research on branding, UI/UX and of course colour style guides like Adobe Create as mentioned.
I will surely look into it. Btw thanks. :)
There is also something else which is extremely helpful that I don't think anyone has mentioned yet. Create a design before you build your website. I'm not sure how good you are at design but if you at least created a design before you built your website then it would be a huge improvement as opposed to designing on the fly. Check out a free tool like Figma figma.com/ I designed my website before I built it.
The concept is pretty neat! You've summed it up quite good and I like the JS object styled lists!
But you can still improve a lot!
Add some good colours, fonts and fix the layout problem pointed out in the comments. And this will become quite a better website! 😁
All the best!
Thank you so much. I will definitely make changes to it and will ask for your opinion again after some time :)
One small thing I noticed is you haven't set a default global font on the
<body>
element.Because of this the fonts in the footer are falling back to the default system serif font.
I'd suggest adding
font-family: "Inter",sans-serif;
to the<body>
in your CSS.Thanks I will edit it.
Hey man. The fact that you've started working on your own personal site is a great step forward. I am not particularly fan of rating scales, so instead I'll give you some feedback. Firstly try to use as minimal Javascript as possible, you can do most things with pure CSS. Secondly you don't need flashy animations to make an impression. Thirdly think about view prioritisation, especially if you consider using it on your CV/Resume. Make it easily readable with your external links top left/right corner (that be github, linkedin etc), skills in a simple list ordered by the standard Good, Average, Have worked with only once and the rest of the space leave out for personal projects and hobbies. You can try looking at some popular spoke person's sites like John Papa. The difference is that in his site he's focusing on blog posts as you can clearly see from firstly opening the page, also you can notice his contact information at the very top. A small detail, which is more SEO related is that if you stop Javascript you'd want the first serve of the site to be accompanied with as much as information as possible. Try looking into a way of either static site generation or server side rendering for your site.
Thank you Nikola. I will keep that in mind. :)
Try adding the below code....
`
The brown is more like an earthy color... you may want to go with blue/black or red/black for this design it's just my personal opinion.
Cheers!
I like the code at the top. First thing I would look at is making sure the capital letters are in the right area. E.g. jquery should be jQuery, if unsure just google what you typed and it should come with the vendor name. This makes it more professional and readable (they've branded it as spelt like that so when people see it its instantly identifiable).
I will edit my website and will again ask for your opinion after some time. :)
So I am just looking from an accessibility perspective.
Contrast between the text and background is not sufficient for the Social, Drop an Email, nor Connect text. The first h1 on the page is for the #social-heading, which is at the bottom of the page. WCAG guidelines say headings should follow a logical order (h1 through h6). Your image is missing an alt tag, or the aria-hidden="true" attribute to either provide a text description or hide the image from a screen reader. Also, I would add the aria-hidden="true" attribute to the hr objects. Finally, your icons at the bottom of the page are missing inner text, so a screen reader wouldn't know that the link would be to Github or Codepen.
Looking from a keyboard perspective, it might be nice to add a skip-link to the different sections. When using my tab key I skip over the About Me and My Skills sections and jump down to the Instagram link. You can read how to implement a skip-link.
Overall you seem to be using the additional social links as the footer, but you used a div tag as opposed to the footer tag. You are doing the same thing for the header, which you could just use the header tag itself, and you don't have any main content section. I would suggest wrapping the div's of the main content into a main tag. You can take a look at the Web Content Accessibility Guidelines (WCAG) to learn a bit more about accessibility.
This is great to learn from this comment. I will make changes and again ask for your opinion in some time. :)
I am sorry to say that but I think you should improve it by choosing a better contrast in your color palette and also fix the desktop layout. Namely, it gets stretched on all the width of the monitor and should have some sort of container or max-width instead. Also, the colored "call to action" links on the bottom should not be colored to better match the chosen color palette. That's my 2 cent.