-
Notifications
You must be signed in to change notification settings - Fork 0
/
checkout.html
151 lines (131 loc) · 7.3 KB
/
checkout.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
<!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>Checkout – The Look Lab</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image" href="./image/logo.png">
<!-- bootstrap links -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> -->
<!-- bootstrap links -->
<!-- fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Almendra:ital,wght@0,400;0,700;1,400;1,700&family=Shalimar&display=swap" rel="stylesheet">
<!-- fonts -->
<!-- icons -->
<link href='https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css' rel='stylesheet'>
<!-- icons -->
<!-- animation -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- animation -->
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-md" id="navbar-color" data-aos="fade-down"
data-aos-easing="linear"
data-aos-duration="1500"
style="background-color: #fef4ec;">
<div class="container">
<!-- Brand -->
<a style="margin: auto;"class="navbar-brand" href="index.html" id="logo"><img src="./image/logo.png" alt="" width="70px">
<span >The Look Lab</span> </a>
<form class="form-inline ">
<div class="login_text">
<ul>
<li><a href="cart.html"><img src="./image/cart.png"></a></li>
</ul>
</div>
</form>
</div>
</nav>
<!-- navbar end -->
<!-- checkout content -->
<div class="container" id="checkout" data-aos="fade-up" style="padding-bottom: 50px;"
data-aos-duration="1500">
<h1 class="text-center">
CHECKOUT
</h1>
<div class="row ">
<div class="col-md-7">
<div class="row">
<div class="col-md-6 py-3 py-md-0">
<input type="text" class="form-control form-control" placeholder="Name" required>
</div>
<div class="col-md-6 py-3 py-md-0">
<input type="email" class="form-control form-control" placeholder="Email">
</div>
</div>
<div class="row" style="margin-top: 30px;">
<div class="col-md-6 py-3 py-md-0">
<input type="text" class="form-control form-control" placeholder="Phone" required>
</div>
<div class="col-md-6 py-3 py-md-0">
<input type="email" class="form-control form-control" placeholder="Postal Code" required>
</div>
</div>
<div class="form-group" style="margin-top: 30px;">
<input type="text" class="form-control form-control" placeholder="Address" required>
<!-- <textarea class="form-control" rows="3" id="comment" placeholder="Address"></textarea> -->
</div>
<div class="row" style="margin-top: 30px;">
<div class="col-md-6 py-3 py-md-0">
<input type="text" class="form-control form-control" placeholder="City" required>
</div>
<div class="col-md-6 py-3 py-md-0">
<input type="email" class="form-control form-control" placeholder="Apartment, Suite, etc.">
</div>
</div>
<div class="form-group" style="margin-top: 30px;">
<textarea class="form-control" rows="2" id="comment" placeholder="Delivery Instructions"></textarea>
</div>
</div>
<div class="col-md-5">
<div class="checkout-summary" id="cart">
<h4>Order Summary</h4>
<div class="row">
<div class="col-md-3">
<img src="./image/face-1.jpg" alt="" class="cart-img-responsive">
</div>
<div class="col-md-9">
<h4 style="display: inline;">Velvet Matte Lipstick</h4>
<h4 style="display: inline; text-align: right;"> × 1</h4>
<p class="detail">Rs. 825.00<br></p>
</div>
</div>
<div class="row" style="margin-top: 10px;">
<div class="col-md-3">
<img src="./image/eye-5.jpg" alt="" class="cart-img-responsive">
</div>
<div class="col-md-9">
<h4 style="display: inline;">12 Pan Eyeshadow Palette</h4>
<h4 style="display: inline; text-align: right;"> × 1</h4>
<p class="detail">Rs. 1650.00<br></p>
</div>
</div>
<div class="form-group" style="margin-top: 30px; ">
<p class="detail">Sub Total : Rs. 2475.00</p>
<p class="detail">Delivery Fee : 200</p>
<h4>Total : Rs. 2675.00</h4>
</div>
<div id="btntable" class="text-center" style="margin-bottom: 50px;"><a href="#" class="btn btn-secondary">Place Order</a></div>
</div>
</div>
</div>
</div>
<!-- checkout content -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>