From f5baace257c0b4d73bca8bd5e052d21a8c00b4aa Mon Sep 17 00:00:00 2001 From: Jivthesh M R Date: Mon, 3 Aug 2020 18:43:56 +0530 Subject: [PATCH 1/8] added code_of_conduct --- CODE_OF_CONDUCT.md | 76 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000000..6c7327952d --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,76 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, sex characteristics, gender identity and expression, +level of experience, education, socio-economic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at ashutoshhathidara98@gmail.com. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see +https://www.contributor-covenant.org/faq From afa35d0544036230c93b56bb12913558331a742b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 14:09:58 +0000 Subject: [PATCH 2/8] docs: update README.md [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40684e7643..56d02be7f3 100644 --- a/README.md +++ b/README.md @@ -200,12 +200,12 @@ If you can help us with these. Please don't hesitate to open an [pull request](h
Ashutosh Hathidara

💻 📖 🎨 🚧 🤔
Daniel Marostica

📖
Dinesh Nadimpalli

💻 +
Jivthesh M R

📖 - # References 👏🏻 From fc25592008f9cd7fbda3326e0f8a7c0766532dc5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 14:09:59 +0000 Subject: [PATCH 3/8] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 9b226ecf21..cad41401ed 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -35,6 +35,15 @@ "contributions": [ "code" ] + }, + { + "login": "jivthesh", + "name": "Jivthesh M R", + "avatar_url": "https://avatars3.githubusercontent.com/u/20579980?v=4", + "profile": "http://jivthesh.github.io", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 4, From 6b8e31e5d0c8b54a500269aad9a197a7f55fa2f3 Mon Sep 17 00:00:00 2001 From: Jatin Chauhan <40722235+mrjatinchauhan@users.noreply.github.com> Date: Mon, 3 Aug 2020 20:02:07 +0530 Subject: [PATCH 4/8] fix university logo on line 17 transform: "scale(50%, 50%)" this is equal to scale:1 of CSS. --- src/components/degreeCard/DegreeCard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/degreeCard/DegreeCard.js b/src/components/degreeCard/DegreeCard.js index 910d44a1a2..7c216484ed 100644 --- a/src/components/degreeCard/DegreeCard.js +++ b/src/components/degreeCard/DegreeCard.js @@ -14,7 +14,7 @@ class DegreeCard extends Component { style={{ maxWidth: "100%", maxHeight: "100%", - transform: "scale(-50%, -50%)", + transform: "scale(50%, 50%)", }} src={require(`../../assests/images/${degree.logo_path}`)} alt={degree.alt_name} From 33de70f132ab36e30d1c1df81f521d83e189cb7e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 14:48:42 +0000 Subject: [PATCH 5/8] docs: update README.md [skip ci] --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 56d02be7f3..27ac7e9bad 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,9 @@ If you can help us with these. Please don't hesitate to open an [pull request](h
Dinesh Nadimpalli

💻
Jivthesh M R

📖 + +
Jatin Chauhan

💻 + From ef910d5b95f9be6a0b0cffbc945faca157daa495 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 14:48:43 +0000 Subject: [PATCH 6/8] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index cad41401ed..effd84fd3f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -44,6 +44,15 @@ "contributions": [ "doc" ] + }, + { + "login": "mrjatinchauhan", + "name": "Jatin Chauhan", + "avatar_url": "https://avatars2.githubusercontent.com/u/40722235?v=4", + "profile": "http://jatinchauhan.tech", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 4, From ed6ee16ddb244b960bb02958d53497a6594373bc Mon Sep 17 00:00:00 2001 From: Ashutosh Hathidara Date: Mon, 3 Aug 2020 20:22:09 +0530 Subject: [PATCH 7/8] Update .all-contributorsrc --- .all-contributorsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index effd84fd3f..47d6987807 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -55,7 +55,7 @@ ] } ], - "contributorsPerLine": 4, + "contributorsPerLine": 7, "projectName": "masterPortfolio", "projectOwner": "ashutosh1919", "repoType": "github", From 1cc6a955e1230a1b3b4ec3aed027eeae2a958953 Mon Sep 17 00:00:00 2001 From: Ashutosh Hathidara Date: Tue, 4 Aug 2020 08:44:10 +0530 Subject: [PATCH 8/8] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 27ac7e9bad..0caccb810d 100644 --- a/README.md +++ b/README.md @@ -201,8 +201,6 @@ If you can help us with these. Please don't hesitate to open an [pull request](h
Daniel Marostica

📖
Dinesh Nadimpalli

💻
Jivthesh M R

📖 - -
Jatin Chauhan

💻