-
Notifications
You must be signed in to change notification settings - Fork 0
/
order_confirmation.html
212 lines (173 loc) · 7.68 KB
/
order_confirmation.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<title>E-Commerce</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!------------------------NAVBAR---------------------------------->
<section class="header_menu" id="header-menu">
<div class ="container-fluid px-0 shadow">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src ="images/logo.jpeg" class ="img img-fluid pl-4" width ="120px" alt ="logo"> </a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">HOME<span class ="sr-only"(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="product.html">PRODUCTS</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="category.html" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
CATEGORY</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="men.html">Men</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="women.html">Women</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="children.html">Children</a></li>
</ul>
</li>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<a href="search.html" class="btn btn-outline-success" type="submit">Search</a>
</form>
<li class="nav-item">
<a class="nav-link" href="about.html">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">CONTACT US</a>
</li>
<div class= "cart" width ="100px">
<a href="cart.html" >
<i class="fas fa-shopping-cart" ></i>
</a>
</div>
</div>
</div>
<h1>Hello, world!</h1>
</div>
<!--------------------------CONFIRMATION--------------------------->
<section class="order_confirmation py-5 my-5" id="order_confirmation">
<div class="container " >
<div class="section_title text-center mb-5">
<h1 class="text-capitalize">Order Confirmation</h1>
</div>
<div class="row"style="background-color: #f0f0f5;" >
<div class="col-md-6 mx-auto text-center">
<div>
<img src="https://cdn3.iconfinder.com/data/icons/iconoid-ui-essentials/32/ui_checklist_chek_mark_confirm_success_tick-512.png" class="img img-fluid " width="120px" alt="image">
</div>
<div>
<h2>Thankyou for your purchase!</h2>
<h6>A confirmation email has been sent to
<b>[email protected]</b></h6>
<h6><span class="mr-2">Order
No:</span><span><b>123123123123</b></span></h6>
<h6>
<span class="mr-2">Order Status:</span>
<span>
<b>
<span class="badge badge-danger">Pending</span>
</b>
</span>
</h6>
<a href="index.html" class="btn btn-primary btn-lg mt-5">Return to
Home</a>
</div>
</div>
</div>
</div>
</section>
<!---------------------------FOOTER----------------------------->
<section class ="footer_section pt-5 pb-2" id="footer_section">
<footer>
<div class="container-fluid">
<div class="row">
<div class ="col-md-3 col-6 pl-5 pl-small-15">
<div class ="footer_title">
<a href ="index.html"><img src ="images/logob.jpeg" width="150px" class="img img-fluid" alt="logo"></a>
</div>
<div class="add">
<ul type="none">
<li>M Private Limited,</li>
<li>Buildings Alyssa, Begonia &</li>
<li>Clove Embassy Tech Village,</li>
<li>Pune, 411003,</li>
<li>Maharashtra, India</li>
</ul>
</div>
</div>
<div class ="col-md-3 col-6">
<div class ="footer_title pt-3 mb-3">
<h3>Quick Links</h3>
</div>
<div class="footer_links">
<ul type="none">
<li><a href="about.html">About</a></li>
<li><a href="javascript:;">Offers and Discounts</a></li>
<li><a href="javascript:;">Get Coupons</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class ="col-md-3 col-6">
<div class ="footer_title pt-3 mb-3">
<h3>New Products</h3>
</div>
<div class="footer_links">
<ul type="none">
<li><a href="javascript:;">Fashion</a></li>
<li><a href="javascript:;">Accessories</a></li>
<li><a href="javascript:;">Electronics</a></li>
<li><a href="javascript:;">Beauty</a></li>
</ul>
</div>
</div>
<div class ="col-md-3 col-6">
<div class ="footer_title pt-3 mb-3">
<h3>Support</h3>
</div>
<div class="footer_links">
<ul type="none">
<li><a href="javascript:;">Frequently asked Questions</a></li>
<li><a href="javascript:;">Terms & Conditions</a></li>
<li><a href="javascript:;">Privacy Policy</a></li>
<li><a href="javascript:;">Report</a></li>
<li><a href="javascript:;">Report</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class ="border-top">
<h6 class="text-center mt-3">Copyright @2020 All rights reserved</h6>
</div>
</footer>
</section>
<div class="backtop">
<a id="button" href="#top" class="btn btn-lg btn-outline-danger" role="button">
<i class="fas fa-chevron-up text-dark"></i>
</a>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
-->
</body>
</html>