-
Notifications
You must be signed in to change notification settings - Fork 78
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
base: master
Are you sure you want to change the base?
added 21-github #97
Conversation
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 |
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.
can we revert all changes related with Twitter here?
make the pull request cleaner to not include another PR.
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.
Hi @mazipan, I have made the pull request cleaner to not include another PR. Please check. Thanks.
Fix the conflict |
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> |
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.
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"> |
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.
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> |
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.
Avoid using <br/>
as much as possible
Description
Added Twitter Login Template. This page is built using plain HTML and CSS.
Issue Reference
Closes #96
Screenshoot
Todos
screenshoots
directoryreadme.md
src/index.html
Minimum Support
Consider to Support