Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Miles Rose
Miles Rose
2,005 Points

Any feedback for my personal portfolio/blog website?

I have been working very hard on my portfolio website, and I would really appreciate some feedback and constructive criticism. The website is live online at milesrose.net and the code is on my GitHub too.

Since I'm still just learning JavaScript, I don't have very many finished apps to display in the portfolio section yet, so instead I just filled it with a lot of my artwork from the past.

I just wrote everything in plain ol' vanilla HTML and CSS in my text editor, using @media queries to make the site responsive. There's just a bit of jQuery for some UI elements too.

I did use Jekyll as a static site generator so that I could re-use my HTML templates for each page (saves so much time!) Jekyll is great for making blogs, so I decided to implement a blogging feature on the website as well. As I learn something new about code, I like to write an article about it and post it to the blog to document my learning journey.

Anyway, if anybody has any feedback or suggestions on how I could make the site better, please let me know!

Thanks! :)

1 Answer

The only thing I would suggest is you need to have a wrapper div creating an even width of content throughout. The drawing section to full with of the page and everything has a different width. Make it all uniform the site will flow a lot better, this includes the nav header as well.

Miles Rose
Miles Rose
2,005 Points

Good point, consistent vertical alignment would look much better. Thanks!