From 71a0a86a311e4ef84b4f58390300042904e0b81b Mon Sep 17 00:00:00 2001 From: sanjana23 <93.sanjana@gmail.com> Date: Tue, 2 Dec 2014 03:37:56 -0800 Subject: [PATCH 1/3] Update README.md As per the assignment i have created an html page with the requirements. --- README.md | 44 ++++++++++---------------------------------- 1 file changed, 10 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index bbd28d4..059e088 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,13 @@ -[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/ + + -![goodylabs][logo] -goodylabs internship exercise 1 -=============================== + + +

First name: Sanjana

+

Last name: Sandeep

+

Hobbies: Sleeping

+ Visit goodylabs FTW! + -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 ;) + From 5c36faf330fa15775c8f8a4c72534400f95d70db Mon Sep 17 00:00:00 2001 From: sanjana23 <93.sanjana@gmail.com> Date: Tue, 2 Dec 2014 04:00:12 -0800 Subject: [PATCH 2/3] Update README.md Adding the bootstrap jumbotron with the 3 latest acheivements --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 059e088..46d63cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ - + + Bootstrap Case + + + + + @@ -8,6 +14,17 @@

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

+
+ From f234834b9102500261a5d4d44362eec4938218f1 Mon Sep 17 00:00:00 2001 From: sanjana23 <93.sanjana@gmail.com> Date: Thu, 4 Dec 2014 23:53:45 -0800 Subject: [PATCH 3/3] committed with the changes made --- index.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 index.html 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