-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2735581
commit 8675730
Showing
14 changed files
with
33 additions
and
117 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -35,3 +35,6 @@ | |
margin-top: 20px; | ||
} | ||
|
||
form { | ||
margin: 0 auto; | ||
} |
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
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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
|
||
<footer> | ||
<p class="text-center text-muted">Trademark YelpCamp 2018</p> | ||
<p class="text-center text-muted">Trademark Camp Bug 2018</p> | ||
</footer> | ||
</body> | ||
</html> |
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
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 |
---|---|---|
@@ -1,109 +1,22 @@ | ||
<% include ../partials/header %> | ||
|
||
<h1 class="page-title" style="text-align:center;">Sign Up</h1> | ||
|
||
<form action="/register" method="POST"> | ||
<input type="text" name="username" placeholder="username"> | ||
<input type="password" name="password" placeholder="password"> | ||
<button class="btn btn-primary">Sign Up</button> | ||
</form> | ||
<!-- | ||
<form action="/register" method="POST"> | ||
<div class="container"> | ||
<div class="form-row"> | ||
<div class="form-group col-md-4"> | ||
<label for="inputEmail">Email</label> | ||
<input name="inputEmail" type="email" class="form-control" id="inputEmail" placeholder="[email protected]"> | ||
</div> | ||
</div> | ||
<div class="form-row"> | ||
<div class="form-group col-md-4"> | ||
<label for="inputPassword">Password</label> | ||
<input name="inputPassword" type="password" class="form-control" id="inputPassword" placeholder="ThatsAmore1"> | ||
</div> | ||
</div> | ||
<div class="form-row"> | ||
<div class="form-group col-md-4"> | ||
<label for="inputName">Name</label> | ||
<input name="inputName" type="text" class="form-control" id="inputName" placeholder="Frank Sinatra"> | ||
</div> | ||
</div> | ||
<div class="form-row"> | ||
<div class="form-group col-md-4"> | ||
<label for="inputUsername">Username</label> | ||
<input name="inputUsername" type="text" class="form-control" id="inputUsername" placeholder="@frank_sinatra"> | ||
</div> | ||
</div> | ||
<div class="form-row"> | ||
<div class="form-group col-md-4"> | ||
<label for="inputCity">City</label> | ||
<input name="inputCity" type="text" class="form-control" id="inputCity"> | ||
</div> | ||
</div> | ||
<div class="form-row"> | ||
<div class="form-group col-md-4"> | ||
<label for="inputState">State</label> | ||
<select name="inputState" id="inputState" class="form-control"> | ||
<option selected>Choose...</option> | ||
<option value="AL">Alabama</option> | ||
<option value="AK">Alaska</option> | ||
<option value="AZ">Arizona</option> | ||
<option value="AR">Arkansas</option> | ||
<option value="CA">California</option> | ||
<option value="CO">Colorado</option> | ||
<option value="CT">Connecticut</option> | ||
<option value="DE">Delaware</option> | ||
<option value="DC">District Of Columbia</option> | ||
<option value="FL">Florida</option> | ||
<option value="GA">Georgia</option> | ||
<option value="HI">Hawaii</option> | ||
<option value="ID">Idaho</option> | ||
<option value="IL">Illinois</option> | ||
<option value="IN">Indiana</option> | ||
<option value="IA">Iowa</option> | ||
<option value="KS">Kansas</option> | ||
<option value="KY">Kentucky</option> | ||
<option value="LA">Louisiana</option> | ||
<option value="ME">Maine</option> | ||
<option value="MD">Maryland</option> | ||
<option value="MA">Massachusetts</option> | ||
<option value="MI">Michigan</option> | ||
<option value="MN">Minnesota</option> | ||
<option value="MS">Mississippi</option> | ||
<option value="MO">Missouri</option> | ||
<option value="MT">Montana</option> | ||
<option value="NE">Nebraska</option> | ||
<option value="NV">Nevada</option> | ||
<option value="NH">New Hampshire</option> | ||
<option value="NJ">New Jersey</option> | ||
<option value="NM">New Mexico</option> | ||
<option value="NY">New York</option> | ||
<option value="NC">North Carolina</option> | ||
<option value="ND">North Dakota</option> | ||
<option value="OH">Ohio</option> | ||
<option value="OK">Oklahoma</option> | ||
<option value="OR">Oregon</option> | ||
<option value="PA">Pennsylvania</option> | ||
<option value="RI">Rhode Island</option> | ||
<option value="SC">South Carolina</option> | ||
<option value="SD">South Dakota</option> | ||
<option value="TN">Tennessee</option> | ||
<option value="TX">Texas</option> | ||
<option value="UT">Utah</option> | ||
<option value="VT">Vermont</option> | ||
<option value="VA">Virginia</option> | ||
<option value="WA">Washington</option> | ||
<option value="WV">West Virginia</option> | ||
<option value="WI">Wisconsin</option> | ||
<option value="WY">Wyoming</option> | ||
</select> | ||
</div> | ||
</div> | ||
<div class="form-row"> | ||
<button type="submit" class="btn btn-primary">Register</button> | ||
<h1 class="page-title" style="text-align:center;">Register</h1> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-12 col-md-6"> | ||
<form action="/register" method="POST"> | ||
<div class="form-group"> | ||
<label for="username">Username</label> | ||
<input type="text" name="username" class="form-control" placeholder="username"> | ||
</div> | ||
<div class="form-group"> | ||
<label for="password">Password</label> | ||
<input type="password" name="password" class="form-control" placeholder="password"> | ||
</div> | ||
<button class="btn btn-primary">Sign Up</button> | ||
</form> | ||
</div> | ||
</div> | ||
</form> | ||
--> | ||
</div> | ||
|
||
<% include ../partials/footer %> |