-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
160 lines (156 loc) · 8.88 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shorcut icon" href="./images/favicon-32x32.png">
<link rel="stylesheet" href="./css/style.css">
<title>Sneakers | Landing page</title>
</head>
<body>
<div class="overlay"></div>
<nav>
<div class="bars">
<svg width="16" height="15" xmlns="http://www.w3.org/2000/svg">
<path d="M16 12v3H0v-3h16Zm0-6v3H0V6h16Zm0-6v3H0V0h16Z" fill="#69707D" fill-rule="evenodd" />
</svg>
</div>
<h1>sneakers</h1>
<div class="tabs">
<div class="close">
<svg width="14" height="15" xmlns="http://www.w3.org/2000/svg">
<path
d="m11.596.782 2.122 2.122L9.12 7.499l4.597 4.597-2.122 2.122L7 9.62l-4.595 4.597-2.122-2.122L4.878 7.5.282 2.904 2.404.782l4.595 4.596L11.596.782Z"
fill="#69707D" fill-rule="evenodd" />
</svg>
</div>
<ul>
<li><a href="#">collections</a></li>
<li><a href="#">men</a></li>
<li><a href="#">women</a></li>
<li><a href="#">about</a></li>
<li><a href="#">contact</a></li>
</ul>
</div>
<div class="cart-profile">
<div class="cart-icon">
<div class="items">0</div>
<svg width="22" height="20" xmlns="http://www.w3.org/2000/svg">
<path
d="M20.925 3.641H3.863L3.61.816A.896.896 0 0 0 2.717 0H.897a.896.896 0 1 0 0 1.792h1l1.031 11.483c.073.828.52 1.726 1.291 2.336C2.83 17.385 4.099 20 6.359 20c1.875 0 3.197-1.87 2.554-3.642h4.905c-.642 1.77.677 3.642 2.555 3.642a2.72 2.72 0 0 0 2.717-2.717 2.72 2.72 0 0 0-2.717-2.717H6.365c-.681 0-1.274-.41-1.53-1.009l14.321-.842a.896.896 0 0 0 .817-.677l1.821-7.283a.897.897 0 0 0-.87-1.114ZM6.358 18.208a.926.926 0 0 1 0-1.85.926.926 0 0 1 0 1.85Zm10.015 0a.926.926 0 0 1 0-1.85.926.926 0 0 1 0 1.85Zm2.021-7.243-13.8.81-.57-6.341h15.753l-1.383 5.53Z"
fill="#69707D" fill-rule="nonzero" />
</svg>
</div>
<img src="./images/image-avatar.png" alt="image-avatar" class = "avatar">
</div>
</nav>
<main>
<section class="product">
<div class="modal">
<div class="close">
<svg width="14" height="15" xmlns="http://www.w3.org/2000/svg">
<path
d="m11.596.782 2.122 2.122L9.12 7.499l4.597 4.597-2.122 2.122L7 9.62l-4.595 4.597-2.122-2.122L4.878 7.5.282 2.904 2.404.782l4.595 4.596L11.596.782Z"
fill="#69707D" fill-rule="evenodd" />
</svg>
</div>
<div class="modal-slides">
<div class="slider">
<div class="previous"><svg width="12" height="18" xmlns="http://www.w3.org/2000/svg">
<path d="M11 1 3 9l8 8" stroke="#1D2026" stroke-width="4" fill="none"
fill-rule="evenodd" />
</svg></div>
<div class="next"><svg width="13" height="18" xmlns="http://www.w3.org/2000/svg">
<path d="m2 1 8 8-8 8" stroke="#1D2026" stroke-width="4" fill="none"
fill-rule="evenodd" />
</svg></div>
</div>
<div class="slide">
<img src="./images/image-product-1.jpg" alt="image-product-1">
<img src="./images/image-product-2.jpg" alt="image-product-2">
<img src="./images/image-product-3.jpg" alt="image-product-3">
<img src="./images/image-product-4.jpg" alt="image-product-4">
</div>
</div>
<div class="modal-thumbnails">
<img src="./images/image-product-1-thumbnail.jpg" data-id = "0" alt="image-product-1-thumbnail">
<img src="./images/image-product-2-thumbnail.jpg" data-id = "1" alt="image-product-2-thumbnail">
<img src="./images/image-product-3-thumbnail.jpg" data-id = "2" alt="image-product-3-thumbnail">
<img src="./images/image-product-4-thumbnail.jpg" data-id = "3" alt="image-product-4-thumbnail">
</div>
</div>
<div class="product-image">
<div class="product-slides">
<div class="slide">
<img src="./images/image-product-1.jpg" alt="image-product-1">
<img src="./images/image-product-2.jpg" alt="image-product-2">
<img src="./images/image-product-3.jpg" alt="image-product-3">
<img src="./images/image-product-4.jpg" alt="image-product-4">
</div>
<div class="slider">
<div class="previous"><svg width="12" height="18" xmlns="http://www.w3.org/2000/svg">
<path d="M11 1 3 9l8 8" stroke="#1D2026" stroke-width="4" fill="none"
fill-rule="evenodd" />
</svg></div>
<div class="next"><svg width="13" height="18" xmlns="http://www.w3.org/2000/svg">
<path d="m2 1 8 8-8 8" stroke="#1D2026" stroke-width="4" fill="none"
fill-rule="evenodd" />
</svg></div>
</div>
</div>
<div class="product-thumbnails">
<img src="./images/image-product-1-thumbnail.jpg" data-name = "0" alt="image-product-1-thumbnail">
<img src="./images/image-product-2-thumbnail.jpg" data-name = "1" alt="image-product-2-thumbnail">
<img src="./images/image-product-3-thumbnail.jpg" data-name = "2" alt="image-product-3-thumbnail">
<img src="./images/image-product-4-thumbnail.jpg" data-name = "3" alt="image-product-4-thumbnail">
</div>
</div>
</section>
<section class="product-info">
<h3>sneaker company</h3>
<h1>fall limited edition sneakers</h1>
<p>These-low profile sneakers are your perfect casual wear companion. Featuring a durable rubber outer sole,
they'll withstand everything the weather offers.</p>
<div class="price">
<h2>$125.00</h2>
<p class="percent-disc">50%</p>
<p class="disc">$250.00</p>
</div>
<div class="cart-section">
<div class="counter">
<img src="./images/icon-minus.svg" alt="icon-minus" id = "minus">
<p>0</p>
<img src="./images/icon-plus.svg" alt="icon-plus" id = "plus">
</div>
<div class="add-to-cart">
<svg width="22" height="20" xmlns="http://www.w3.org/2000/svg">
<path
d="M20.925 3.641H3.863L3.61.816A.896.896 0 0 0 2.717 0H.897a.896.896 0 1 0 0 1.792h1l1.031 11.483c.073.828.52 1.726 1.291 2.336C2.83 17.385 4.099 20 6.359 20c1.875 0 3.197-1.87 2.554-3.642h4.905c-.642 1.77.677 3.642 2.555 3.642a2.72 2.72 0 0 0 2.717-2.717 2.72 2.72 0 0 0-2.717-2.717H6.365c-.681 0-1.274-.41-1.53-1.009l14.321-.842a.896.896 0 0 0 .817-.677l1.821-7.283a.897.897 0 0 0-.87-1.114ZM6.358 18.208a.926.926 0 0 1 0-1.85.926.926 0 0 1 0 1.85Zm10.015 0a.926.926 0 0 1 0-1.85.926.926 0 0 1 0 1.85Zm2.021-7.243-13.8.81-.57-6.341h15.753l-1.383 5.53Z"
fill="#69707D" fill-rule="nonzero" />
</svg>
Add to Cart
</div>
</div>
</section>
</main>
<div class="cart">
<h3>cart</h3>
<div class="back">your cart is empty</div>
<ul>
</ul>
</div>
<div class="profile">
<h1>Your Account</h1>
<ul>
<li><a href = "#"><img src="./images/user-32x32.png" alt="user-32x32">Profile</a></li>
<li><a href = "#"><img src="./images/icon-cart.svg" alt="user-32x32">Cart</a></li>
<li><a href = "#"><img src="./images/tracking-50x50.png" alt="user-32x32">Orders</a></li>
<li><a href = "#"><img src="./images/coupon-30x30.png" alt="user-32x32">Coupons</a></li>
<li><a href = "#"><img src="./images/settings-96.png" alt="user-32x32">Settings</a></li>
<li><a href = "#"><img src="./images/logout-48.png" alt="user-32x32">Log Out</a></li>
</ul>
</div>
<script src="./js/script.js"></script>
</body>
</html>