Compare commits

..

2 Commits

Author SHA1 Message Date
allcontributors[bot] 056786887b docs: update .all-contributorsrc [skip ci] 2020-09-25 15:25:40 +00:00
allcontributors[bot] 4c034c0e84 docs: update README.md [skip ci] 2020-09-25 15:25:39 +00:00
5 changed files with 27 additions and 36 deletions
+4 -13
View File
@@ -15,19 +15,10 @@
]
},
{
"login": "antonkomarev",
"name": "Anton Komarev",
"avatar_url": "https://avatars0.githubusercontent.com/u/1849174?v=4",
"profile": "https://komarev.com",
"contributions": [
"plugin"
]
},
{
"login": "utsav00",
"name": "Utsav",
"avatar_url": "https://avatars2.githubusercontent.com/u/39943143?v=4",
"profile": "https://github.com/utsav00",
"login": "insaurabh",
"name": "Saurabh Ranjan",
"avatar_url": "https://avatars1.githubusercontent.com/u/26545067?v=4",
"profile": "https://www.hestabit.com/",
"contributions": [
"code"
]
+2 -3
View File
@@ -159,7 +159,7 @@ Please read [`CONTRIBUTING`](CONTRIBUTING.md) for details on our [`CODE OF CONDU
## Contributors ✨
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -169,8 +169,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<table>
<tr>
<td align="center"><a href="https://github.com/sarbikbetal"><img src="https://avatars2.githubusercontent.com/u/41508422?v=4" width="100px;" alt=""/><br /><sub><b>Sarbik Betal</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=sarbikbetal" title="Code">💻</a></td>
<td align="center"><a href="https://komarev.com"><img src="https://avatars0.githubusercontent.com/u/1849174?v=4" width="100px;" alt=""/><br /><sub><b>Anton Komarev</b></sub></a><br /><a href="#plugin-antonkomarev" title="Plugin/utility libraries">🔌</a></td>
<td align="center"><a href="https://github.com/utsav00"><img src="https://avatars2.githubusercontent.com/u/39943143?v=4" width="100px;" alt=""/><br /><sub><b>Utsav</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=utsav00" title="Code">💻</a></td>
<td align="center"><a href="https://www.hestabit.com/"><img src="https://avatars1.githubusercontent.com/u/26545067?v=4" width="100px;" alt=""/><br /><sub><b>Saurabh Ranjan</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=insaurabh" title="Code">💻</a></td>
</tr>
</table>
+18 -17
View File
@@ -32,6 +32,7 @@ const Markdown = props => {
<>
{`<h3 align="left">${props.label}</h3>`}
<br />
<br />
</>
)
}
@@ -273,6 +274,22 @@ const Markdown = props => {
}
/>
</>
<>
<DisplaySkills skills={props.skills} />
</>
<>
<DisplayTopLanguages
show={props.data.topLanguages}
showStats={props.data.githubStats}
github={props.social.github}
/>
</>
<>
<GitHubStats
show={props.data.githubStats}
github={props.social.github}
/>
</>
{isSocial(props.social) ? `<p align="left">` : ""} <br />
<>
<SectionTitle label="Connect with me:" />
@@ -424,23 +441,7 @@ const Markdown = props => {
username={props.social.rssurl}
/>
</>
{isSocial(props.social) ? <>{`</p>`}<br/><br/></> : ""}
<>
<DisplaySkills skills={props.skills} />
</>
<>
<DisplayTopLanguages
show={props.data.topLanguages}
showStats={props.data.githubStats}
github={props.social.github}
/>
</>
<>
<GitHubStats
show={props.data.githubStats}
github={props.social.github}
/>
</>
{isSocial(props.social) ? `</p>` : ""}
</div>
)
}
+2 -2
View File
@@ -268,7 +268,7 @@ const MarkdownPreview = props => {
listSkills.push(
<a href={skillWebsites[skill]} target="_blank">
<img
className="mb-4 mr-4 h-6 w-6 sm:h-10 sm:w-10"
className="my-4 mx-4 h-6 w-6 sm:h-10 sm:w-10"
key={skill}
src={icons[skill]}
alt={skill}
@@ -295,7 +295,6 @@ const MarkdownPreview = props => {
github={props.social.github}
/>
<WorkPreview work={props} />
<SocialPreview social={props.social} />
<SkillsPreview skills={props.skills} />
<div className="block sm:flex sm:justify-center sm:items-start">
<TopLanguagesPreview
@@ -307,6 +306,7 @@ const MarkdownPreview = props => {
github={props.social.github}
/>
</div>
<SocialPreview social={props.social} />
</div>
)
}
+1 -1
View File
@@ -160,7 +160,7 @@ const Work = props => {
/>
<input
id="funFact"
placeholder="I think I am funny"
placeholder="Chai over Coffee"
className="outline-none placeholder-gray-700 mr-8 sm:mr-0 w-full sm:w-1/3 border-t-0 border-l-0 border-r-0 border solid border-gray-900 py-1 px-2 focus:border-blue-700"
value={props.data.funFact}
onChange={event => props.handleDataChange("funFact", event)}