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

home page navbar and signup/login back to home button update #185

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<button style="
background-color: dimgray;
position: relative;
left: 1300px;
left: 1240px;
top: 8px;
height: 40px;
width: 130px;
Expand Down
2 changes: 1 addition & 1 deletion login.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<body>
<div style="text-align: right; margin: 10px;">
<a href="index.html" class="btn btn-secondary" style="width: 150px; position: relative; right: 1330px;">Back to Home</a>
<a href="index.html" class="btn btn-secondary" style="width: 150px; position: relative; right:1250px;">Back to Home</a>
</div>
<div class="login-container" style="padding-top: 20px;">
<h2 style="text-align: center;">Login</h2>
Expand Down
4 changes: 2 additions & 2 deletions signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<body>
<div style="text-align: right; margin: 10px;">
<a href="index.html" class="btn btn-secondary" style="width: 150px; position: relative; right: 1330px;">Back to Home</a>
<a href="index.html" class="btn btn-secondary" style="width: 150px; position: relative; right: 1250px;">Back to Home</a>
</div>
<div class="login-container" style="padding-top: 20px;">
<h2 style="text-align: center;">Signup</h2>
Expand All @@ -46,7 +46,7 @@ <h2 style="text-align: center;">Signup</h2>
<input type="password" placeholder="Confirm your Password" id="confirmPasswordInput" class="form-control" aria-describedby="passwordHelpBlock" style="width: 400px">
</div>
<button type="button" class="btn btn-primary" id="signupButton" style="width: 400px; margin-left: 40px;">Signup</button>
<div style="text-align: center; margin-top: 10px;">
<div style="text-align: center; margin-top: 10px; padding-bottom: 11px;">
<p>Already have an account? <a href="login.html" style="text-decoration: none;">Login</a></p>
</div>
</div>
Expand Down