This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Midweek update because I forgot about it
- Loading branch information
Showing
6 changed files
with
244 additions
and
78 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 |
---|---|---|
|
@@ -37,57 +37,125 @@ <h5 style="float: left; vertical-align: middle; line-height: 0px; margin-right: | |
</nav> | ||
|
||
<main class="main"> | ||
<br> | ||
<br> | ||
|
||
<h1>Sign Up</h1> | ||
|
||
<!-- Input Items --> | ||
<div class="input-item"> | ||
<div class="input-left"> | ||
<h3 style="margin-right: 2rem;">Username</h3> | ||
<div class="login-container preconfirmation" style="display: none;"> | ||
|
||
<h1>Sign Up</h1> | ||
|
||
<!-- Input Items --> | ||
<div class="input-item"> | ||
<div class="input-left"> | ||
<h3 style="margin-right: 2rem;">Username</h3> | ||
</div> | ||
<div class="input-right"> | ||
<input class="input alt" type="text" placeholder="Username"> | ||
</div> | ||
</div> | ||
<div class="input-right"> | ||
<input class="input alt" type="text" placeholder="Username"> | ||
<h6 style="margin: 0px;">1-30 characters, no spaces</h6> | ||
|
||
<br> | ||
|
||
<div class="input-item"> | ||
<div class="input-left"> | ||
<h3 style="margin-right: 2rem;">Email Address</h3> | ||
</div> | ||
<div class="input-right"> | ||
<input class="input alt" type="email" placeholder="[email protected]"> | ||
</div> | ||
</div> | ||
</div> | ||
<h6 style="margin: 0px;">1-30 characters, no spaces</h6> | ||
|
||
<br> | ||
|
||
<div class="input-item"> | ||
<div class="input-left"> | ||
<h3 style="margin-right: 2rem;">Email Address</h3> | ||
<div class="input-item"> | ||
<div class="input-left"> | ||
<h3 style="margin-right: 2rem;">Your Birthday</h3> | ||
</div> | ||
<div class="input-right"> | ||
<input class="input alt" type="date"> | ||
</div> | ||
</div> | ||
<div class="input-right"> | ||
<input class="input alt" type="email" placeholder="[email protected]"> | ||
|
||
<br> | ||
|
||
<div class="input-item"> | ||
<div class="input-left"> | ||
<h3 style="margin-right: 2rem;">Password</h3> | ||
</div> | ||
<div class="input-right"> | ||
<input class="input alt" type="password" placeholder="Password"> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<br> | ||
|
||
<div class="input-item"> | ||
<div class="input-left"> | ||
<h3 style="margin-right: 2rem;">Password</h3> | ||
|
||
<div class="input-item"> | ||
<div class="input-left"> | ||
<h3 style="margin-right: 2rem; font-size: 0.75rem">Repeat Password</h3> | ||
</div> | ||
<div class="input-right"> | ||
<input class="input alt" type="password" placeholder="Password"> | ||
</div> | ||
</div> | ||
<div class="input-right"> | ||
<input class="input alt" type="password" placeholder="Password"> | ||
|
||
<br> | ||
|
||
<div class="input-item"> | ||
<button class="button long">Sign Up</button> | ||
</div> | ||
|
||
<!-- Errors --> | ||
<div class="error error-match" style="display: none;">Passwords must match!</div> | ||
<div class="error error-blank" style="display: none;">Fields cannot be blank!</div> | ||
<div class="error error-blank" style="display: none;">Error Registering!</div> | ||
|
||
</div> | ||
|
||
<div class="input-item"> | ||
<div class="input-left"> | ||
<h3 style="margin-right: 2rem; font-size: 0.75rem">Repeat Password</h3> | ||
</div> | ||
<div class="input-right"> | ||
<input class="input alt" type="password" placeholder="Password"> | ||
<div class="login-container confirmation" style="display: none;"> | ||
|
||
<h1>Sign Up</h1> | ||
|
||
<br> | ||
|
||
<!-- Loader --> | ||
<div id="load" style="display: block;"> | ||
<center><div class="loader"></div></center> | ||
</div> | ||
|
||
<br> | ||
|
||
<p style="text-align: center;">Verifying your email address...</p> | ||
|
||
</div> | ||
|
||
<br> | ||
|
||
<div class="input-item"> | ||
<button class="button long">Sign Up</button> | ||
<div class="login-container postconfirmation" style="display: ;"> | ||
|
||
<h1>Configure Your Profile</h1> | ||
|
||
<!-- Profile Editor --> | ||
<div class="profile-container"> | ||
<img src="design_files/uploadbanner.png" alt="Upload a Banner" class="profile-banner"> | ||
|
||
<div class="profile-information"> | ||
<img src="design_files/newjimbo.png" alt="Upload a Profile Picture" class="profile-avatar"> | ||
|
||
<div class="profile-stack"> | ||
<h4 style="margin: 4px; font-size: 1.4rem">Username Here</h4> | ||
<h5 style="font-size: 0.7rem; margin: 4px;">Real Name Here</h5> | ||
<p style="font-size: 0.7rem; margin: 4px;"><i>[email protected]</i></p> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<br> | ||
|
||
<h1>Options</h1> | ||
|
||
<!-- Profile Options --> | ||
|
||
<br> | ||
|
||
<div class="input-item"> | ||
<button class="button long">Done</button> | ||
</div> | ||
|
||
</div> | ||
</main> | ||
|
||
|