-
Notifications
You must be signed in to change notification settings - Fork 2
/
shivaji.html
123 lines (107 loc) · 5.07 KB
/
shivaji.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
<!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>Information</title>
<link rel="stylesheet" href="./style/shivaji.css">
<script src="https://kit.fontawesome.com/6a4368f5b1.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="main">
<div class="leftmain mainhalf">
<div class="logoDiv">
<a href="./Homepage/index.html"> <img src="https://cdn.shopify.com/s/files/1/0399/1728/9633/files/new-logo.png?3133" alt=""></a>
</div>
<div class="pagelocation">
<span class="goToCart">Cart</span>
<span><img class="navarrow" width="15px" alt=""></span>
<span class="onInfo">Information</span>
<span><img class="navarrow" width="15px" alt=""></span>
<span> Shipping</span>
<span><img class="navarrow" width="15px" alt=""></span>
<span>Payment</span>
</div>
<div class="paybuttonsdiv">
<a href=""><img src="https://support.funko.com/hc/article_attachments/360073567134/mceclip0.png" alt="" id="imgpay" ></a>
<!-- <button class="shopPay"></button>
<button class="AmazonPay"></button>
<button class="Gpay"></button> -->
</div>
<div class="lineOr">
<hr>
<p>OR</p>
</div>
<div class="contatctinfoAndlogin">
<div class="ctInfo">Contact information</div>
<div class="loginOrSignup">
<div class="alredyHaveAnAccount">Already have an account?<span>Log in</span> </div>
<!-- <div> Log in</div> -->
</div>
</div>
<form id="form" action="">
<input class="emailInp" type="text" id="enteremailorMob" placeholder="Email or mobile phone number ">
<label class="newsSelterlabel" for="newselter"><input type="checkbox" name="" id="newselter">Email me
with news and offers</label>
<p class="shipaddress">Shipping address</p>
<div class="firstlastname">
<input class="nameInp" type="text" name="" id="" placeholder="First Name (Optional)">
<input class="lastInp" type="text" name="" id="" placeholder="Last Name">
</div>
<input class="detailinpaddress address" type="text" name="" id="addressInp" placeholder="Address">
<input class="detailinpaddress appartment" type="text" name="" id=""
placeholder="Appartment,suit,etc.(optional)">
<input class="detailinpaddress city" type="text" name="" id="" placeholder="City">
<div class="countryStateZip">
<input class="Country" type="text" name="" id="" placeholder="Country">
<input class="State" type="text" name="" id="" placeholder="State">
<input class="Zip" type="text" name="" id="" placeholder="Zip code">
</div>
<input class="detailinpaddress phon" type="text" name="" id="" placeholder="Phone">
<div class="bottomdivInfo">
<button onclick="verify(event)" class="continueToShip">Continue to shipping</button>
<p>Return to cart</p>
</div>
</form>
<hr class="bottomline">
<div class="refundpolicy">
<p>Refund policy</p>
<p>Shipping policy</p>
</div>
</div>
<div class="rightmain mainhalf">
<div class="Imagenameprice">
<img src="himalaya_project_images/healthCatogary_product/back-to-balance-cleanse-297598_1024x.webp" alt="">
<div id="prd_qunt"></div>
<p id="prd_name">Back to Balance Cleanse™</p>
<div id="total_price"></div>
</div>
<div class="coupnAndApply">
<input type="text" name="" id="coupn" placeholder="Discount Code">
<button class="coupnBt">Apply</button>
</div>
<hr class="secondline">
<div class="subtotal">
<p class="sub">Subtotal</p>
<p class="subTotalSum"></p>
</div>
<div class="subtotal">
<p class="sub">Shipping</p>
<p class="nextstep"><strong>Free</strong></p>
</div>
<hr class="secondline">
<div class="subtotal">
<p class="tot">Total</p>
<div class="totalfinal">usd <span id="usd"></span></div>
</p>
</div>
</div>
</div>
</body>
</html>
<script src="./script/shivaji.js"></script>