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

added 21-github #97

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

added 21-github #97

wants to merge 7 commits into from

Conversation

AbhJ
Copy link
Contributor

@AbhJ AbhJ commented Oct 25, 2021

Description

Added Twitter Login Template. This page is built using plain HTML and CSS.

Issue Reference

Closes #96

Screenshoot

21-github

Todos

  • Add screenshots on screenshoots directory
  • Update the list in readme.md
  • Add in src/index.html
  • Change the author text and link

Minimum Support

  • Click 🌟 button to this repo
  • Follow the Author

Consider to Support

@AbhJ
Copy link
Contributor Author

AbhJ commented Oct 25, 2021

Hi @mazipan, I have added Github. Please check. Thanks.

README.md Outdated
@@ -125,6 +125,18 @@ https://mazipan.github.io/login-page-css/
- [Demo](https://mazipan.github.io/login-page-css/19-whatsapp/index.html)
- [@abhj](https://github.com/abhj)

### Twitter Login Page
Copy link
Owner

@mazipan mazipan Oct 25, 2021

Choose a reason for hiding this comment

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

can we revert all changes related with Twitter here?
make the pull request cleaner to not include another PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @mazipan, I have made the pull request cleaner to not include another PR. Please check. Thanks.

@mazipan
Copy link
Owner

mazipan commented Oct 25, 2021

Fix the conflict

@AbhJ
Copy link
Contributor Author

AbhJ commented Oct 25, 2021

Hi @mazipan, I have fixed the conflict and merged. Please check. Thanks.

<div class="row">
<div class="text-center">
<div class="col-xs-12 col-md-4 col-md-offset-4">
<a href=""><img style="margin-left:auto; margin-right:auto; display: block" src="../assets/logo.png" alt="github_logo" width="70px" height="70px"><span></span></a>
Copy link
Owner

Choose a reason for hiding this comment

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

As my previous comments, avoid using inline styles

<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="background-color: #F9F9F9;">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
Copy link
Owner

Choose a reason for hiding this comment

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

Avoid using Bootstrap, try to create from scratch

<a href=""><img style="margin-left:auto; margin-right:auto; display: block" src="../assets/logo.png" alt="github_logo" width="70px" height="70px"><span></span></a>
<br>
<p style="font-family: segoe UI; font-size: 24px; color:#333333; font-weight: 400px;"> Sign in to GitHub </p>
<br>
Copy link
Owner

Choose a reason for hiding this comment

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

Avoid using <br/> as much as possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Github Login Page
2 participants