-
Notifications
You must be signed in to change notification settings - Fork 0
/
shoppingcart.html
246 lines (170 loc) · 7.83 KB
/
shoppingcart.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
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
240
241
242
243
244
245
246
<!DOCTYPE html>
<html lang="en">
<head>
<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=Amatic+SC:wght@400;700&family=Bebas+Neue&family=Caveat:wght@400;600&family=Dancing+Script:wght@400;700&family=Lobster&family=Mohave:wght@300;400;500;600;700&family=Open+Sans+Condensed:wght@300;700&family=Shadows+Into+Light&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/ecce34c200.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Add To Cart / Shipping & Delivery Options / Proceed to Check Out">
<title>Shopping Cart | RainyDays </title>
</head>
<body class="shoppingcartbody">
<!--Header-->
<header>
<nav class="headermenu">
<ul>
<li class="slidinghover"><a href="ourproducts.html">Our Products</a></li>
<li class="slidinghover" ><a href="aboutus.html">About Us</a></li>
<li class="slidinghover" ><a href="customerservice.html">Customer Service</a></li>
</ul>
</nav>
<div class="burgermenu">
<label for="hamburgermenu">
<i class="fas fa-bars"></i>
</label>
<input type="checkbox" name="hamburgermenu" id="hamburgermenu">
<nav class="hamburgermenu">
<ul class="headermenuburger">
<li><a href="ourproducts.html">Our Products</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="customerservice.html">Customer Service</a></li>
</ul>
</nav>
<input type="search" name="smallsearch" id="smallsearch">
</div>
<div class="logoheaderdiv">
<a href="index.html"><img class="logoheader" src="images.img/Rainydays-white-logo.png" alt="RainyDays_Logo"></a>
</div>
<div class="icons">
<a href="shoppingcart.html" class="shoppingbag"><i class="fas fa-shopping-bag"></i></a>
<a href="index.html" class="account"><i class="fas fa-user-circle"></i></a>
<input id="searchplaceholder" class="search" type="search" placeholder="search...">
</div>
</header>
<ul class="breadcrumb">
<li class="slidinghoverbreadcrumb"><a href="index.html">Home Page</a></li>
<li class="slidinghoverbreadcrumb"><a href="ourproducts.html">Our Products</a></li>
<li class="slidinghoverbreadcrumb"><a href="product.html">Product</a></li>
<li class="slidinghoverbreadcrumb"><a href="shoppingcart.html">Shopping Cart</a></li>
</ul>
<main class="shoppingcartmain">
<h1>Shopping Cart</h1>
<hr>
<section class="griditall">
<section class="cartcheckout">
<div class="checkoutdetails"> <a id="x" href="ourproducts.html">X</a></div>
<div class="checkoutimage"><img id="imagesizecheckout" src="images.img/Optimized-med-size-marcus-santos-TeR7ekawHeU-unsplash.jpg" alt="Girn in yellow raincoat"></div>
<div class="checkoutinfo">
<p>Product Name</p>
<p>Colour: Black</p>
<p>Size: M</p>
</div>
<div class="addremove">
<a href="shoppingcart.html">-</a>
<p>1</p>
<a href="shoppingcart.html">+</a>
</div>
<p class="prizecheckout">1900 NOK</p>
</section>
<section class="totalamount">
<div>
<p >Total</p> <p class="totalsmalltext"> (shipping 59NOK and taxes)</p>
</div>
<div class="divhøyre" > <p id="total">2058 NOK</p></div>
</section>
</section>
<section class="buyerdetails">
<div class="continueasguest">
<p class="shippingp" >Shipping</p>
<input class="outlinehover" type="text" name="zipcode" id="zipcode" placeholder="zip code">
<a id="loadshoppingalternatives" href="shoppingcart.html">Load Shipping Alternatives</a>
<a class="outlinehover" id="continueasguest" href="shoppingcart.html">Continue as guest</a>
</div>
<div class="buyerdetailsform">
<form id="signupform" action="#" method="get">
<fieldset id="signupformfieldset">
<legend>Or Sign Up!</legend>
<ul>
<li>
<input type="text" name="user_name" id="name" placeholder="Full name">
</li>
<li>
<input type="email" name="email" id="email" placeholder="Email">
</li>
<li>
<input type="tel" name="phonenumber" id="phonenumber" placeholder="Phone Number">
</li>
<li class="submitnewsletter"> <button type="submit">Registrer</button>
</li>
</ul>
</fieldset>
</form>
</div>
</section>
<div class="termsandconditions">
<form id="checkoutform">
<input id="upcomingnews" type="checkbox"> Sign me up for upcoming news and sales notifications! <br>
<input id="agree" type="radio"> Agree to <a href="index.html">Therms and Conditions*</a>
</form>
</div>
<a id="checkout" href="success.html">Check Out</a>
<hr>
<!-- Home link-->
<p id="homelink"> <a href="index.html">Home</a></p>
</main>
<!--Footer-->
<footer class="footer">
<div class="menulists">
<div class="aboutuslist">
<ul>
<li> <a href="aboutus.html"><mark>About Us</mark></a></li>
<li> <a href="customerservice.html">Contact</a></li>
<li> <a href="aboutus.html">Our Vision</a></li>
<li> <a href="aboutus.html">Who are we?</a></li>
<li> <a href="aboutus.html">Work with us</a></li>
</ul>
</div>
<div class="customerservicelist">
<ul>
<li> <a href="customerservice.html"><mark>Customer Service</mark></a></li>
<li> <a href="customerservice.html">FAQ</a></li>
<li> <a href="customerservice.html">Shipping & Returns</a></li>
<li> <a href="customerservice.html">Terms & Conditions</a></li>
</ul>
</div>
<div class="productslist">
<ul>
<li> <a href="ourproducts.html"><mark>Our Products </mark></a></li>
<li> <a href="ourproducts.html">All Products</a></li>
<li> <a href="ourproducts.html">New Collections</a></li>
<li> <a href="ourproducts.html">Sale</a></li>
</ul>
</div>
</div>
<div class="socialmedia">
<a href="index.html"><i class="fab fa-instagram"></i></a>
<a href="index.html"><i class="fab fa-facebook"></i></a>
<a href="index.html"><i class="fab fa-twitter"></i></a>
</div>
<div class="tothetop"><a href="index.html">To the Top</a></div>
<!--Mobil-->
<div class="menumobil">
<ul class="menumobilul">
<li><a href="aboutus.html">About Us</a></li>
<li><a href="customerservice.html">Customer Service</a></li>
<li><a href="ourproducts.html">Our Products</a></li>
</ul>
</div>
<div class="socialmediamobil">
<a href="index.html"><i class="fab fa-instagram"></i></a>
<a href="index.html"><i class="fab fa-facebook"></i></a>
<a href="index.html"><i class="fab fa-twitter"></i></a>
</div>
<div class="tothetopmobil"><a href="index.html">To the Top</a></div>
</footer>
</body>
</html>