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

feat : added links to contribution guidelines and COC #125

Closed
wants to merge 4 commits into from
Closed
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
4 changes: 4 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ footer > a {
color: #bbbbbb;
}

.repo-links {
display: inline;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add margin: 1rem

}

/* Light mode button */

.tgl {
Expand Down
8 changes: 6 additions & 2 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,18 @@
<br>
<button class="uk-button uk-margin-top uk-border-pill
uk-button-default"
type="submit" onclick="showToast()">Submit</button>
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>
Copy link
Member

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

</div>
</form>
</div>
<div class="message uk-text-center uk-text-success"></div>
</main>


<footer class="uk-align-center uk-text-center">
<footer class="uk-align-center uk-text-center uk-margin-remove">
<hr class="uk-divider-icon">
<a uk-tooltip="title: GitHub; pos: left" class="uk-icon-button
uk-margin-small-right" href="https://git.io/iiitv" uk-icon="github"></a>
Expand Down