Rate my webpage

Here is the link:

I know it is not the most wonderful thing to look at aestethically speaking, but I would appreciate feedback about other aspects such as layout. Thank you.

You got stuff rendering on the page. :white_check_mark:
Looks like your basic html and css syntax is correct. :white_check_mark:
Your using some bootstrap, cols are nested in the row. :white_check_mark:

You should have jquery added in the settings for your codepen to make bootstrap fully functional.
When I add it I see another picture appears.

Keep plugging away and experimenting, but I’d say you’re on the right track.

First of all, aestethics are very relative. Some like nice and slick designs, others prefer something more brutal.

And I mean that literally - the latest trend in webdesign is brutalism: http://brutalistwebsites.com/ If you put in a little work you might end up with a very nice brutalist site.

As to the layout:

  • Readability is low, so you might want to consider darker backgrounds, lighter lettering, or vice versa.
  • I would recommend stacking your sections (bio, skills etc) in rows, not columns
  • A little more consistency (but not too much, especially if you decide to give brutalism a go). For instance - I don’t understand why the portfolio section is separated from bio and skills?
  • The freeCodeCamp button has got to go (at least from the header)

Good luck!

Thank you both for the feedback. Time to start JavaScript now.

1 Like