From 44830489870c82d5db4685bfe4b555dfc86de89e Mon Sep 17 00:00:00 2001
From: Patryk Soika <patryk@superrenaissanceman.com>
Date: Wed, 16 Oct 2019 11:40:44 -0400
Subject: [PATCH 1/3] Spelling and grammar repairs to README.md

---
 README.md | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index 29ebc89..05a835a 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,22 @@
-# Personal-Website
-I have created a website which would be regularly updated.
-The main purpose is to try and test new things into this website to make it look more beautiful.
-It would act as a great testing ground for newcomers looking to get themselves introduced into the world of open source.
-Newcomers can come and contribute to this website and get their hands dirty on it.It would help them to get aquainted wit hthe workflow followed in any open sorce project.
-It is currently  built entirely using HTML and CSS.
-Further technologies like bootstrap , javascript , j-query and reactjs would be added to it to make it more functional and interactive.
+# Personal-Website 
+
+I have created a website that should regularly update. 
+
+The main purpose is to test new things into this website to make it look more beautiful. 
+
+It would act as a great testing ground for newcomers looking to get themselves introduced into the world of open source. 
+Newcomers can come and contribute to this website and get their hands dirty on it.It would help them get acquainted with the workflow followed in any open source project. 
+
+It is currently built entirely using HTML and CSS. 
+
+Further technologies like bootstrap , javascript , j-query and reactjs would be added to it to make it more functional and interactive. 
+
 Any addition or changes to it are very much appreciated! 
 
+You are welcome to introduce even very basic changes to it which could be as small as solving some typos in the README.md or improving its content. 
+
+You can also create new issues and start working on it. 
+
+It would be beneficial for someone who is not yet introduced to using git and github. If you have solved some issues earlier try to leave it for someone who is entirely a beginner. 
 
-You are welocome to introduce even very basic changes to it which coluld be as small as solving some typos in the README.md or improving its content.
-You can also create new issues and start working on it.
-It would be beneficial for someone who is not yet introduced to using git and github. If you have solved some issues earlier try to leave it for someone who is entirely a beginner.
-Thanks!
+Thanks! 

From 68b580df04011e572ded455c733502d02baab91e Mon Sep 17 00:00:00 2001
From: Patryk Soika <patryk@superrenaissanceman.com>
Date: Wed, 16 Oct 2019 11:58:59 -0400
Subject: [PATCH 2/3] Replace missing images in index.html

---
 index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index 6a42082..18ca8d7 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@ <h1>I'm Samarth</h1>
 
 <div class="middle-container">
     <div class="profile">
-      <img src="C:\Users\admin\Downloads\WhatsApp Image 2019-09-10 at 4.59.27 PM.jpeg" alt="My self">
+      <img src="https://avatars2.githubusercontent.com/u/53353139?s=460&v=4" alt="My self">
       <h2>Hello.</h2>
       <p class="bio">Myself Samarth Jain. I am a full stack developer having primary interest in Web-Development.</p>
       <p class="bio1">I am currently an undergraduate student at the LNM Institute of Information Technology,Jaipur studying Electronics and Communication engineering.</p>
@@ -31,12 +31,12 @@ <h2>Hello.</h2>
     <div class="skills">
       <h2>My Skills.</h2>
       <div class="skill-row">
-        <img class="Web_dev" src="C:\Users\admin\Documents\Web_dev.jpg" alt="web_dev">
+        <img class="Web_dev" src="https://www.digitalseo.in/tirunelveli/wp-content/uploads/2018/07/Web_Development.jpg-header-img-1024x380.jpg" alt="web_dev">
         <h3>A Java-Script enthusiast.</h3>
         <p class="bio2">I have experience in coding with HTML, CSS, Java-Script and I love creating websites.I code in react js to make my websites more interactive and beautiful!!.</p>
       </div>
       <div class="skill-row">
-        <img class="open-source" src="C:\Users\admin\Documents\Github.jpg" alt="open_source">
+        <img class="open-source" src="https://github.blog/wp-content/uploads/2013/04/0cf7be70-a5e3-11e2-8943-6ac7a953f26d.jpg" alt="open_source">
         <h3>Open-source contribtuions</h3>
         <p class="bio3">Apart from Web-Devlopment I love open source contributions. I am presently contributing to some open source repositories and simultaneously learning new tech-stacks as well!!</p>
         <p>It's FUN!!</p>

From 21be2cc0f884c530f39a0ac1d89100923a2e33dc Mon Sep 17 00:00:00 2001
From: Patryk Soika <patryk@superrenaissanceman.com>
Date: Wed, 16 Oct 2019 12:33:34 -0400
Subject: [PATCH 3/3] Correct spelling and grammar in index.html

---
 index.html | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/index.html b/index.html
index 18ca8d7..c64a0ea 100644
--- a/index.html
+++ b/index.html
@@ -24,8 +24,8 @@ <h1>I'm Samarth</h1>
     <div class="profile">
       <img src="https://avatars2.githubusercontent.com/u/53353139?s=460&v=4" alt="My self">
       <h2>Hello.</h2>
-      <p class="bio">Myself Samarth Jain. I am a full stack developer having primary interest in Web-Development.</p>
-      <p class="bio1">I am currently an undergraduate student at the LNM Institute of Information Technology,Jaipur studying Electronics and Communication engineering.</p>
+      <p class="bio">I am Samarth Jain, a full stack developer having primary interest in Web-Development.</p>
+      <p class="bio1">I am currently an undergraduate student at the LNM Institute of Information Technology in Jaipur, studying Electronics and Communication engineering.</p>
     </div>
     <hr>
     <div class="skills">
@@ -33,20 +33,20 @@ <h2>My Skills.</h2>
       <div class="skill-row">
         <img class="Web_dev" src="https://www.digitalseo.in/tirunelveli/wp-content/uploads/2018/07/Web_Development.jpg-header-img-1024x380.jpg" alt="web_dev">
         <h3>A Java-Script enthusiast.</h3>
-        <p class="bio2">I have experience in coding with HTML, CSS, Java-Script and I love creating websites.I code in react js to make my websites more interactive and beautiful!!.</p>
+        <p class="bio2">I have experience in coding with HTML, CSS, Java-Script and I love creating websites.I code in React.js to make my websites more interactive and beautiful.</p>
       </div>
       <div class="skill-row">
         <img class="open-source" src="https://github.blog/wp-content/uploads/2013/04/0cf7be70-a5e3-11e2-8943-6ac7a953f26d.jpg" alt="open_source">
         <h3>Open-source contribtuions</h3>
-        <p class="bio3">Apart from Web-Devlopment I love open source contributions. I am presently contributing to some open source repositories and simultaneously learning new tech-stacks as well!!</p>
-        <p>It's FUN!!</p>
+        <p class="bio3">Apart from Web-Devlopment I love open source contributions. I am presently contributing to some open source repositories and simultaneously learning new tech stacks as well.</p>
+        <p>It's FUN!</p>
       </div>
     </div>
     <hr>
     <div class="contact-me">
       <h2>Get In Touch</h2>
-      <h3>If you want to get started with open-source or any tech-related thing!!.I'll be there to help you out.<p>We'll all learn together:)</p></h3>
-      <p class="contact">You can contact me on any of the mentioned sites.I will be waiting for you:)</p>
+      <h3>If you want to get started with open-source or any tech-related thing, I'll be there to help you out.<p>We'll all learn together! :-)</p></h3>
+      <p class="contact">You can contact me on any of the mentioned sites. I will be waiting for you...</p>
       <a class="btn" href="mailto:name@email.com">CONTACT ME</a>
     </div>
   </div>