-
Notifications
You must be signed in to change notification settings - Fork 0
/
login.html
266 lines (250 loc) · 13 KB
/
login.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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
<!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">
<title>Login</title>
<link rel="stylesheet" href="css/login.min.css">
</head>
<body>
<header class="header ">
<div class="container">
<div class="header__inner">
<a class="logo" href="index.html">
<img class="logo__img" src="images/logo.png" alt="logo">
</a>
<nav class="menu">
<button class="menu__btn">
<span></span>
</button>
<ul class="menu__list">
<li class="menu__list-item">
<a class="menu__list-link menu__list-link--active" href="index.html" title="home">HOME</a>
</li>
<li class="menu__list-item">
<a class="menu__list-link" href="shop.html" title="shop">SHOP</a>
</li>
<li class="menu__list-item">
<a class="menu__list-link" href="404-page.html" title="page">PAGE</a>
</li>
<li class="menu__list-item">
<a class="menu__list-link" href="blog.html" title="blog">BLOG</a>
</li>
<li class="menu__list-item">
<a class="menu__list-link" href="contact.html" title="contact">CONTACT</a>
</li>
</ul>
</nav>
<div class="user-nav">
<a class="user-nav__link" href="login.html">
<img class="user-nav__link-img" src="images/icons/user.svg" alt="user icon">
</a>
<a class="user-nav__link" href="404-page.html">
<img class="user-nav__link-img" src="images/icons/search.svg" alt="search icon">
</a>
<a class="user-nav__link" href="#">
<img class="user-nav__link-img" src="images/icons/heart.svg" alt="heart icon">
<span class="user-nav__num">3</span>
</a>
<a class="user-nav__link" href=" #">
<img class="user-nav__link-img" src="images/icons/cart.svg" alt="cart icon">
<span class="user-nav__num">7</span>
</a>
</div>
</div>
</div>
</header>
<main class="main">
<section class="top">
<div class="top__container" style="background-image: url('../images/top-bg.jpg');">
<div class="container">
<h2 class="top__title title">LOG IN</h2>
<div class="breadcrumbs">
<ul class="breadcrumbs__list">
<li class="breadcrumbs__item">
<a class="breadcrumbs__link" href="index.html">
Home
</a>
</li>
<li class="breadcrumbs__item">
<a class="breadcrumbs__link" href="#">
Log in
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="modal">
<div class="container">
<div class="modal__links">
<a class="modal__link" href="register.html">REGISTER</a>
<a class="modal__link modal__link--active" href="login.html">LOGIN</a>
</div>
<form class="modal__form" action="#">
<label class="modal__lable">
Username or email address*
<input class="modal__input" type="text" required>
</label>
<label class="modal__lable">
Password*
<input class="modal__input" type="password" required>
</label>
<label class="modal__lable">
<input type="checkbox">
Remember me
</label>
<button class="modal__btn" type="submit">
LOG IN
</button>
<a class="modal__error" href="#">Lost your password?</a>
</form>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-top">
<div class="footer-top__item footer-top__contact ">
<a class="logo" href="#">
<img class="logo__img footer-top__logo" src="images/logo.png" alt="logo">
</a>
<a class="footer-top__address" href="#">
No. 342 - London Oxford Street,
012 United States
</a>
<a class="footer-top__email" href="mailto:Youremail@gmail.com">
Youremail@gmail.com
</a>
<a class="footer-top__phone" href="tel:+02838388393">
+0283 838 8393
</a>
<ul class="footer-top__social-list">
<li class="footer-top__social-item ">
<a class="footer-top__social-link" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16">
<path style="stroke:none;fill-rule:nonzero;fill-opacity:1"
d="m8.723 9 .445-2.895H6.391V4.227c0-.793.386-1.567 1.632-1.567h1.262V.195S8.137 0 7.043 0c-2.29 0-3.785 1.387-3.785 3.898v2.207H.715V9h2.543v7H6.39V9Zm0 0"
fill="#8d8d8d" />
</svg>
</a>
</li>
<li class="footer-top__social-item">
<a class="footer-top__social-link" href="#">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px"
height="16px" viewBox="0 0 16 16" version="1.1">
<g id="surface1">
<path style=" stroke:none;fill-rule:nonzero;fill-opacity:1;"
d="M 14.355469 4.742188 C 14.367188 4.882812 14.367188 5.027344 14.367188 5.167969 C 14.367188 9.503906 11.066406 14.496094 5.035156 14.496094 C 3.175781 14.496094 1.453125 13.960938 0 13.027344 C 0.265625 13.054688 0.519531 13.066406 0.792969 13.066406 C 2.324219 13.066406 3.734375 12.546875 4.863281 11.664062 C 3.421875 11.632812 2.214844 10.691406 1.796875 9.390625 C 2 9.421875 2.203125 9.441406 2.417969 9.441406 C 2.710938 9.441406 3.003906 9.402344 3.277344 9.328125 C 1.777344 9.023438 0.648438 7.707031 0.648438 6.113281 L 0.648438 6.070312 C 1.085938 6.316406 1.59375 6.46875 2.132812 6.488281 C 1.25 5.898438 0.671875 4.894531 0.671875 3.757812 C 0.671875 3.148438 0.832031 2.589844 1.117188 2.101562 C 2.730469 4.089844 5.15625 5.390625 7.878906 5.53125 C 7.828125 5.289062 7.796875 5.035156 7.796875 4.78125 C 7.796875 2.976562 9.257812 1.503906 11.074219 1.503906 C 12.019531 1.503906 12.871094 1.898438 13.472656 2.539062 C 14.214844 2.394531 14.921875 2.121094 15.554688 1.746094 C 15.308594 2.507812 14.792969 3.148438 14.113281 3.554688 C 14.773438 3.480469 15.410156 3.300781 16 3.046875 C 15.554688 3.695312 14.996094 4.273438 14.355469 4.742188 Z M 14.355469 4.742188 "
fill="#8d8d8d" />
</g>
</svg>
</a>
</li>
<li class="footer-top__social-item">
<a class="footer-top__social-link" href="#">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15px"
height="17px" viewBox="0 0 15 17" version="1.1">
<g id="surface1">
<path style=" stroke:none;fill-rule:nonzero;fill-opacity:1;"
d="M 3.359375 14.875 L 0.246094 14.875 L 0.246094 4.945312 L 3.359375 4.945312 Z M 1.800781 3.589844 C 0.804688 3.589844 0 2.773438 0 1.785156 C 0 0.800781 0.804688 0 1.800781 0 C 2.796875 0 3.601562 0.800781 3.601562 1.785156 C 3.601562 2.773438 2.796875 3.589844 1.800781 3.589844 Z M 14.996094 14.875 L 11.894531 14.875 L 11.894531 10.039062 C 11.894531 8.886719 11.871094 7.410156 10.277344 7.410156 C 8.660156 7.410156 8.410156 8.664062 8.410156 9.957031 L 8.410156 14.875 L 5.304688 14.875 L 5.304688 4.945312 L 8.289062 4.945312 L 8.289062 6.296875 L 8.332031 6.296875 C 8.746094 5.519531 9.761719 4.695312 11.273438 4.695312 C 14.421875 4.695312 15 6.75 15 9.417969 L 15 14.875 Z M 14.996094 14.875 "
fill="#8d8d8d" />
</g>
</svg>
</a>
</li>
<li class="footer-top__social-item">
<a class="footer-top__social-link" href="#">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17px"
height="18px" viewBox="0 0 17 17" version="1.1">
<g id="surface1">
<path style=" stroke:none;fill-rule:nonzero;fill-opacity:1;"
d="M 17 8.691406 C 17 13.390625 13.625 16.734375 8.640625 16.734375 C 3.859375 16.734375 0 13.054688 0 8.5 C 0 3.945312 3.859375 0.265625 8.640625 0.265625 C 10.964844 0.265625 12.925781 1.078125 14.433594 2.421875 L 12.082031 4.574219 C 9.003906 1.746094 3.285156 3.871094 3.285156 8.5 C 3.285156 11.371094 5.691406 13.699219 8.640625 13.699219 C 12.058594 13.699219 13.34375 11.363281 13.542969 10.148438 L 8.640625 10.148438 L 8.640625 7.316406 L 16.863281 7.316406 C 16.945312 7.738281 17 8.144531 17 8.691406 Z M 17 8.691406 "
fill="#8d8d8d" />
</g>
</svg>
</a>
</li>
<li class="footer-top__social-item">
<a class="footer-top__social-link" href="#">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13px"
height="17px" viewBox="0 0 13 17" version="1.1">
<g id="surface1">
<path style=" stroke:none;fill-rule:nonzero;fill-opacity:1;"
d="M 6.90625 0.214844 C 3.433594 0.214844 0 2.488281 0 6.164062 C 0 8.5 1.339844 9.828125 2.152344 9.828125 C 2.488281 9.828125 2.679688 8.910156 2.679688 8.652344 C 2.679688 8.34375 1.878906 7.6875 1.878906 6.402344 C 1.878906 3.730469 3.949219 1.839844 6.632812 1.839844 C 8.9375 1.839844 10.644531 3.125 10.644531 5.484375 C 10.644531 7.25 9.921875 10.554688 7.585938 10.554688 C 6.742188 10.554688 6.023438 9.957031 6.023438 9.101562 C 6.023438 7.847656 6.917969 6.628906 6.917969 5.335938 C 6.917969 3.136719 3.738281 3.535156 3.738281 6.191406 C 3.738281 6.75 3.808594 7.367188 4.0625 7.875 C 3.59375 9.847656 2.640625 12.785156 2.640625 14.820312 C 2.640625 15.445312 2.730469 16.0625 2.792969 16.691406 C 2.90625 16.816406 2.851562 16.804688 3.027344 16.742188 C 4.734375 14.449219 4.671875 14 5.445312 11.003906 C 5.859375 11.78125 6.9375 12.199219 7.789062 12.199219 C 11.386719 12.199219 13 8.761719 13 5.664062 C 13 2.367188 10.09375 0.214844 6.90625 0.214844 Z M 6.90625 0.214844 "
fill="#8d8d8d" />
</g>
</svg>
</a>
</li>
</ul>
</div>
<div class="footer-top__item footer-top__nav">
<h6 class="footer-top__title footer-top__title-one ">Useful Links</h6>
<ul class="footer-top__box-list">
<li class="footer-top__box-item">
<a class="footer-top__box-link" href="#">About Us</a>
</li>
<li class="footer-top__box-item">
<a class="footer-top__box-link" href="#">Privacy Policy</a>
</li>
<li class="footer-top__box-item">
<a class="footer-top__box-link" href="#">Terms & Conditions</a>
</li>
<li class="footer-top__box-item">
<a class="footer-top__box-link" href="#">Contact Us</a>
</li>
<li class="footer-top__box-item">
<a class="footer-top__box-link" href="#">Help & Support</a>
</li>
</ul>
</div>
<div class="footer-top__item footer-top__account">
<h6 class="footer-top__title footer-top__title-one">My Account</h6>
<ul class="footer-top__box-list">
<li class="footer-top__box-item">
<a class="footer-top__box-link" href="#">My Account</a>
</li>
<li class="footer-top__box-item">
<a class="footer-top__box-link" href="#">My Cart</a>
</li>
<li class="footer-top__box-item">
<a class="footer-top__box-link" href="#">My WIshlist</a>
</li>
<li class="footer-top__box-item">
<a class="footer-top__box-link" href="#">Registration</a>
</li>
<li class="footer-top__box-item">
<a class="footer-top__box-link" href="#">Check Out</a>
</li>
</ul>
</div>
<div class="footer-top__item footer-top__subscribe">
<h6 class="footer-top__title ">Subscribe Our Newsletter</h6>
<p class="footer-top__text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna
aliqua. Quis ipsum suspendisse ultrices gravida.
</p>
<form class="footer-top__form" action="#">
<input class="footer-top__form-input" type="email" placeholder="Your email address" required>
<button class="footer-top__form-btn" type="submit">SUBSCRIBE</button>
</form>
</div>
</div>
<div class="footer-bottom">
<div class="footer-bottom__copy">© 2019 CodeAstrology. All Rights Reserved.</div>
<div class="footer-bottom__accept">
We Accept
<img class="footer-bottom__accept-img" src="images/icons/mastercard.png" alt="we accept mastercard">
<img class="footer-bottom__accept-img" src="images/icons/visa.png" alt="we accept visa">
<img class="footer-bottom__accept-img" src="images/icons/paypal.png" alt="we accept paypal">
</div>
</div>
</div>
</footer>
<script src="js/main.min.js"></script>
</body>
</html>