-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (100 loc) · 4.72 KB
/
index.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
<!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>Document</title>
<link rel="stylesheet" href="mac.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<section class="container">
<section id="images">
<img src="images/mac.png" alt="">
</section>
<section id="header">
<h1>Customize your Blue 24-inch</h1>
<h1>iMac with Apple M1 chip</h1>
<p>Apple M1 chip with 8-core CPU with 4 performance cores and 4 efficiency cores, 7-core GPU,and 16-cores
Neural engine 8 GB unifide memory 256GB SSD storage two Thunderbolt / USB 4 ports Magics Mouse Magics
Keyboard -US English </p>
<p class="fw-bold">Memory</p>
<button class="btn btn-outline-dark" id="8GBunifidememory" onclick="extraMamoryCost()">8GB unifide
memory</button>
<button class="btn btn-outline-dark" id="16GBunifidememory" onclick="extraMamoryCost1()">16GB unifide
memory</button><br><br><br>
<p class="fw-bold">Storage</p>
<button class="btn btn-outline-dark" onclick="extraStorageCost()">256GB SSD storage</button>
<button class="btn btn-outline-dark" onclick="extraStorageCost1()">512GB SSD storage</button>
<button class="btn btn-outline-dark" onclick="extraStorageCost2()">178GB SSD storage</button><br><br><br>
<p class="fw-bold">Choose your delivery option</p>
<button class="btn btn-outline-dark" onclick="deliveryCharge()">Friday, Aug 25 FREE Prime Delivery</button>
<button class="btn btn-outline-dark" onclick="deliveryCharge1()">Friday, Aug 21 FREE Delivery charge
$20</button><br><br><br>
<div class="row">
<div class="col-sm">
<p class="fw-bold" id="bestprice1">Best Price </p>
</div>
<div class="col-sm container">
<p class="fw-bold ">$</p>
<p class="fw-bold" id="bestprice"></p>
</div>
</div>
<hr class="size">
<div class="row">
<div class="col-sm flexible">
<p class="fw-bold">Extra Mamory Cost </p>
</div>
<div class="col-sm container">
<p class="fw-bold ">$</p>
<p class="border-bottom fw-bold" class="fw-bold" id="extraMamoryCostmory"> </p>
</div>
</div>
<hr class="size">
<div class="row">
<div class="col-sm">
<p class="fw-bold">Extra Storage Cost </p>
</div>
<div class="col-sm container">
<p class="fw-bold ">$</p>
<p class="fw-bold" id="extraStorageCost"> </p>
</div>
</div>
<hr class="size">
<div class="row">
<div class="col-sm">
<p class="fw-bold">Delivery Charge </p>
</div>
<div class="col-sm container">
<p class="fw-bold ">$</p>
<p class="fw-bold" id="deliveryCharge"> </p>
</div>
</div>
<p> _________________________________________________________</p>
<div class="row">
<div class="col-sm">
<p class="fw-bold" id="total">Total Price </p>
</div>
<div class="col-sm container">
<p class="fw-bold ">$</p>
<p class="fw-bold" id="totlevalue"> 1299</p>
</div>
</div>
<hr class="size">
<p id="total">Add Pomo code</p>
<input id="discount" type="text">
<button class="btn btn-danger" onclick="AddPomocode()">Apply</button>
<script src="mac.js"></script>
</section>
</section>
<div class="d-flex justify-content-center">
<p class="totalprice" style="text-align:center">Total:$</p>
<p class="totalprice" style="text-align:center" id="totlevalue1">1299</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
</body>
</html>