diff --git a/README.md b/README.md index bbd28d4..46d63cf 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,30 @@ -[logo]: http://www.goodylabs.com/assets/logo-c011d0a0fa8c64e1d6c284405fc2155d.png -[this_repo]: https://github.com/goodylabs/internship-exercise1 -[github_join_page]: https://github.com/join -[git_getting_started]: http://git-scm.com/book/en/v2/Getting-Started-About-Version-Control -[git_github_account]: http://git-scm.com/book/en/v2/GitHub-Account-Setup-and-Configuration -[git_github_contributing_to_a_project]: http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project -[git_working_with_remotes]: http://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes -[html_w3schools]: http://www.w3schools.com/html -[get_bootstrap]: http://getbootstrap.com/ + + + + Bootstrap Case + + + + + + + + +

First name: Sanjana

+

Last name: Sandeep

+

Hobbies: Sleeping

+ Visit goodylabs FTW! +
+
+

My 3 latest achievements

+
+
+
+

1. Getting a job offer in a Multinational firm

+

2.Publishing an article in a national news paper

+

3.Coded for 12 hours at a stretch

+
+ + + -![goodylabs][logo] - -goodylabs internship exercise 1 -=============================== - -Purpose of this document ------------------------- - -This first excercise is to verify that you can: - -1. find information on the web -2. acquire basic skills about HTML and CSS -3. learn and use version control system - -List of tasks: --------------- - -1. If you do not have a GitHub account yet, please go to [GitHub join page][github_join_page] and register. You will get a free account, no worries - no credit card is required. If you are lost, [this][git_github_account] might help ;) -2. Fork [this][this_repo] repository using any git client. If you do not know what forking, git or a repository is, please visit [this][git_getting_started] site and acquire some knowledge. A brief summary is also available [here][git_github_contributing_to_a_project]. -3. 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][html_w3schools] site. -4. Commit your changes with a meaningful commit message. -5. Apply [Bootstrap][get_bootstrap] to your HTML page by using simplest Jumbotron template - put your three latest achievements in three example columns. -6. Commit your changes with a meaningful commit message. -7. 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][git_working_with_remotes]. -8. 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][git_github_contributing_to_a_project] might help here. - -You're done ;) diff --git a/index.html b/index.html new file mode 100644 index 0000000..dcf71b5 --- /dev/null +++ b/index.html @@ -0,0 +1,36 @@ + + + + + + + + + + + +

Visit goodylabs FTW!

+

First name: Sanjana

+

Last name: Sandeep

+

Hobbies: Sleeping

+ +
+
+

My 3 latest achievements

+
+
+
+ + + + + + + + + +
Getting a job offer in a Multinational firm Publishing an article in a national news paperCoded for 12 hours at a stretch
+
+ + + \ No newline at end of file