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 trialChristopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsMy Latest New Website
Hi fellow coders, I have just finished developing my second website which is hosted on gh-pages, I would appreciate any peer review of the UI. Here is the link:
4 Answers
Mark Wilkowske
Courses Plus Student 18,131 PointsOne small and easy fix - make a set of new images for the Gallery - each the same width - 250px or so in order to avoid any aspect ratio issues. The other thing I'd fix for mobile view is the navigation. If I'm on a long page like the Gallery and scroll down and open the nav again it is way back at the top of the page out of view. This isn't a problem on iPad or desktop, by the way. Nice work!
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsI have this other website I developed last month for another guy and the drop down menu behaves normally in at mobile view when you scroll down, will try to see how this one worked and the new one doesnβt.
Mark Wilkowske
Courses Plus Student 18,131 PointsI would try one of the jQuery plugins for sticky elements.
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsChristopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsHi Mark, thanks for the tip, I will try to fix the image sizes. And you know I didnβt notice that the toggle nav disappears in the gallery when the page is scrolled down, and do you have any ideas how I can fix that? Z-index, like make i fixed also like the top div?