-
Notifications
You must be signed in to change notification settings - Fork 44
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
feat : added links to contribution guidelines and COC #125
Conversation
deployment link : https://nlok5923-getmein-web-5.glitch.me/
|
@iiitv/project-maintainers sir please review this pull request. |
views/index.html
Outdated
type="submit" onclick="showToast()">Submit</button><br /> | ||
<span><a class="uk-text-meta uk-text-center uk-link-reset" target ="_blank" href="https://github.com/iiitv/getmein-web/blob/master/CODE_OF_CONDUCT.md">CODE OF CONDUCT</a>  | ||
<a class="uk-text-meta uk-text-center uk-link-reset uk-text-nowrap" target ="_blank" href="https://github.com/iiitv/getmein-web/blob/master/CONTRIBUTING.md">CONTRIBUTION GUIDELINES</a> | ||
</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few changes:
- Add
uk-button
toanchor tags
- Wrap both buttons in a div and make it
display: inline
instead of keeping it in a span
views/index.html
Outdated
type="submit" onclick="showToast()">Submit</button> | ||
type="submit" onclick="showToast()">Submit</button><br /> | ||
<span><a class="uk-text-meta uk-text-center uk-link-reset" target ="_blank" href="https://github.com/iiitv/getmein-web/blob/master/CODE_OF_CONDUCT.md">CODE OF CONDUCT</a>  | ||
<a class="uk-text-meta uk-text-center uk-link-reset uk-text-nowrap" target ="_blank" href="https://github.com/iiitv/getmein-web/blob/master/CONTRIBUTING.md">CONTRIBUTION GUIDELINES</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
&emsp
is hacky instead use uk-margin-right-small
Add |
deployment link ; https://nlok5923-getmein-web-5.glitch.me/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
type="submit" onclick="showToast()">Submit</button><br /> | ||
<div class="repo-links"> | ||
<a class="uk-text-meta uk-text-center uk-link-reset uk-button uk-button-default uk-margin-right-small" target ="_blank" href="https://github.com/iiitv/getmein-web/blob/master/CONTRIBUTING.md">CONTRIBUTION GUIDELINES</a> | ||
<a class="uk-text-meta uk-text-center uk-link-reset uk-button uk-button-default" target ="_blank" href="https://github.com/iiitv/getmein-web/blob/master/CODE_OF_CONDUCT.md"> CODE OF CONDUCT</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change classes for both buttons to
uk-text-center uk-button uk-button-default uk-border-pill
@@ -64,6 +64,10 @@ footer > a { | |||
color: #bbbbbb; | |||
} | |||
|
|||
.repo-links { | |||
display: inline; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add margin: 1rem
@aashutoshrathi sir After changes it looks like : |
Make sure the spacing is correct here |
@nlok5923 device size? |
my device size : 1366x768
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nlok5923 why did you close this PR and opened a new work, try to work on the same PR |
@yashshah2820 sorry sir for making a new for for the same issue . But sir there were some issues with my machine with the file location that's why I had to open a new pr. Sir I will not repeat the same mistake again. |
Fixes
Description
added links to contribution guidelines and code of conduct.
Screenshot Before Change:
Screenshot After Change:
Types of changes
Non Functional Requirement