Skip to content

Commit

Permalink
Updated with Michaela's design
Browse files Browse the repository at this point in the history
  • Loading branch information
jzipursky authored Aug 7, 2019
1 parent 4ae0997 commit 735bd28
Showing 1 changed file with 15 additions and 35 deletions.
50 changes: 15 additions & 35 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,45 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>
Simple Login
</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>Welcome to the Sandbox</title>
<meta charset = "UTF-8" />
</head>

<body>
<div class="container">
<div class="row">
<div class="span8 offset2 ">
<form id="site-login-form" method="post" action="javascript:;">
<input type="hidden" name="csrfmiddlewaretoken" value="j5F2oaXuRtAeFfWTZqdk0UuZzjJwIUoS">
<fieldset>
<div class="well">
<div class="control-group">
<label class="control-label" for="username">Username</label>
<body style="background-image: url(https://www.zillges.com/wp-content/uploads/2017/03/sand-sandbox-1200x900.jpg); text-align: center; font-family: 'Comic Sans,';">
<img src="https://icon-library.net/images/sandbox-icon/sandbox-icon-25.jpg" width="50px" style="margin-top:5px;">
<h1>The Sandbox</h1>
<h2><i>Sandbox as a service</i></h2>
<h3>🤫 We are currently in stealth mode. Put your information in below to play in us.</h3>

<div class="controls-row">
<input id="username" maxlength="255" name="username" type="email" autocomplete="off">
</div>
</div>
<div class="control-group">
<label class="control-label" for="password">Password</label>
<form >
<input type="text" name="firstname" value="First Name" style="width: 300px; height: 20px;"><br>
<input type="text" name="lastname" value="Last Name" style="width: 300px; height: 20px; margin-top: 10px;"><br>
<input type="text" name="lastname" value="Email" style="width: 300px; height: 20px; margin-top: 10px;"><br>
<button style="margin-top: 10px;">Submit</button>
</form>

<div class="controls-row">
<input id="password" name="password" type="password" autocomplete="off">
</div>
</div>

<div class="form-actions">
<a onClick="javascript:;" name="submit">Submit</a>
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</body>

</html>

0 comments on commit 735bd28

Please sign in to comment.