This repository was archived by the owner on Feb 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
added 21-github #97
Open
AbhJ
wants to merge
7
commits into
mazipan:master
Choose a base branch
from
AbhJ:21-github
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
added 21-github #97
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
2009f12
Added 20-twitter
AbhJ 41d6743
replace center tag with inline css
AbhJ 3c9214d
added 21-github
AbhJ b9cb876
added 21-github
AbhJ 51afb31
Removed 20-twitter from 21-github
AbhJ a7e8efe
Merge branch 'master' of https://github.com/mazipan/login-page-css in…
AbhJ 9a5b6cb
Merge branch 'mazipan-master' into 21-github
AbhJ File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Login on GitHub</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="../shared/normalize.css"> | ||
<link rel="stylesheet" href="../shared/additional.css"> | ||
<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"> | ||
<div class="container" style="padding: 60px"> | ||
<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 commentThe reason will be displayed to describe this comment to others. Learn more. As my previous comments, avoid using inline styles |
||
<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 commentThe reason will be displayed to describe this comment to others. Learn more. Avoid using |
||
<div class="well" style="background-color: #F9F9F9;" > | ||
<form> | ||
<div class="form-group"> | ||
<label for="exampleInputEmail1" style=" float: left;">Username or Email address</label> | ||
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder=""> | ||
</div> | ||
<div class="form-group"> | ||
<label for="exampleInputPassword1" style="float: left;">Password</label> | ||
<a href="#"> <label style="float: right;">Forgot Password?</label></a> | ||
<input type="password" class="form-control" id="exampleInputPassword1" placeholder=""> | ||
</div> | ||
<button type="submit" class="btn btn-success" style=" width: 100% ">Sign In</button> | ||
</form> | ||
<br/> | ||
</div> | ||
<div class="well" style="background-color: #F9F9F9;" > | ||
<span > New to GitHub?</span> <a href="#"> Create an account.</a> | ||
</div> | ||
<div style="padding-top: 20px"><a href="#"> Terms</a>     <a href="#"> Privacy</a>      <a href="#"> Security</a>     <a class="ex5" href="#" > Contact GitHub</a></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</link> | ||
</body> | ||
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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