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 trialAbe Layee
8,378 PointsWhat design skill is needed for this site?
I have been trying to figure out how people build site like http://good.co/. Do I need Adobe Illustrator or PhotoShop? I know JavaScript,css,html, and Jqurey are needed but I am talking about the design.
2 Answers
Jacob Bender
15,300 PointsYou would only need illustrator/photoshop if you are creating the images. Some people use Photoshop to create a mockup or wireframe, and then translate that into code (I often use a piece of paper and a pen). It looks like that might even be a wordpress site (certainly a template). You could build something like that with HTML, CSS, and Jquery, perhaps use Bootstrap to make it responsive without having to do a ton of media queries yourself. Pretty sure they are using several jquery plugins (like the sticky bar at the top). Really that site is just several divs with nice looking content places in them...
If you find you do need an image editing tool but don't want to shell out $$$ for Photoshop, the newer versions of GIMP are pretty decent.
Abe Layee
8,378 PointsThank you very much Jacob Bender . I have been trying to figure out this for so long.
Jacob Bender
15,300 PointsGlad I could help :)