-
Notifications
You must be signed in to change notification settings - Fork 0
/
dang_nhap.html
168 lines (167 loc) · 9.11 KB
/
dang_nhap.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="wclassth=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<title>Đăng nhập</title>
</head>
<body>
<div class="main-body">
<div class="header">
<div class="top-bar">
<p>NEO SPORT | 2017</p>
</div>
<div class="mid-bar">
<div class="logo">
<a href="https://www.neosport.vn/">
<img src="./hinh/logo.webp" alt="">
</a>
</div>
<div class="search">
<input type="text" placeholder="Nhập thông tin tìm kiếm">
</div>
<div class="user"><a href="./dang_nhap.html"><i class="fa fa-user"></i></a></div>
<div class="GioHang">
<a href="./gio_hang.html">
<img src="./hinh/GioSach.png" alt="">
<p>Giỏ hàng</p>
</a>
</div>
</div>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid menu-chinh">
<button class="navbar-toggler" type="button">
<a href="gio_hang.html"><span class="fa fa-truck"></span></a>
</button>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<button class="navbar-toggler" type="button">
<a href="dang_nhap.html"><span class="fa fa-user"></span></a>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="./index.html">Trang chủ</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle giay_bong_da" href="giaybongda.html"data-bs-toggle="dropdown">
Giày bóng đá
</a>
<ul class="dropdown-menu menu_giay">
<li><a class="dropdown-item" href="giaybongda.html">Giày chính hãng</a></li>
<li><a class="dropdown-item" href="giaybongda.html">Giày sân cỏ nhân tạo</a></li>
<li><a class="dropdown-item" href="giaybongda.html">Giày futsal</a></li>
<li><a class="dropdown-item" href="giaybongda.html">Giày sân cỏ tự nhiên</a></li>
<li><a class="dropdown-item" href="giaybongda.html">Giày em bé</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Đồ bóng đá
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Đồ đội tuyển</a></li>
<li><a class="dropdown-item" href="#">Đồ câu lạc bộ</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Phụ kiện thể thao
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Vớ</a></li>
<li><a class="dropdown-item" href="#">Băng gối</a></li>
<li><a class="dropdown-item" href="#">Quả bóng</a></li>
<li><a class="dropdown-item" href="#">Đồ bảo hộ</a></li>
<li><a class="dropdown-item" href="#">Túi</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Khách hàng</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Tin tức</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="gioi_thieu.html">Giới thiệu</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="main">
<div class="main_input">
<div class="wrapper">
<form action="" class="form-login">
<h1 class="form-heading">Đăng nhập</h1>
<div class="form-group">
<i class="far fa-user"></i>
<input type="text" class="form-input" placeholder="Tên đăng nhập">
</div>
<div class="form-group">
<i class="fas fa-key"></i>
<input type="password" class="form-input" placeholder="Mật khẩu">
<div class="eye">
<i class="far fa-eye"></i>
</div>
</div>
<input type="submit" value="Đăng nhập" class="form-submit">
<p>Nếu ban chưa có tài khoản!!! <a href="./dang_ki.html">Đăng kí tại đây</a></p>
</form>
</div>
</div>
</div>
<div class="row footer">
<div class="col col-md-6 col-sm-12">
<h3>VỀ NEO SPORT</h3>
<div class="row col col-md-12 col-sm-12 footer-left">
<div class="col-6 col-md-6">
<p>Được thành lập từ 2017, Mang sứ mệnh đa dạng các sản phẩm chất lượng đến với môn Thể Thao Vua, NEO SPORT cam kết uy tín và sự tín nhiệm cao nhất từ Khách hàng</p>
</div>
<div class="col-6 col-md-6">
<p>Địa chỉ: Hẻm 517/15 Nguyễn Tri Phương, Phường 08, Quận 10, Tp.HCM</p>
<p>Điện thoại: 0932169170 - 0967818170</p>
<p>Email: [email protected]</p>
</div>
</div>
</div>
<div class="col col-md-3 col-sm-12 footer-left">
<h3>HỖ TRỢ KHÁCH HÀNG</h3>
<div>
<ul>
<a href="">
<li>Tìm kiếm</li>
</a>
<a href="./gioi_thieu.html">
<li>Giới thiệu</li>
</a>
<a href="">
<li>Chính sách đổi trả</li>
</a>
<a href="">
<li>Chính sách bảo mật</li>
</a>
<a href="">
<li>Điều khoản dịch vụ</li>
</a>
</ul>
</div>
</div>
<div class="col col-md-3 col-sm-12">
<h3>FANPAGE FACEBOOK</h3>
<div>
<a href=""><img src="hinh/logo-footer.png" alt=""></a>
</div>
</div>
</div>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous">
</script>
</html>