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 trialThomas Dimnet
Python Development Techdegree Graduate 43,629 PointsWould you please take a look at my project ?
Hey,
during this week-end I have been working on the first techdegree project in Front-end web dev and I would like to have reviews on it.
You can find it just right here : https://github.com/tdimnet/personalProfilePage.
Many thanks for your time ! Tom.
3 Answers
Mike Bozee
39,385 PointsHey, nice work!
https://htmlpreview.github.io/?https://github.com/tdimnet/personalProfilePage/blob/master/index.html
Couple things: Profile photo and h1 hover animations imply they're clickable calls to action. If keeping h1 hover animation, consider declaring cursor: default; on h1. This will keep cursor as arrow, instead of text selector. Same goes for 'web technologies' list items. Though, this is in part a personal preference.
Social icons are in DOM, but not visible in link above.
Keep it up!
Mohamed Youssouf
Courses Plus Student 1,138 PointsGood job as your first front-end project :)
Thomas Dimnet
Python Development Techdegree Graduate 43,629 PointsHey everyone,
thanks for reviewing my code! @Mike: about the social links I think this is maybe a Github issue because I have downloaded the zip file from Github and both social links appear on the screen.
Your piece of advice for the cursor is pretty smart, thanks!
See ya!
Thomas