This first excercise is to verify that you can:
- find information on the web
- acquire basic skills about HTML and CSS
- learn and use version control system
- If you do not have a GitHub account yet, please go to GitHub join page and register. You will get a free account, no worries - no credit card is required. If you are lost, this might help ;)
- Fork this repository using any git client. If you do not know what forking, git or a repository is, please visit this site and acquire some knowledge. A brief summary is also available here.
- Create one simple HTML page with: your first name, your last name, list of your hobbies and a social link to @goodylabs twitter account - use only proper HTML conventions, forget about styling at this stage. If you do not know what HTML is, please visit this site.
- Commit your changes with a meaningful commit message.
- Apply Bootstrap to your HTML page by using simplest Jumbotron template - put your three latest achievements in three example columns.
- Commit your changes with a meaningful commit message.
- Push your changes from your local computer to your GitHub repository. If you do not know how to do it, please refer to Git SCM page.
- Send a pull request to goodylabs/internship-excercise1. This point is not mandatory, however it might speed up the verification process :) If you do not know how to do it, this might help here.
You're done ;)