-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyProfile.html
More file actions
239 lines (226 loc) · 15.2 KB
/
myProfile.html
File metadata and controls
239 lines (226 loc) · 15.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Coffee Blend</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Great+Vibes" rel="stylesheet">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.timepicker.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/cart.css">
<link rel="stylesheet" href="css/profile.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html">Coffee<small>Blend</small></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav"
aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="menu.html" class="nav-link">Menu</a></li>
<li class="nav-item"><a href="coupon.html" class="nav-link">Voucher</a></li>
<li class="nav-item"><a href="historyBill.html" class="nav-link">History bill</a></li>
<li class="nav-item"><a href="coupon.html" class="nav-link">Contact/Service</a></li>
<li class="nav-item"><a href="login.html" class="nav-link">Login</a></li>
</ul>
</div>
<button id="cartButton">
<i class="icon icon-shopping_cart" aria-hidden="true"></i>
</button>
<!-- Cart section -->
<div id="cartModal" class="modal bg-transparent pt-5" style="z-index: 100;"
onclick="RemoveCartItem(event);">
<div class="container cart bg-transparent p-0">
<div class="row no-gutters justify-content-center">
<div class="col-md-10 p-4 bg-light rounded">
<div class="cart-header d-flex pl-2 pb-0 justify-content-between">
<div class="font-weight-bold d-flex align-items-center">
<span class="header-message">
Bạn có <span class="cart-quantity text-muted">0</span> <span
class="text-muted">sản phẩm</span> trong Order
</span>
</div>
<span class="close">
<button type="button"
class="btn btn-outline-danger font-weight-bold">⛌</button>
</span>
</div>
<div
class="cart-total d-flex justify-content-between align-items-center mt-3 p-2 cart-total-price rounded rounded">
<div class="d-flex flex-row text-muted">
<span class="pl-2 text-left font-weight-bold d-block text-muted">Tổng cộng :</span>
</div>
<div class="d-flex flex-row align-items-center">
<span class="d-block"></span>
<span class="d-block ml-5 font-weight-bold">$<span
class="total-price">900</span></span>
<i class="fa fa-trash-o ml-3 text-black-50"></i>
</div>
</div>
<div class="cart-body">
<div
class="cart-item d-flex flex-md-row justify-content-between align-items-center mt-3 p-2 rounded">
<div class="d-flex flex-row cart-left-item">
<img class="rounded cart-img" src="images/drink-2.jpg" alt="1" />
<div
class="ml-3 d-flex flex-column align-self-center text-left font-weight-bold">
<span class="cart-item-title d-block text-dark"> Iphone 11 pro </span>
<span class="d-block font-weight-bold small">Price: <span
class="item-price">900</span> VND</span>
<span class="d-block font-weight-bold small">Total: <span
class="item-total-price">900</span> VND</span>
</div>
</div>
<div class="d-flex flex-row align-items-center cart-right-item">
<span class="quantity-input d-flex" onchange="ChangeInputQuantity(event)">
<button type="button"
class="quantity-left-minus btn btn-light d-flex align-self-center"
onclick="ChangeQuantity(event);">
<i class="icon-minus"></i>
</button>
<input
class="cart-quantity-input text-muted bg-light text-center font-weight-bold rounded"
type="number" value="1">
<button type="button"
class="quantity-right-plus btn btn-light d-flex align-self-center"
onclick="ChangeQuantity(event);">
<i class="icon-plus"></i>
</button>
</span>
<span class="remove-item">
<i class="icon-trash px-2 h5 text-black-50"></i>
</span>
</div>
</div>
<div
class="cart-item d-flex flex-md-row justify-content-between align-items-center mt-3 p-2 rounded">
<div class="d-flex flex-row cart-left-item">
<img class="rounded cart-img" src="images/drink-2.jpg" alt="1" />
<div
class="ml-3 d-flex flex-column align-self-center text-left font-weight-bold">
<span class="cart-item-title d-block text-dark"> Iphone 11 pro </span>
<span class="d-block font-weight-bold small">Price: <span
class="item-price">900</span> VND</span>
<span class="d-block font-weight-bold small">Total: <span
class="item-total-price">900</span> VND</span>
</div>
</div>
<div class="d-flex flex-row align-items-center cart-right-item">
<span class="quantity-input d-flex" onchange="ChangeInputQuantity(event)">
<button type="button"
class="quantity-left-minus btn btn-light d-flex align-self-center"
onclick="ChangeQuantity(event);">
<i class="icon-minus"></i>
</button>
<input
class="cart-quantity-input text-muted bg-light text-center font-weight-bold rounded"
type="number" value="1">
<button type="button"
class="quantity-right-plus btn btn-light d-flex align-self-center"
onclick="ChangeQuantity(event);">
<i class="icon-plus"></i>
</button>
</span>
<span class="remove-item">
<i class="icon-trash px-2 h5 text-black-50"></i>
</span>
</div>
</div>
</div>
<div class="cart-footer">
<div class="d-flex justify-content-end align-items-center mt-3 rounded">
<button type="button"
class="btn btn-secondary close-footer font-weight-bold">Đóng</button>
<button type="button" class="ml-2 btn btn-primary order">Thanh Toán</button>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="title-user-profile">
<span class="subheading-user">My Profile</span>
</section>
<section class="user-profile-section">
<div class="page-content page-container" id="page-content">
<div class="padding">
<div class="row container d-flex justify-content-center" style="margin: 0 auto;">
<div class="col-md-12 uspro">
<div class="card user-card-full">
<div class="row m-l-0 m-r-0">
<div class="col-md-4 bg-c-lite-green user-profile" style="background-color: #f907fc;
background-image: linear-gradient(315deg, #f907fc 0%, #05d6d9 74%);">
<div class="card-block text-center text-white">
<div class="m-b-25">
<img src="images/4.png" style="width: 100px; height: 100px;"
class="img-radius">
</div>
<h4 class="f-w-600 fullname" style="color: white; font-size: 25px;">Họ và tên
</h4>
<h>Username: </h>
<p>Password: ****** <i
class=" mdi mdi-square-edit-outline feather icon-edit m-t-10 f-16 update-button"></i>
</p>
</div>
</div>
<div class="col-md-8 info-user">
<div class="card-block">
<h6 class="m-b-20 p-b-5 b-b-default f-w-600 info-user-title">Information</h6>
<div class="row">
<div class="col-md-6">
<p class="m-b-10 f-w-600"><ion-icon name="mail"
style="padding-right: 10px;"></ion-icon> Email</p>
<h6 class="text-muted f-w-400">tt@tt.cpm</h6>
</div>
<div class="col-md-6">
<p class="m-b-10 f-w-600"><ion-icon name="server"
style="padding-right: 10px;"></ion-icon>Points</p>
<h6 class="text-muted f-w-400">1000</h6>
</div>
</div>
<h6 class="m-b-20 m-t-40 p-b-5 b-b-default f-w-600 info-user-title">Others</h6>
<div class="row">
<div class="col-md-6">
<p class="m-b-10 f-w-600"><ion-icon name="document-text"
style="padding-right: 10px;"></ion-icon>Total bill ordered</p>
<h6 class="text-muted f-w-400">100</h6>
</div>
<div class="col-md-6">
<p class="m-b-10 f-w-600"><ion-icon name="logo-usd"
style="padding-right: 10px;"></ion-icon>Total money bought</p>
<h6 class="text-muted f-w-400">500000000</h6>
</div>
</div>
<ul class="social-link list-unstyled m-t-40 m-b-10">
<li><img src="images/icons8-hot-beverage-48.png"></li>
<li><img src="images/icons8-teacup-without-handle-48.png"></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>