-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuccess.html
More file actions
103 lines (103 loc) · 3.54 KB
/
success.html
File metadata and controls
103 lines (103 loc) · 3.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="Rena Hashimi">
<meta name="description" content="Rainydays - Your purchase"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<script src="https://kit.fontawesome.com/e2e07e46bd.js" crossorigin="anonymous"></script>
<title>SUCCESS</title>
</head>
<body>
<header>
<div>
<input type="checkbox" id="menu-chechbox">
<label class="hide" for="menu-chechbox"><i class="fa fa-bars fa-2x" style="color: #0a3641;"></i>
</label>
<nav class="nav1">
<div class="nav2">
<a href="index.html">Home</a>
<a href="women.html">Women</a>
<a href="men.html">Men</a>
<a href="contact.html">Contact</a>
<a href="about.html">About us</a>
</div>
</nav>
</div>
<div>
<a href="index.html"><img class="headlogo" src="images/Logo/Logo.jpg" alt="Logo"></a>
</div>
<div>
<nav>
<a class="profile" href="myaccount.html"><i class="fa-solid fa-user fa-2" style="color: #0a3641;"></i></a>
<a class="bag" href="cart.html"><i class="fa-solid fa-bag-shopping fa-2" style="color: #0a3641;"></i></a>
</nav>
</div>
</header>
<main>
<div class="line1"></div>
<section class="success1">
<h1 class="ty">THANK YOU</h1>
<p class="ty-p">for your purchase</p>
<p class="summary">An email has been sent to you with your order summary</p>
<div>
<div class="container9">
<div class="sum1">
<img src="images/Logo/checkout.png" alt="checkout image">
<p>The order has been placed successfully.</p>
</div>
<div class="sum2">
<img src="images/Logo/product.png" alt="product image">
<p>We are in the process of packing your order.</p>
</div>
<div class="sum3">
<img src="images/Logo/delivery.png" alt="delivery image">
<p>You will receive an email when your package has been sent from our warehouse.</p>
</div>
</div>
</section>
<div>
<button class="returnbt" type="submit"><a href="index.html">RETURN HOME</a></button>
</div>
</div>
</main>
<footer>
<div class="footline"></div>
<div class="footer-x">
<div class="foot1">
<p class="foot-x">rainydays</p>
<p>About us</p>
<p>My account</p>
<p>Shipping info</p>
<p>Find a store</p>
</div>
<div class="foot1">
<p class="foot-x">help</p>
<p>Terms & conditions</p>
<p>Contact us</p>
<p>Order status</p>
<p>Delivery & return</p>
</div>
<div class="foot1">
<p class="foot-x">information</p>
<p>Careers</p>
<p>Press</p>
<p>Business</p>
</div>
<div class="logos">
<div>
<img class="footlogo" src="images/Logo/Logo.jpg" alt="Logo">
</div>
<div class="foot-logo">
<div class="foot-content"><i class="fa-brands fa-square-instagram" style="color: #0a3641;"></i></div>
<div class="foot-content"><i class="fa-brands fa-square-facebook" style="color: #0a3641;"></i></div>
<div class="foot-content"><i class="fa-brands fa-square-twitter" style="color: #0a3641;"></i></div>
</div>
<p class="foot-lname">@rainydays</p>
</div>
</div>
</footer>
</body>
</html>