diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-09 01:48:51 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-09 01:48:51 -0500 |
| commit | 9cb9177accbbf6e4397cc71bc06dff0ccd47f441 (patch) | |
| tree | 8f1c1ab7e78da7ecace35db86f14b38119d87e1d /StoneIsland/www/index.html | |
| parent | dad5f3f0c3c13e8334a6a0ea522c5a2bfe8cd830 (diff) | |
login view
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index a063f0c3..f358c0dd 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -21,6 +21,7 @@ <link rel="stylesheet" type="text/css" href="css/vendor/flickity.css"> <link rel="stylesheet" type="text/css" href="css/index.css"> <link rel="stylesheet" type="text/css" href="css/nav.css"> + <link rel="stylesheet" type="text/css" href="css/account.css"> <link rel="stylesheet" type="text/css" href="css/products.css"> <link rel="stylesheet" type="text/css" href="css/cart.css"> <link rel="stylesheet" type="text/css" href="css/blogs.css"> @@ -150,6 +151,15 @@ </div> </div> + <div id="search"> + <div class="scroll"> + <h1>SEARCH</h1> + <form> + <input type="text" class="q" placeholder="ENTER YOUR SEARCH"> + </form> + </div> + </div> + <div id="product"> <div class="scroll"> <div class="loader"></div> @@ -186,11 +196,18 @@ <div id="login"> <form> - <input type="email" name="email" placeholder="EMAIL" required> - <input type="password" name="password" placeholder="PASSWORD" required> + <input type="email" name="Email" placeholder="EMAIL" required> + <input type="password" name="Password" placeholder="PASSWORD" required> <span class="submit">SIGN IN</span> </form> </div> + + <div id="profile"> + </div> + <div id="shipping"> + </div> + <div id="payment"> + </div> <div id="cart"> <h1>YOUR CART / <span class="itemcount">2 ITEMS</h1> |
