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 trialMichael Santos
7,564 Pointsfront-end portfolio
I'm starting to get more comfortable with programming in javascript, html and css, that now i'm starting my portfolio. I am making a website that will have a photo and film gallery and have a tough time figuring out how that will be coded. I have found some code from github, such as this :https://github.com/blueimp/Gallery#html5-video-player, My question is that is it right to use other developers open-source code and customize it when building a portfolio?
4 Answers
Vlad Legkowski
9,882 PointsGood artists copy, great artists steal. - Pablo Picasso
Tri Pham
18,671 PointsOnly God creates. The rest of us just copy. - Michelangelo
jrs0801
259 Points"just answer his damn question"- James "Snooki" Monroe
johanesriandy
2,144 Pointsshort answer, since that is open source code, yes, you can.
Well, if you seeking for legal and long answer, the github project mentioned is using MIT license below,
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Michael Santos
7,564 Pointsthanks!