diff options
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> |
