Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simple improvements #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@ <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>
<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">
<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>
<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>
<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:[email protected]">CONTACT ME</a>
</div>
</div>
Expand Down